Html Css Color HEX #588212 Olive Drab

📋 copy color: '#588212'

red 88 ◦ green 130 ◦ blue 18

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

Shades of Olive Drab #588212

Tints of Olive Drab #588212

RGB

 RED value IS 88 (34.77% from 255) = 37.29%

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

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

R = 37.29%
G = 55.08%
B = 7.63%

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

#588212 (or 0x588212) is known color: Olive Drab. HEX triplet: 58, 82 and 12. RGB value is (88,130,18). Sum of RGB (Red+Green+Blue) = 88+130+18=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #588212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588212 is #A77DED. Grayscale: #696969. Windows color (decimal): -10976750 or 1213016. OLE color: 1213016.

HSL color Cylindrical-coordinate representation of color #588212: hue angle of 82.5º 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 #588212 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 130 18 -
CMYK 0.32 0 0.86 0.49
HSL 82.5º 0.76% 0.29% -
HSV(B) 82.5º 0.86% 0.51% -
XYZ 12.12 18.08 3.42 -
YUV 104.67 79.09 116.11 -
System Red Green Blue C M Y K H S L
Decimal 88 130 18 0.32 0 0.86 0.49 82.5 0.76 0.29
Hex 58 82 12 20 0 56 31 52 4C 1D
Octal 130 202 22 40 0 126 61 122 114 35
Binary 1011000 10000010 10010 100000 0 1010110 110001 1010010 1001100 11101

Color Harmonies of #588212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588212

Black with #588212

Text Example


Text Example

White with #588212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588212; }

 p { color: rgb(88,130,18); }

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

background-color css

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

 a { background-color: rgb(88,130,18); }

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

border-color css

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

 span { border-color: rgb(88,130,18); }

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