#596930

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

Shades of Dark Olive Green #596930

Tints of Dark Olive Green #596930

Color information

#596930 (or 0x596930) is unknown color: approx Dark Olive Green. HEX triplet: 59, 69 and 30. RGB value is (89,105,48). Sum of RGB (Red+Green+Blue) = 89+105+48=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #596930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596930 is #A696CF. Grayscale: #5D5D5D. Windows color (decimal): -10917584 or 3172697. OLE color: 3172697.

HSL color Cylindrical-coordinate representation of color #596930: hue angle of 76.84º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #596930 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB8910548-
CMYK0.1500.540.59
HSL76.84º37.25%30%-
HSV(B)76.84º54.29%41.18%-
XYZ9.712.444.69-
YUV93.72102.2124.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.78%
GREEN value IS 105 (41.41% from 255) = 43.39%
BLUE value IS 48 (19.14% from 255) = 19.83%
R=36.78%
G=43.39%
B=19.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal89105480.1500.540.5976.8437.2530
Hex596930F0363B4d251e
Octal1311516017066731154536
Binary1011001110100111000011110110110111011100110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596930; }

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

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

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

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

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

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

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

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