Html Css Color HEX #588008 Olive Drab

📋 copy color: '#588008'

red 88 ◦ green 128 ◦ blue 8

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

Shades of Olive Drab #588008

Tints of Olive Drab #588008

RGB

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

 GREEN value IS 128 (50.39% from 255) = 57.14%

 BLUE value IS 8 (3.52% from 255) = 3.57%

R = 39.29%
G = 57.14%
B = 3.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#588008 (or 0x588008) is known color: Olive Drab. HEX triplet: 58, 80 and 08. RGB value is (88,128,8). Sum of RGB (Red+Green+Blue) = 88+128+8=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 128 (50.39% from 255 or 57.14% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 128 - color contains mainly: green. Hex color #588008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588008 is #A77FF7. Grayscale: #666666. Windows color (decimal): -10977272 or 557144. OLE color: 557144.

HSL color Cylindrical-coordinate representation of color #588008: hue angle of 80º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #588008 is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 128 8 -
CMYK 0.31 0 0.94 0.50
HSL 80º 0.88% 0.27% -
HSV(B) 80º 0.94% 0.5% -
XYZ 11.79 17.53 2.99 -
YUV 102.36 74.75 117.76 -
System Red Green Blue C M Y K H S L
Decimal 88 128 8 0.31 0 0.94 0.50 80 0.88 0.27
Hex 58 80 8 1F 0 5E 32 50 58 1B
Octal 130 200 10 37 0 136 62 120 130 33
Binary 1011000 10000000 1000 11111 0 1011110 110010 1010000 1011000 11011

Color Harmonies of #588008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588008

Black with #588008

Text Example


Text Example

White with #588008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588008; }

 p { color: rgb(88,128,8); }

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

background-color css

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

 a { background-color: rgb(88,128,8); }

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

border-color css

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

 span { border-color: rgb(88,128,8); }

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