Html Css Color HEX #588C01 Olive Drab

📋 copy color: '#588C01'

red 88 ◦ green 140 ◦ blue 1

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

Shades of Olive Drab #588C01

Tints of Olive Drab #588C01

RGB

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

 GREEN value IS 140 (55.08% from 255) = 61.14%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 38.43%
G = 61.14%
B = 0.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#588C01 (or 0x588C01) is known color: Olive Drab. HEX triplet: 58, 8C and 01. RGB value is (88,140,1). Sum of RGB (Red+Green+Blue) = 88+140+1=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 140 (55.08% from 255 or 61.14% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 140 - color contains mainly: green. Hex color #588C01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588C01 is #A773FE. Grayscale: #6D6D6D. Windows color (decimal): -10974207 or 101464. OLE color: 101464.

HSL color Cylindrical-coordinate representation of color #588C01: hue angle of 82.45º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #588C01 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 140 1 -
CMYK 0.37 0 0.99 0.45
HSL 82.45º 0.99% 0.28% -
HSV(B) 82.45º 0.99% 0.55% -
XYZ 13.41 20.83 3.34 -
YUV 108.61 67.27 113.3 -
System Red Green Blue C M Y K H S L
Decimal 88 140 1 0.37 0 0.99 0.45 82.45 0.99 0.28
Hex 58 8C 1 25 0 63 2D 52 63 1C
Octal 130 214 1 45 0 143 55 122 143 34
Binary 1011000 10001100 1 100101 0 1100011 101101 1010010 1100011 11100

Color Harmonies of #588C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588C01

Black with #588C01

Text Example


Text Example

White with #588C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588C01; }

 p { color: rgb(88,140,1); }

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

background-color css

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

 a { background-color: rgb(88,140,1); }

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

border-color css

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

 span { border-color: rgb(88,140,1); }

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