#588232

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

Shades of Vida Loca #588232

Tints of Vida Loca #588232

Color information

#588232 (or 0x588232) is unknown color: approx Vida Loca. HEX triplet: 58, 82 and 32. RGB value is (88,130,50). Sum of RGB (Red+Green+Blue) = 88+130+50=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #588232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588232 is #A77DCD. Grayscale: #6C6C6C. Windows color (decimal): -10976718 or 3310168. OLE color: 3310168.

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

Color convert

RGB8813050-
CMYK0.3200.620.49
HSL91.5º44.44%35.29%-
HSV(B)91.5º61.54%50.98%-
XYZ12.5818.275.88-
YUV108.3295.09113.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.84%
GREEN value IS 130 (51.17% from 255) = 48.51%
BLUE value IS 50 (19.92% from 255) = 18.66%
R=32.84%
G=48.51%
B=18.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88130500.3200.620.4991.544.4435.29
Hex5882322003E315c2c23
Octal1302026240076611345443
Binary10110001000001011001010000001111101100011011100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588232; }

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

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

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

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

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

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

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

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