#49470D

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

Shades of Verdun Green #49470D

Tints of Verdun Green #49470D

Color information

#49470D (or 0x49470D) is unknown color: approx Verdun Green. HEX triplet: 49, 47 and 0D. RGB value is (73,71,13). Sum of RGB (Red+Green+Blue) = 73+71+13=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #49470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49470D is #B6B8F2. Grayscale: #414141. Windows color (decimal): -11974899 or 870217. OLE color: 870217.

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

Color convert

RGB737113-
CMYK00.030.820.71
HSL58º69.77%16.86%-
HSV(B)58º82.19%28.63%-
XYZ5.075.951.26-
YUV64.9998.66133.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 71 (28.12% from 255) = 45.22%
BLUE value IS 13 (5.47% from 255) = 8.28%
R=46.50%
G=45.22%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73711300.030.820.715869.7716.86
Hex4947D0352473a4611
Octal11110715031221077210621
Binary10010011000111110101110100101000111111010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49470D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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