Html Css Color HEX #588502 Olive Drab

📋 copy color: '#588502'

red 88 ◦ green 133 ◦ blue 2

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

Shades of Olive Drab #588502

Tints of Olive Drab #588502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 59.64%

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 39.46%
G = 59.64%
B = 0.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#588502 (or 0x588502) is known color: Olive Drab. HEX triplet: 58, 85 and 02. RGB value is (88,133,2). Sum of RGB (Red+Green+Blue) = 88+133+2=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 133 (52.34% from 255 or 59.64% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 133 - color contains mainly: green. Hex color #588502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588502 is #A77AFD. Grayscale: #696969. Windows color (decimal): -10975998 or 165208. OLE color: 165208.

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

Color convert

RGB 88 133 2 -
CMYK 0.34 0 0.98 0.48
HSL 80.61º 0.97% 0.26% -
HSV(B) 80.61º 0.98% 0.52% -
XYZ 12.42 18.85 3.04 -
YUV 104.61 70.09 116.15 -
System Red Green Blue C M Y K H S L
Decimal 88 133 2 0.34 0 0.98 0.48 80.61 0.97 0.26
Hex 58 85 2 22 0 62 30 51 61 1A
Octal 130 205 2 42 0 142 60 121 141 32
Binary 1011000 10000101 10 100010 0 1100010 110000 1010001 1100001 11010

Color Harmonies of #588502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588502

Black with #588502

Text Example


Text Example

White with #588502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588502; }

 p { color: rgb(88,133,2); }

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

background-color css

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

 a { background-color: rgb(88,133,2); }

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

border-color css

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

 span { border-color: rgb(88,133,2); }

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