#588228

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

Shades of Vida Loca #588228

Tints of Vida Loca #588228

Color information

#588228 (or 0x588228) is unknown color: approx Vida Loca. HEX triplet: 58, 82 and 28. RGB value is (88,130,40). Sum of RGB (Red+Green+Blue) = 88+130+40=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #588228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588228 is #A77DD7. Grayscale: #6B6B6B. Windows color (decimal): -10976728 or 2654808. OLE color: 2654808.

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

Color convert

RGB8813040-
CMYK0.3200.690.49
HSL88º52.94%33.33%-
HSV(B)88º69.23%50.98%-
XYZ12.3918.194.87-
YUV107.1890.09114.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.11%
GREEN value IS 130 (51.17% from 255) = 50.39%
BLUE value IS 40 (16.02% from 255) = 15.50%
R=34.11%
G=50.39%
B=15.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88130400.3200.690.498852.9433.33
Hex5882282004531583521
Octal13020250400105611306541
Binary101100010000010101000100000010001011100011011000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588228; }

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

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

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

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

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

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

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

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