#59693A

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

Shades of Dark Olive Green #59693A

Tints of Dark Olive Green #59693A

Color information

#59693A (or 0x59693A) is unknown color: approx Dark Olive Green. HEX triplet: 59, 69 and 3A. RGB value is (89,105,58). Sum of RGB (Red+Green+Blue) = 89+105+58=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 105 - color contains mainly: green. Hex color #59693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59693A is #A696C5. Grayscale: #5F5F5F. Windows color (decimal): -10917574 or 3828057. OLE color: 3828057.

HSL color Cylindrical-coordinate representation of color #59693A: hue angle of 80.43º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #59693A is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB8910558-
CMYK0.1500.450.59
HSL80.43º28.83%31.96%-
HSV(B)80.43º44.76%41.18%-
XYZ9.9412.535.9-
YUV94.86107.2123.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.32%
GREEN value IS 105 (41.41% from 255) = 41.67%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=35.32%
G=41.67%
B=23.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal89105580.1500.450.5980.4328.8331.96
Hex59693AF02D3B501d20
Octal1311517217055731203540
Binary1011001110100111101011110101101111011101000011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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