#588020

Color #588020 Vida Loca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vida Loca #588020

Tints of Vida Loca #588020

Color information

#588020 (or 0x588020) is unknown color: approx Vida Loca. HEX triplet: 58, 80 and 20. RGB value is (88,128,32). Sum of RGB (Red+Green+Blue) = 88+128+32=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #588020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588020 is #A77FDF. Grayscale: #696969. Windows color (decimal): -10977248 or 2130008. OLE color: 2130008.

HSL color Cylindrical-coordinate representation of color #588020: hue angle of 85º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #588020 is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB8812832-
CMYK0.3100.750.50
HSL85º60%31.37%-
HSV(B)85º75%50.2%-
XYZ1217.624.13-
YUV105.186.75115.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.48%
GREEN value IS 128 (50.39% from 255) = 51.61%
BLUE value IS 32 (12.89% from 255) = 12.90%
R=35.48%
G=51.61%
B=12.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal88128320.3100.750.50856031.37
Hex5880201F04B32553c1f
Octal13020040370113621257437
Binary1011000100000001000001111101001011110010101010111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588020; }

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

 H1.HeaderClassName
 {
   color: #588020;
 }
 .AnyTagClassName
 {
   color: #588020;
 }
</style>
background-color css

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

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

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

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

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

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