#4c4706

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

Shades of Verdun Green #4C4706

Tints of Verdun Green #4C4706

Color information

#4C4706 (or 0x4C4706) is unknown color: approx Verdun Green. HEX triplet: 4C, 47 and 06. RGB value is (76,71,6). Sum of RGB (Red+Green+Blue) = 76+71+6=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4706 is #B3B8F9. Grayscale: #414141. Windows color (decimal): -11778298 or 411468. OLE color: 411468.

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

Color convert

RGB76716-
CMYK00.070.920.70
HSL55.71º85.37%16.08%-
HSV(B)55.71º92.11%29.8%-
XYZ5.276.061.06-
YUV65.0894.66135.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 49.67%
GREEN value IS 71 (28.12% from 255) = 46.41%
BLUE value IS 6 (2.73% from 255) = 3.92%
R=49.67%
G=46.41%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.92
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7671600.070.920.7055.7185.3716.08
Hex4C476075C46385510
Octal1141076071341067012520
Binary10011001000111110011110111001000110111000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c4706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,71,6); }

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

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

 a { background-color: rgb(76,71,6); }

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

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

 span { border-color: rgb(76,71,6); }

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