#4C4904

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

Shades of Verdun Green #4C4904

Tints of Verdun Green #4C4904

Color information

#4C4904 (or 0x4C4904) is unknown color: approx Verdun Green. HEX triplet: 4C, 49 and 04. RGB value is (76,73,4). Sum of RGB (Red+Green+Blue) = 76+73+4=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 73 (28.91% from 255 or 47.71% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4904 is #B3B6FB. Grayscale: #424242. Windows color (decimal): -11777788 or 280908. OLE color: 280908.

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

Color convert

RGB76734-
CMYK00.040.950.70
HSL57.5º90%15.69%-
HSV(B)57.5º94.74%29.8%-
XYZ5.386.311.05-
YUV66.0392.99135.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 49.67%
GREEN value IS 73 (28.91% from 255) = 47.71%
BLUE value IS 4 (1.95% from 255) = 2.61%
R=49.67%
G=47.71%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7673400.040.950.7057.59015.69
Hex4C494045F463a5a10
Octal1141114041371067213220
Binary10011001001001100010010111111000110111010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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