#49470F

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

Shades of Verdun Green #49470F

Tints of Verdun Green #49470F

Color information

#49470F (or 0x49470F) is unknown color: approx Verdun Green. HEX triplet: 49, 47 and 0F. RGB value is (73,71,15). Sum of RGB (Red+Green+Blue) = 73+71+15=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #49470F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49470F is #B6B8F0. Grayscale: #414141. Windows color (decimal): -11974897 or 1001289. OLE color: 1001289.

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

Color convert

RGB737115-
CMYK00.030.790.71
HSL57.93º65.91%17.25%-
HSV(B)57.93º79.45%28.63%-
XYZ5.095.961.33-
YUV65.2199.66133.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 71 (28.12% from 255) = 44.65%
BLUE value IS 15 (6.25% from 255) = 9.43%
R=45.91%
G=44.65%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73711500.030.790.7157.9365.9117.25
Hex4947F034F473a4211
Octal11110717031171077210221
Binary10010011000111111101110011111000111111010100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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