Html Css Color HEX #588114 Olive Drab

📋 copy color: '#588114'

red 88 ◦ green 129 ◦ blue 20

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

Shades of Olive Drab #588114

Tints of Olive Drab #588114

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.43%

 BLUE value IS 20 (8.2% from 255) = 8.44%

R = 37.13%
G = 54.43%
B = 8.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#588114 (or 0x588114) is known color: Olive Drab. HEX triplet: 58, 81 and 14. RGB value is (88,129,20). Sum of RGB (Red+Green+Blue) = 88+129+20=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 129 (50.78% from 255 or 54.43% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 129 - color contains mainly: green. Hex color #588114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588114 is #A77EEB. Grayscale: #686868. Windows color (decimal): -10977004 or 1343832. OLE color: 1343832.

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

Color convert

RGB 88 129 20 -
CMYK 0.32 0 0.84 0.49
HSL 82.57º 0.73% 0.29% -
HSV(B) 82.57º 0.84% 0.51% -
XYZ 12 17.83 3.47 -
YUV 104.32 80.42 116.36 -
System Red Green Blue C M Y K H S L
Decimal 88 129 20 0.32 0 0.84 0.49 82.57 0.73 0.29
Hex 58 81 14 20 0 54 31 53 49 1D
Octal 130 201 24 40 0 124 61 123 111 35
Binary 1011000 10000001 10100 100000 0 1010100 110001 1010011 1001001 11101

Color Harmonies of #588114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588114

Black with #588114

Text Example


Text Example

White with #588114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588114; }

 p { color: rgb(88,129,20); }

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

background-color css

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

 a { background-color: rgb(88,129,20); }

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

border-color css

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

 span { border-color: rgb(88,129,20); }

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