#4C5900

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

Shades of Verdun Green #4C5900

Tints of Verdun Green #4C5900

Color information

#4C5900 (or 0x4C5900) is unknown color: approx Verdun Green. HEX triplet: 4C, 59 and 00. RGB value is (76,89,0). Sum of RGB (Red+Green+Blue) = 76+89+0=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #4C5900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5900 is #B3A6FF. Grayscale: #4B4B4B. Windows color (decimal): -11773696 or 22860. OLE color: 22860.

HSL color Cylindrical-coordinate representation of color #4C5900: hue angle of 68.76º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C5900 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB76890-
CMYK0.15010.65
HSL68.76º100%17.45%-
HSV(B)68.76º100%34.9%-
XYZ6.558.681.33-
YUV74.9785.69128.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 46.06%
GREEN value IS 89 (35.16% from 255) = 53.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.06%
G=53.94%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal768900.15010.6568.7610017.45
Hex4C590F06441456411
Octal114131017014410110514421
Binary10011001011001011110110010010000011000101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,89,0); }

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

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

 a { background-color: rgb(76,89,0); }

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

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

 span { border-color: rgb(76,89,0); }

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