Shades of Vida Loca #598D1C
Tints of Vida Loca #598D1C
RGB
CMYK
RGB Variations
Color information
#598D1C (or 0x598D1C) is known color: Vida Loca. HEX triplet: 59, 8D and 1C. RGB value is (89,141,28). Sum of RGB (Red+Green+Blue) = 89+141+28=258 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.50% from 258); Green value is 141 (55.47% from 255 or 54.65% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 141 - color contains mainly: green. Hex color #598D1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598D1C is #A672E3. Grayscale: #707070. Windows color (decimal): -10908388 or 1871193. OLE color: 1871193.
HSL color Cylindrical-coordinate representation of color #598D1C: hue angle of 87.61º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #598D1C is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 141 | 28 | - |
| CMYK | 0.37 | 0 | 0.80 | 0.45 |
| HSL | 87.61º | 0.67% | 0.33% | - |
| HSV(B) | 87.61º | 0.8% | 0.55% | - |
| XYZ | 13.85 | 21.26 | 4.47 | - |
| YUV | 112.57 | 80.27 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 141 | 28 | 0.37 | 0 | 0.80 | 0.45 | 87.61 | 0.67 | 0.33 |
| Hex | 59 | 8D | 1C | 25 | 0 | 50 | 2D | 58 | 43 | 21 |
| Octal | 131 | 215 | 34 | 45 | 0 | 120 | 55 | 130 | 103 | 41 |
| Binary | 1011001 | 10001101 | 11100 | 100101 | 0 | 1010000 | 101101 | 1011000 | 1000011 | 100001 |
Color Harmonies of #598D1C
Complementary color
Monochromatic Colors of #598D1C
Black with #598D1C
Text Example
Text Example
White with #598D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598D1C; }
p { color: rgb(89,141,28); }
H1.HeaderClassName
{
color: #598D1C;
}
.AnyTagClassName
{
color: #598D1C;
}
</style>
background-color css
<style>
a { background-color: #598D1C; }
a { background-color: rgb(89,141,28); }
div.DivClassName
{
background-color: #598D1C;
}
.BgClassName
{
background-color: #598D1C;
}
</style>
border-color css
<style>
span { border-color: #598D1C; }
span { border-color: rgb(89,141,28); }
td.TdClassName
{
border-color: #598D1C;
}
.TagClassName
{
border-color: #598D1C;
}
</style>