#59580A

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

Shades of Verdun Green #59580A

Tints of Verdun Green #59580A

Color information

#59580A (or 0x59580A) is unknown color: approx Verdun Green. HEX triplet: 59, 58 and 0A. RGB value is (89,88,10). Sum of RGB (Red+Green+Blue) = 89+88+10=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #59580A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59580A is #A6A7F5. Grayscale: #4F4F4F. Windows color (decimal): -10921974 or 677977. OLE color: 677977.

HSL color Cylindrical-coordinate representation of color #59580A: hue angle of 59.24º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #59580A is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB898810-
CMYK00.010.890.65
HSL59.24º79.8%19.41%-
HSV(B)59.24º88.76%34.9%-
XYZ7.669.131.64-
YUV79.4188.83134.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.59%
GREEN value IS 88 (34.77% from 255) = 47.06%
BLUE value IS 10 (4.30% from 255) = 5.35%
R=47.59%
G=47.06%
B=5.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89881000.010.890.6559.2479.819.41
Hex5958A0159413b5013
Octal13113012011311017312023
Binary1011001101100010100110110011000001111011101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59580A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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