Shades of Vida Loca #597F2F
Tints of Vida Loca #597F2F
RGB
CMYK
RGB Variations
Color information
#597F2F (or 0x597F2F) is known color: Vida Loca. HEX triplet: 59, 7F and 2F. RGB value is (89,127,47). Sum of RGB (Red+Green+Blue) = 89+127+47=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 127 (50% from 255 or 48.29% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 127 - color contains mainly: green. Hex color #597F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #597F2F is #A680D0. Grayscale: #6A6A6A. Windows color (decimal): -10911953 or 3112793. OLE color: 3112793.
HSL color Cylindrical-coordinate representation of color #597F2F: hue angle of 88.5º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #597F2F is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 127 | 47 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.50 |
| HSL | 88.5º | 0.46% | 0.34% | - |
| HSV(B) | 88.5º | 0.63% | 0.5% | - |
| XYZ | 12.22 | 17.51 | 5.42 | - |
| YUV | 106.52 | 94.41 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 127 | 47 | 0.30 | 0 | 0.63 | 0.50 | 88.5 | 0.46 | 0.34 |
| Hex | 59 | 7F | 2F | 1E | 0 | 3F | 32 | 58 | 2E | 22 |
| Octal | 131 | 177 | 57 | 36 | 0 | 77 | 62 | 130 | 56 | 42 |
| Binary | 1011001 | 1111111 | 101111 | 11110 | 0 | 111111 | 110010 | 1011000 | 101110 | 100010 |
Color Harmonies of #597F2F
Complementary color
Monochromatic Colors of #597F2F
Black with #597F2F
Text Example
Text Example
White with #597F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597F2F; }
p { color: rgb(89,127,47); }
H1.HeaderClassName
{
color: #597F2F;
}
.AnyTagClassName
{
color: #597F2F;
}
</style>
background-color css
<style>
a { background-color: #597F2F; }
a { background-color: rgb(89,127,47); }
div.DivClassName
{
background-color: #597F2F;
}
.BgClassName
{
background-color: #597F2F;
}
</style>
border-color css
<style>
span { border-color: #597F2F; }
span { border-color: rgb(89,127,47); }
td.TdClassName
{
border-color: #597F2F;
}
.TagClassName
{
border-color: #597F2F;
}
</style>