#4C4905

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

Shades of Verdun Green #4C4905

Tints of Verdun Green #4C4905

Color information

#4C4905 (or 0x4C4905) is unknown color: approx Verdun Green. HEX triplet: 4C, 49 and 05. RGB value is (76,73,5). Sum of RGB (Red+Green+Blue) = 76+73+5=154 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.35% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4905 is #B3B6FA. Grayscale: #424242. Windows color (decimal): -11777787 or 346444. OLE color: 346444.

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

Color convert

RGB76735-
CMYK00.040.930.70
HSL57.46º87.65%15.88%-
HSV(B)57.46º93.42%29.8%-
XYZ5.396.311.08-
YUV66.1493.49135.03-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 49.35%
GREEN value IS 73 (28.91% from 255) = 47.40%
BLUE value IS 5 (2.34% from 255) = 3.25%
R=49.35%
G=47.40%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7673500.040.930.7057.4687.6515.88
Hex4C495045D46395810
Octal1141115041351067113020
Binary10011001001001101010010111011000110111001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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