#49571C

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

Shades of Verdun Green #49571C

Tints of Verdun Green #49571C

Color information

#49571C (or 0x49571C) is unknown color: approx Verdun Green. HEX triplet: 49, 57 and 1C. RGB value is (73,87,28). Sum of RGB (Red+Green+Blue) = 73+87+28=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 87 (34.38% from 255 or 46.28% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 87 - color contains mainly: green. Hex color #49571C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49571C is #B6A8E3. Grayscale: #4C4C4C. Windows color (decimal): -11970788 or 1857353. OLE color: 1857353.

HSL color Cylindrical-coordinate representation of color #49571C: hue angle of 74.24º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49571C is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB738728-
CMYK0.1600.680.66
HSL74.24º51.3%22.55%-
HSV(B)74.24º67.82%34.12%-
XYZ6.378.322.37-
YUV76.09100.86125.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.83%
GREEN value IS 87 (34.38% from 255) = 46.28%
BLUE value IS 28 (11.33% from 255) = 14.89%
R=38.83%
G=46.28%
B=14.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7387280.1600.680.6674.2451.322.55
Hex49571C10044424a3317
Octal111127342001041021126327
Binary100100110101111110010000010001001000010100101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49571C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49571C; }

 p { color: rgb(73,87,28); }

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

<style>
 a { background-color: #49571C; }

 a { background-color: rgb(73,87,28); }

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

<style>
 span { border-color: #49571C; }

 span { border-color: rgb(73,87,28); }

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