#598200

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

Shades of Olive Drab #598200

Tints of Olive Drab #598200

Color information

#598200 (or 0x598200) is unknown color: approx Olive Drab. HEX triplet: 59, 82 and 00. RGB value is (89,130,0). Sum of RGB (Red+Green+Blue) = 89+130+0=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #598200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598200 is #A67DFF. Grayscale: #676767. Windows color (decimal): -10911232 or 33369. OLE color: 33369.

HSL color Cylindrical-coordinate representation of color #598200: hue angle of 78.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #598200 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB891300-
CMYK0.32010.49
HSL78.92º100%25.49%-
HSV(B)78.92º100%50.98%-
XYZ12.118.092.85-
YUV102.9269.92118.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.64%
GREEN value IS 130 (51.17% from 255) = 59.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.64%
G=59.36%
B=0%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8913000.32010.4978.9210025.49
Hex5982020064314f6419
Octal13120204001446111714431
Binary1011001100000100100000011001001100011001111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598200; }

 p { color: rgb(89,130,0); }

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

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

 a { background-color: rgb(89,130,0); }

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

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

 span { border-color: rgb(89,130,0); }

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