#59600A

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

Shades of Verdun Green #59600A

Tints of Verdun Green #59600A

Color information

#59600A (or 0x59600A) is unknown color: approx Verdun Green. HEX triplet: 59, 60 and 0A. RGB value is (89,96,10). Sum of RGB (Red+Green+Blue) = 89+96+10=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #59600A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59600A is #A69FF5. Grayscale: #545454. Windows color (decimal): -10919926 or 680025. OLE color: 680025.

HSL color Cylindrical-coordinate representation of color #59600A: hue angle of 64.88º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59600A is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB899610-
CMYK0.0700.900.62
HSL64.88º81.13%20.78%-
HSV(B)64.88º89.58%37.65%-
XYZ8.3610.511.88-
YUV84.186.18131.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.64%
GREEN value IS 96 (37.89% from 255) = 49.23%
BLUE value IS 10 (4.30% from 255) = 5.13%
R=45.64%
G=49.23%
B=5.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8996100.0700.900.6264.8881.1320.78
Hex5960A705A3E415115
Octal13114012701327610112125
Binary101100111000001010111010110101111101000001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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