#597232

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

Shades of Dark Olive Green #597232

Tints of Dark Olive Green #597232

Color information

#597232 (or 0x597232) is unknown color: approx Dark Olive Green. HEX triplet: 59, 72 and 32. RGB value is (89,114,50). Sum of RGB (Red+Green+Blue) = 89+114+50=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #597232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #597232 is #A68DCD. Grayscale: #636363. Windows color (decimal): -10915278 or 3306073. OLE color: 3306073.

HSL color Cylindrical-coordinate representation of color #597232: hue angle of 83.44º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #597232 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB8911450-
CMYK0.2200.560.55
HSL83.44º39.02%32.16%-
HSV(B)83.44º56.14%44.71%-
XYZ10.7114.395.23-
YUV99.23100.22120.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.18%
GREEN value IS 114 (44.92% from 255) = 45.06%
BLUE value IS 50 (19.92% from 255) = 19.76%
R=35.18%
G=45.06%
B=19.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89114500.2200.560.5583.4439.0232.16
Hex5972321603837532720
Octal1311626226070671234740
Binary101100111100101100101011001110001101111010011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597232; }

 p { color: rgb(89,114,50); }

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

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

 a { background-color: rgb(89,114,50); }

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

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

 span { border-color: rgb(89,114,50); }

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