Html Css Color HEX #599400 Olive Drab

📋 copy color: '#599400'

red 89 ◦ green 148 ◦ blue 0

#599400
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #599400

Tints of Olive Drab #599400

RGB

 RED value IS 89 (35.16% from 255) = 37.55%

 GREEN value IS 148 (58.2% from 255) = 62.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.55%
G = 62.45%
B = 0%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#599400 (or 0x599400) is known color: Olive Drab. HEX triplet: 59, 94 and 00. RGB value is (89,148,0). Sum of RGB (Red+Green+Blue) = 89+148+0=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 148 (58.20% from 255 or 62.45% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 148 - color contains mainly: green. Hex color #599400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599400 is #A66BFF. Grayscale: #727272. Windows color (decimal): -10906624 or 37977. OLE color: 37977.

HSL color Cylindrical-coordinate representation of color #599400: hue angle of 83.92º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #599400 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 148 0 -
CMYK 0.40 0 1 0.42
HSL 83.92º 1% 0.29% -
HSV(B) 83.92º 1% 0.58% -
XYZ 14.71 23.3 3.72 -
YUV 113.49 63.95 110.53 -
System Red Green Blue C M Y K H S L
Decimal 89 148 0 0.40 0 1 0.42 83.92 1 0.29
Hex 59 94 0 28 0 64 2A 54 64 1D
Octal 131 224 0 50 0 144 52 124 144 35
Binary 1011001 10010100 0 101000 0 1100100 101010 1010100 1100100 11101

Color Harmonies of #599400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599400

Black with #599400

Text Example


Text Example

White with #599400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599400; }

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

 H1.HeaderClassName
 {
   color: #599400;
 }
 .AnyTagClassName
 {
   color: #599400;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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