Shades of Vida Loca #598C1C
Tints of Vida Loca #598C1C
RGB
CMYK
RGB Variations
Color information
#598C1C (or 0x598C1C) is known color: Vida Loca. HEX triplet: 59, 8C and 1C. RGB value is (89,140,28). Sum of RGB (Red+Green+Blue) = 89+140+28=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 140 (55.08% from 255 or 54.47% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 140 - color contains mainly: green. Hex color #598C1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598C1C is #A673E3. Grayscale: #707070. Windows color (decimal): -10908644 or 1870937. OLE color: 1870937.
HSL color Cylindrical-coordinate representation of color #598C1C: hue angle of 87.32º 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 #598C1C is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 140 | 28 | - |
| CMYK | 0.36 | 0 | 0.80 | 0.45 |
| HSL | 87.32º | 0.67% | 0.33% | - |
| HSV(B) | 87.32º | 0.8% | 0.55% | - |
| XYZ | 13.71 | 20.96 | 4.42 | - |
| YUV | 111.98 | 80.6 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 140 | 28 | 0.36 | 0 | 0.80 | 0.45 | 87.32 | 0.67 | 0.33 |
| Hex | 59 | 8C | 1C | 24 | 0 | 50 | 2D | 57 | 43 | 21 |
| Octal | 131 | 214 | 34 | 44 | 0 | 120 | 55 | 127 | 103 | 41 |
| Binary | 1011001 | 10001100 | 11100 | 100100 | 0 | 1010000 | 101101 | 1010111 | 1000011 | 100001 |
Color Harmonies of #598C1C
Complementary color
Monochromatic Colors of #598C1C
Black with #598C1C
Text Example
Text Example
White with #598C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598C1C; }
p { color: rgb(89,140,28); }
H1.HeaderClassName
{
color: #598C1C;
}
.AnyTagClassName
{
color: #598C1C;
}
</style>
background-color css
<style>
a { background-color: #598C1C; }
a { background-color: rgb(89,140,28); }
div.DivClassName
{
background-color: #598C1C;
}
.BgClassName
{
background-color: #598C1C;
}
</style>
border-color css
<style>
span { border-color: #598C1C; }
span { border-color: rgb(89,140,28); }
td.TdClassName
{
border-color: #598C1C;
}
.TagClassName
{
border-color: #598C1C;
}
</style>