#587F2A

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

Shades of Vida Loca #587F2A

Tints of Vida Loca #587F2A

Color information

#587F2A (or 0x587F2A) is unknown color: approx Vida Loca. HEX triplet: 58, 7F and 2A. RGB value is (88,127,42). Sum of RGB (Red+Green+Blue) = 88+127+42=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 127 - color contains mainly: green. Hex color #587F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587F2A is #A780D5. Grayscale: #696969. Windows color (decimal): -10977494 or 2785112. OLE color: 2785112.

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

Color convert

RGB8812742-
CMYK0.3100.670.50
HSL87.53º50.3%33.14%-
HSV(B)87.53º66.93%49.8%-
XYZ12.0317.424.92-
YUV105.6592.08115.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.24%
GREEN value IS 127 (50% from 255) = 49.42%
BLUE value IS 42 (16.80% from 255) = 16.34%
R=34.24%
G=49.42%
B=16.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal88127420.3100.670.5087.5350.333.14
Hex587F2A1F04332583221
Octal13017752370103621306241
Binary1011000111111110101011111010000111100101011000110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587F2A; }

 p { color: rgb(88,127,42); }

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

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

 a { background-color: rgb(88,127,42); }

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

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

 span { border-color: rgb(88,127,42); }

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