Html Css Color HEX #598214 Olive Drab

📋 copy color: '#598214'

red 89 ◦ green 130 ◦ blue 20

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

Shades of Olive Drab #598214

Tints of Olive Drab #598214

RGB

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

 GREEN value IS 130 (51.17% from 255) = 54.39%

 BLUE value IS 20 (8.2% from 255) = 8.37%

R = 37.24%
G = 54.39%
B = 8.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#598214 (or 0x598214) is known color: Olive Drab. HEX triplet: 59, 82 and 14. RGB value is (89,130,20). Sum of RGB (Red+Green+Blue) = 89+130+20=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #598214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598214 is #A67DEB. Grayscale: #696969. Windows color (decimal): -10911212 or 1344089. OLE color: 1344089.

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

Color convert

RGB 89 130 20 -
CMYK 0.32 0 0.85 0.49
HSL 82.36º 0.73% 0.29% -
HSV(B) 82.36º 0.85% 0.51% -
XYZ 12.23 18.14 3.52 -
YUV 105.2 79.92 116.44 -
System Red Green Blue C M Y K H S L
Decimal 89 130 20 0.32 0 0.85 0.49 82.36 0.73 0.29
Hex 59 82 14 20 0 55 31 52 49 1D
Octal 131 202 24 40 0 125 61 122 111 35
Binary 1011001 10000010 10100 100000 0 1010101 110001 1010010 1001001 11101

Color Harmonies of #598214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598214

Black with #598214

Text Example


Text Example

White with #598214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598214; }

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

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

background-color css

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

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

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

border-color css

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

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

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