#49470B

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

Shades of Verdun Green #49470B

Tints of Verdun Green #49470B

Color information

#49470B (or 0x49470B) is unknown color: approx Verdun Green. HEX triplet: 49, 47 and 0B. RGB value is (73,71,11). Sum of RGB (Red+Green+Blue) = 73+71+11=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #49470B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49470B is #B6B8F4. Grayscale: #414141. Windows color (decimal): -11974901 or 739145. OLE color: 739145.

HSL color Cylindrical-coordinate representation of color #49470B: hue angle of 58.06º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49470B is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB737111-
CMYK00.030.850.71
HSL58.06º73.81%16.47%-
HSV(B)58.06º84.93%28.63%-
XYZ5.065.951.2-
YUV64.7697.66133.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.10%
GREEN value IS 71 (28.12% from 255) = 45.81%
BLUE value IS 11 (4.69% from 255) = 7.10%
R=47.10%
G=45.81%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73711100.030.850.7158.0673.8116.47
Hex4947B0355473a4a10
Octal11110713031251077211220
Binary10010011000111101101110101011000111111010100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49470B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49470B; }

 p { color: rgb(73,71,11); }

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

<style>
 a { background-color: #49470B; }

 a { background-color: rgb(73,71,11); }

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

<style>
 span { border-color: #49470B; }

 span { border-color: rgb(73,71,11); }

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