Shades of Vida Loca #58903A
Tints of Vida Loca #58903A
RGB
CMYK
RGB Variations
Color information
#58903A (or 0x58903A) is known color: Vida Loca. HEX triplet: 58, 90 and 3A. RGB value is (88,144,58). Sum of RGB (Red+Green+Blue) = 88+144+58=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #58903A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58903A is #A76FC5. Grayscale: #757575. Windows color (decimal): -10973126 or 3838040. OLE color: 3838040.
HSL color Cylindrical-coordinate representation of color #58903A: hue angle of 99.07º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58903A is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 144 | 58 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.44 |
| HSL | 99.07º | 0.43% | 0.4% | - |
| HSV(B) | 99.07º | 0.6% | 0.56% | - |
| XYZ | 14.76 | 22.33 | 7.53 | - |
| YUV | 117.45 | 94.45 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 144 | 58 | 0.39 | 0 | 0.60 | 0.44 | 99.07 | 0.43 | 0.4 |
| Hex | 58 | 90 | 3A | 27 | 0 | 3C | 2C | 63 | 2B | 28 |
| Octal | 130 | 220 | 72 | 47 | 0 | 74 | 54 | 143 | 53 | 50 |
| Binary | 1011000 | 10010000 | 111010 | 100111 | 0 | 111100 | 101100 | 1100011 | 101011 | 101000 |
Color Harmonies of #58903A
Complementary color
Monochromatic Colors of #58903A
Black with #58903A
Text Example
Text Example
White with #58903A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58903A; }
p { color: rgb(88,144,58); }
H1.HeaderClassName
{
color: #58903A;
}
.AnyTagClassName
{
color: #58903A;
}
</style>
background-color css
<style>
a { background-color: #58903A; }
a { background-color: rgb(88,144,58); }
div.DivClassName
{
background-color: #58903A;
}
.BgClassName
{
background-color: #58903A;
}
</style>
border-color css
<style>
span { border-color: #58903A; }
span { border-color: rgb(88,144,58); }
td.TdClassName
{
border-color: #58903A;
}
.TagClassName
{
border-color: #58903A;
}
</style>