Html Css Color HEX #588200 Olive Drab

📋 copy color: '#588200'

red 88 ◦ green 130 ◦ blue 0

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

Shades of Olive Drab #588200

Tints of Olive Drab #588200

RGB

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

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

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

R = 40.37%
G = 59.63%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#588200 (or 0x588200) is known color: Olive Drab. HEX triplet: 58, 82 and 00. RGB value is (88,130,0). Sum of RGB (Red+Green+Blue) = 88+130+0=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #588200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588200 is #A77DFF. Grayscale: #676767. Windows color (decimal): -10976768 or 33368. OLE color: 33368.

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

Color convert

RGB 88 130 0 -
CMYK 0.32 0 1 0.49
HSL 79.38º 1% 0.25% -
HSV(B) 79.38º 1% 0.51% -
XYZ 12.01 18.04 2.85 -
YUV 102.62 70.09 117.57 -
System Red Green Blue C M Y K H S L
Decimal 88 130 0 0.32 0 1 0.49 79.38 1 0.25
Hex 58 82 0 20 0 64 31 4F 64 19
Octal 130 202 0 40 0 144 61 117 144 31
Binary 1011000 10000010 0 100000 0 1100100 110001 1001111 1100100 11001

Color Harmonies of #588200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588200

Black with #588200

Text Example


Text Example

White with #588200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588200; }

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

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

background-color css

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

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

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

border-color css

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

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

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