#4C590C

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

Shades of Verdun Green #4C590C

Tints of Verdun Green #4C590C

Color information

#4C590C (or 0x4C590C) is unknown color: approx Verdun Green. HEX triplet: 4C, 59 and 0C. RGB value is (76,89,12). Sum of RGB (Red+Green+Blue) = 76+89+12=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #4C590C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C590C is #B3A6F3. Grayscale: #4C4C4C. Windows color (decimal): -11773684 or 809292. OLE color: 809292.

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

Color convert

RGB768912-
CMYK0.1500.870.65
HSL70.13º76.24%19.8%-
HSV(B)70.13º86.52%34.9%-
XYZ6.628.711.68-
YUV76.3391.69127.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.94%
GREEN value IS 89 (35.16% from 255) = 50.28%
BLUE value IS 12 (5.08% from 255) = 6.78%
R=42.94%
G=50.28%
B=6.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7689120.1500.870.6570.1376.2419.8
Hex4C59CF05741464c14
Octal1141311417012710110611424
Binary10011001011001110011110101011110000011000110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C590C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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