#59663A

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

Shades of Dark Olive Green #59663A

Tints of Dark Olive Green #59663A

Color information

#59663A (or 0x59663A) is unknown color: approx Dark Olive Green. HEX triplet: 59, 66 and 3A. RGB value is (89,102,58). Sum of RGB (Red+Green+Blue) = 89+102+58=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 102 - color contains mainly: green. Hex color #59663A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59663A is #A699C5. Grayscale: #5D5D5D. Windows color (decimal): -10918342 or 3827289. OLE color: 3827289.

HSL color Cylindrical-coordinate representation of color #59663A: hue angle of 77.73º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59663A is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.6.

Color convert

RGB8910258-
CMYK0.1300.430.6
HSL77.73º27.5%31.37%-
HSV(B)77.73º43.14%40%-
XYZ9.6311.935.8-
YUV93.1108.19125.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.74%
GREEN value IS 102 (40.23% from 255) = 40.96%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=35.74%
G=40.96%
B=23.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal89102580.1300.430.677.7327.531.37
Hex59663AD02B3C4e1c1f
Octal1311467215053741163437
Binary101100111001101110101101010101111110010011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59663A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,102,58); }

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

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

 a { background-color: rgb(89,102,58); }

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

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

 span { border-color: rgb(89,102,58); }

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