Html Css Color HEX #588C20 Vida Loca

📋 copy color: '#588C20'

red 88 ◦ green 140 ◦ blue 32

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

Shades of Vida Loca #588C20

Tints of Vida Loca #588C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.31%

R = 33.85%
G = 53.85%
B = 12.31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#588C20 (or 0x588C20) is known color: Vida Loca. HEX triplet: 58, 8C and 20. RGB value is (88,140,32). Sum of RGB (Red+Green+Blue) = 88+140+32=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 140 (55.08% from 255 or 53.85% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 140 - color contains mainly: green. Hex color #588C20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588C20 is #A773DF. Grayscale: #707070. Windows color (decimal): -10974176 or 2133080. OLE color: 2133080.

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

Color convert

RGB 88 140 32 -
CMYK 0.37 0 0.77 0.45
HSL 88.89º 0.63% 0.34% -
HSV(B) 88.89º 0.77% 0.55% -
XYZ 13.66 20.94 4.69 -
YUV 112.14 82.77 110.78 -
System Red Green Blue C M Y K H S L
Decimal 88 140 32 0.37 0 0.77 0.45 88.89 0.63 0.34
Hex 58 8C 20 25 0 4D 2D 59 3F 22
Octal 130 214 40 45 0 115 55 131 77 42
Binary 1011000 10001100 100000 100101 0 1001101 101101 1011001 111111 100010

Color Harmonies of #588C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588C20

Black with #588C20

Text Example


Text Example

White with #588C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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