#47530D

Color #47530D Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #47530D

Tints of Verdun Green #47530D

Color information

#47530D (or 0x47530D) is unknown color: approx Verdun Green. HEX triplet: 47, 53 and 0D. RGB value is (71,83,13). Sum of RGB (Red+Green+Blue) = 71+83+13=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #47530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47530D is #B8ACF2. Grayscale: #474747. Windows color (decimal): -12102899 or 873287. OLE color: 873287.

HSL color Cylindrical-coordinate representation of color #47530D: hue angle of 70.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #47530D is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB718313-
CMYK0.1400.840.67
HSL70.29º72.92%18.82%-
HSV(B)70.29º84.34%32.55%-
XYZ5.767.561.54-
YUV71.4395.02127.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 42.51%
GREEN value IS 83 (32.81% from 255) = 49.70%
BLUE value IS 13 (5.47% from 255) = 7.78%
R=42.51%
G=49.70%
B=7.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7183130.1400.840.6770.2972.9218.82
Hex4753DE05443464913
Octal1071231516012410310611123
Binary10001111010011110111100101010010000111000110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47530D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47530D; }

 p { color: rgb(71,83,13); }

 H1.HeaderClassName
 {
   color: #47530D;
 }
 .AnyTagClassName
 {
   color: #47530D;
 }
</style>
background-color css

<style>
 a { background-color: #47530D; }

 a { background-color: rgb(71,83,13); }

 div.DivClassName
 {
   background-color: #47530D;
 }
 .BgClassName
 {
   background-color: #47530D;
 }
</style>
border-color css

<style>
 span { border-color: #47530D; }

 span { border-color: rgb(71,83,13); }

 td.TdClassName
 {
   border-color: #47530D;
 }
 .TagClassName
 {
   border-color: #47530D;
 }
</style>