Shades of Vida Loca #598E2C
Tints of Vida Loca #598E2C
RGB
CMYK
RGB Variations
Color information
#598E2C (or 0x598E2C) is known color: Vida Loca. HEX triplet: 59, 8E and 2C. RGB value is (89,142,44). Sum of RGB (Red+Green+Blue) = 89+142+44=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 142 (55.86% from 255 or 51.64% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 142 - color contains mainly: green. Hex color #598E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598E2C is #A671D3. Grayscale: #737373. Windows color (decimal): -10908116 or 2920025. OLE color: 2920025.
HSL color Cylindrical-coordinate representation of color #598E2C: hue angle of 92.45º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #598E2C is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 142 | 44 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.44 |
| HSL | 92.45º | 0.53% | 0.36% | - |
| HSV(B) | 92.45º | 0.69% | 0.56% | - |
| XYZ | 14.25 | 21.65 | 5.81 | - |
| YUV | 114.98 | 87.94 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 142 | 44 | 0.37 | 0 | 0.69 | 0.44 | 92.45 | 0.53 | 0.36 |
| Hex | 59 | 8E | 2C | 25 | 0 | 45 | 2C | 5C | 35 | 24 |
| Octal | 131 | 216 | 54 | 45 | 0 | 105 | 54 | 134 | 65 | 44 |
| Binary | 1011001 | 10001110 | 101100 | 100101 | 0 | 1000101 | 101100 | 1011100 | 110101 | 100100 |
Color Harmonies of #598E2C
Complementary color
Monochromatic Colors of #598E2C
Black with #598E2C
Text Example
Text Example
White with #598E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598E2C; }
p { color: rgb(89,142,44); }
H1.HeaderClassName
{
color: #598E2C;
}
.AnyTagClassName
{
color: #598E2C;
}
</style>
background-color css
<style>
a { background-color: #598E2C; }
a { background-color: rgb(89,142,44); }
div.DivClassName
{
background-color: #598E2C;
}
.BgClassName
{
background-color: #598E2C;
}
</style>
border-color css
<style>
span { border-color: #598E2C; }
span { border-color: rgb(89,142,44); }
td.TdClassName
{
border-color: #598E2C;
}
.TagClassName
{
border-color: #598E2C;
}
</style>