Html Css Color HEX #588400 Olive Drab

📋 copy color: '#588400'

red 88 ◦ green 132 ◦ blue 0

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

Shades of Olive Drab #588400

Tints of Olive Drab #588400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 60%

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

R = 40%
G = 60%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#588400 (or 0x588400) is known color: Olive Drab. HEX triplet: 58, 84 and 00. RGB value is (88,132,0). Sum of RGB (Red+Green+Blue) = 88+132+0=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 132 (51.95% from 255 or 60% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 132 - color contains mainly: green. Hex color #588400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588400 is #A77BFF. Grayscale: #686868. Windows color (decimal): -10976256 or 33880. OLE color: 33880.

HSL color Cylindrical-coordinate representation of color #588400: hue angle of 80º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #588400 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 132 0 -
CMYK 0.33 0 1 0.48
HSL 80º 1% 0.26% -
HSV(B) 80º 1% 0.52% -
XYZ 12.28 18.58 2.94 -
YUV 103.8 69.42 116.73 -
System Red Green Blue C M Y K H S L
Decimal 88 132 0 0.33 0 1 0.48 80 1 0.26
Hex 58 84 0 21 0 64 30 50 64 1A
Octal 130 204 0 41 0 144 60 120 144 32
Binary 1011000 10000100 0 100001 0 1100100 110000 1010000 1100100 11010

Color Harmonies of #588400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588400

Black with #588400

Text Example


Text Example

White with #588400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588400; }

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

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

background-color css

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

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

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

border-color css

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

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

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