Html Css Color HEX #599401 Olive Drab

📋 copy color: '#599401'

red 89 ◦ green 148 ◦ blue 1

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

Shades of Olive Drab #599401

Tints of Olive Drab #599401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 37.39%
G = 62.18%
B = 0.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#599401 (or 0x599401) is known color: Olive Drab. HEX triplet: 59, 94 and 01. RGB value is (89,148,1). Sum of RGB (Red+Green+Blue) = 89+148+1=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 148 (58.20% from 255 or 62.18% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 148 - color contains mainly: green. Hex color #599401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599401 is #A66BFE. Grayscale: #727272. Windows color (decimal): -10906623 or 103513. OLE color: 103513.

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

Color convert

RGB 89 148 1 -
CMYK 0.40 0 0.99 0.42
HSL 84.08º 0.99% 0.29% -
HSV(B) 84.08º 0.99% 0.58% -
XYZ 14.72 23.31 3.75 -
YUV 113.6 64.45 110.45 -
System Red Green Blue C M Y K H S L
Decimal 89 148 1 0.40 0 0.99 0.42 84.08 0.99 0.29
Hex 59 94 1 28 0 63 2A 54 63 1D
Octal 131 224 1 50 0 143 52 124 143 35
Binary 1011001 10010100 1 101000 0 1100011 101010 1010100 1100011 11101

Color Harmonies of #599401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599401

Black with #599401

Text Example


Text Example

White with #599401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599401; }

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

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

background-color css

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

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

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

border-color css

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

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

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