#59580C

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

Shades of Verdun Green #59580C

Tints of Verdun Green #59580C

Color information

#59580C (or 0x59580C) is unknown color: approx Verdun Green. HEX triplet: 59, 58 and 0C. RGB value is (89,88,12). Sum of RGB (Red+Green+Blue) = 89+88+12=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #59580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59580C is #A6A7F3. Grayscale: #4F4F4F. Windows color (decimal): -10921972 or 809049. OLE color: 809049.

HSL color Cylindrical-coordinate representation of color #59580C: hue angle of 59.22º 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 #59580C is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB898812-
CMYK00.010.870.65
HSL59.22º76.24%19.8%-
HSV(B)59.22º86.52%34.9%-
XYZ7.689.131.71-
YUV79.6389.83134.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.09%
GREEN value IS 88 (34.77% from 255) = 46.56%
BLUE value IS 12 (5.08% from 255) = 6.35%
R=47.09%
G=46.56%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89881200.010.870.6559.2276.2419.8
Hex5958C0157413b4c14
Octal13113014011271017311424
Binary1011001101100011000110101111000001111011100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59580C; }

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

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

<style>
 a { background-color: #59580C; }

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

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

<style>
 span { border-color: #59580C; }

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

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