Html Css Color HEX #598312 Olive Drab

📋 copy color: '#598312'

red 89 ◦ green 131 ◦ blue 18

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

Shades of Olive Drab #598312

Tints of Olive Drab #598312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.04%

 BLUE value IS 18 (7.42% from 255) = 7.56%

R = 37.39%
G = 55.04%
B = 7.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#598312 (or 0x598312) is known color: Olive Drab. HEX triplet: 59, 83 and 12. RGB value is (89,131,18). Sum of RGB (Red+Green+Blue) = 89+131+18=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 131 (51.56% from 255 or 55.04% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 131 - color contains mainly: green. Hex color #598312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598312 is #A67CED. Grayscale: #696969. Windows color (decimal): -10910958 or 1213273. OLE color: 1213273.

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

Color convert

RGB 89 131 18 -
CMYK 0.32 0 0.86 0.49
HSL 82.3º 0.76% 0.29% -
HSV(B) 82.3º 0.86% 0.51% -
XYZ 12.35 18.4 3.47 -
YUV 105.56 78.59 116.19 -
System Red Green Blue C M Y K H S L
Decimal 89 131 18 0.32 0 0.86 0.49 82.3 0.76 0.29
Hex 59 83 12 20 0 56 31 52 4C 1D
Octal 131 203 22 40 0 126 61 122 114 35
Binary 1011001 10000011 10010 100000 0 1010110 110001 1010010 1001100 11101

Color Harmonies of #598312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598312

Black with #598312

Text Example


Text Example

White with #598312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598312; }

 p { color: rgb(89,131,18); }

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

background-color css

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

 a { background-color: rgb(89,131,18); }

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

border-color css

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

 span { border-color: rgb(89,131,18); }

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