Html Css Color HEX #588305 Olive Drab

📋 copy color: '#588305'

red 88 ◦ green 131 ◦ blue 5

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

Shades of Olive Drab #588305

Tints of Olive Drab #588305

RGB

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

 GREEN value IS 131 (51.56% from 255) = 58.48%

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

R = 39.29%
G = 58.48%
B = 2.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#588305 (or 0x588305) is known color: Olive Drab. HEX triplet: 58, 83 and 05. RGB value is (88,131,5). Sum of RGB (Red+Green+Blue) = 88+131+5=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 131 (51.56% from 255 or 58.48% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 131 - color contains mainly: green. Hex color #588305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588305 is #A77CFA. Grayscale: #686868. Windows color (decimal): -10976507 or 361304. OLE color: 361304.

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

Color convert

RGB 88 131 5 -
CMYK 0.33 0 0.96 0.49
HSL 80.48º 0.93% 0.27% -
HSV(B) 80.48º 0.96% 0.51% -
XYZ 12.17 18.32 3.04 -
YUV 103.78 72.25 116.75 -
System Red Green Blue C M Y K H S L
Decimal 88 131 5 0.33 0 0.96 0.49 80.48 0.93 0.27
Hex 58 83 5 21 0 60 31 50 5D 1B
Octal 130 203 5 41 0 140 61 120 135 33
Binary 1011000 10000011 101 100001 0 1100000 110001 1010000 1011101 11011

Color Harmonies of #588305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588305

Black with #588305

Text Example


Text Example

White with #588305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588305; }

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

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

background-color css

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

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

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

border-color css

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

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

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