#588221

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

Shades of Vida Loca #588221

Tints of Vida Loca #588221

Color information

#588221 (or 0x588221) is unknown color: approx Vida Loca. HEX triplet: 58, 82 and 21. RGB value is (88,130,33). Sum of RGB (Red+Green+Blue) = 88+130+33=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #588221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588221 is #A77DDE. Grayscale: #6A6A6A. Windows color (decimal): -10976735 or 2196056. OLE color: 2196056.

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

Color convert

RGB8813033-
CMYK0.3200.750.49
HSL85.98º59.51%31.96%-
HSV(B)85.98º74.62%50.98%-
XYZ12.2818.154.29-
YUV106.3886.59114.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.06%
GREEN value IS 130 (51.17% from 255) = 51.79%
BLUE value IS 33 (13.28% from 255) = 13.15%
R=35.06%
G=51.79%
B=13.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88130330.3200.750.4985.9859.5131.96
Hex5882212004B31563c20
Octal13020241400113611267440
Binary101100010000010100001100000010010111100011010110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588221; }

 p { color: rgb(88,130,33); }

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

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

 a { background-color: rgb(88,130,33); }

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

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

 span { border-color: rgb(88,130,33); }

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