#4C490C

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

Shades of Verdun Green #4C490C

Tints of Verdun Green #4C490C

Color information

#4C490C (or 0x4C490C) is unknown color: approx Verdun Green. HEX triplet: 4C, 49 and 0C. RGB value is (76,73,12). Sum of RGB (Red+Green+Blue) = 76+73+12=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C490C is #B3B6F3. Grayscale: #434343. Windows color (decimal): -11777780 or 805196. OLE color: 805196.

HSL color Cylindrical-coordinate representation of color #4C490C: hue angle of 57.19º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C490C is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.70.

Color convert

RGB767312-
CMYK00.040.840.70
HSL57.19º72.73%17.25%-
HSV(B)57.19º84.21%29.8%-
XYZ5.436.331.28-
YUV66.9496.99134.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 47.20%
GREEN value IS 73 (28.91% from 255) = 45.34%
BLUE value IS 12 (5.08% from 255) = 7.45%
R=47.20%
G=45.34%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76731200.040.840.7057.1972.7317.25
Hex4C49C045446394911
Octal11411114041241067111121
Binary100110010010011100010010101001000110111001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C490C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C490C; }

 p { color: rgb(76,73,12); }

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

<style>
 a { background-color: #4C490C; }

 a { background-color: rgb(76,73,12); }

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

<style>
 span { border-color: #4C490C; }

 span { border-color: rgb(76,73,12); }

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