#4C4805

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

Shades of Verdun Green #4C4805

Tints of Verdun Green #4C4805

Color information

#4C4805 (or 0x4C4805) is unknown color: approx Verdun Green. HEX triplet: 4C, 48 and 05. RGB value is (76,72,5). Sum of RGB (Red+Green+Blue) = 76+72+5=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4805 is #B3B7FA. Grayscale: #414141. Windows color (decimal): -11778043 or 346188. OLE color: 346188.

HSL color Cylindrical-coordinate representation of color #4C4805: hue angle of 56.62º 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 #4C4805 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.70.

Color convert

RGB76725-
CMYK00.050.930.70
HSL56.62º87.65%15.88%-
HSV(B)56.62º93.42%29.8%-
XYZ5.336.181.06-
YUV65.5693.83135.45-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 49.67%
GREEN value IS 72 (28.52% from 255) = 47.06%
BLUE value IS 5 (2.34% from 255) = 3.27%
R=49.67%
G=47.06%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7672500.050.930.7056.6287.6515.88
Hex4C485055D46395810
Octal1141105051351067113020
Binary10011001001000101010110111011000110111001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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