Html Css Color HEX #588205 Olive Drab

📋 copy color: '#588205'

red 88 ◦ green 130 ◦ blue 5

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

Shades of Olive Drab #588205

Tints of Olive Drab #588205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.24%

R = 39.46%
G = 58.3%
B = 2.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#588205 (or 0x588205) is known color: Olive Drab. HEX triplet: 58, 82 and 05. RGB value is (88,130,5). Sum of RGB (Red+Green+Blue) = 88+130+5=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 130 (51.17% from 255 or 58.30% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 130 - color contains mainly: green. Hex color #588205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588205 is #A77DFA. Grayscale: #676767. Windows color (decimal): -10976763 or 361048. OLE color: 361048.

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

Color convert

RGB 88 130 5 -
CMYK 0.32 0 0.96 0.49
HSL 80.16º 0.93% 0.26% -
HSV(B) 80.16º 0.96% 0.51% -
XYZ 12.03 18.05 2.99 -
YUV 103.19 72.59 117.16 -
System Red Green Blue C M Y K H S L
Decimal 88 130 5 0.32 0 0.96 0.49 80.16 0.93 0.26
Hex 58 82 5 20 0 60 31 50 5D 1A
Octal 130 202 5 40 0 140 61 120 135 32
Binary 1011000 10000010 101 100000 0 1100000 110001 1010000 1011101 11010

Color Harmonies of #588205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588205

Black with #588205

Text Example


Text Example

White with #588205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588205; }

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

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

background-color css

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

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

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

border-color css

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

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

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