Shades of Vida Loca #5A852F
Tints of Vida Loca #5A852F
RGB
CMYK
RGB Variations
Color information
#5A852F (or 0x5A852F) is known color: Vida Loca. HEX triplet: 5A, 85 and 2F. RGB value is (90,133,47). Sum of RGB (Red+Green+Blue) = 90+133+47=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #5A852F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A852F is #A57AD0. Grayscale: #6E6E6E. Windows color (decimal): -10844881 or 3114330. OLE color: 3114330.
HSL color Cylindrical-coordinate representation of color #5A852F: hue angle of 90º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A852F is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 133 | 47 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.48 |
| HSL | 90º | 0.48% | 0.35% | - |
| HSV(B) | 90º | 0.65% | 0.52% | - |
| XYZ | 13.12 | 19.15 | 5.7 | - |
| YUV | 110.34 | 92.25 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 133 | 47 | 0.32 | 0 | 0.65 | 0.48 | 90 | 0.48 | 0.35 |
| Hex | 5A | 85 | 2F | 20 | 0 | 41 | 30 | 5A | 30 | 23 |
| Octal | 132 | 205 | 57 | 40 | 0 | 101 | 60 | 132 | 60 | 43 |
| Binary | 1011010 | 10000101 | 101111 | 100000 | 0 | 1000001 | 110000 | 1011010 | 110000 | 100011 |
Color Harmonies of #5A852F
Complementary color
Monochromatic Colors of #5A852F
Black with #5A852F
Text Example
Text Example
White with #5A852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A852F; }
p { color: rgb(90,133,47); }
H1.HeaderClassName
{
color: #5A852F;
}
.AnyTagClassName
{
color: #5A852F;
}
</style>
background-color css
<style>
a { background-color: #5A852F; }
a { background-color: rgb(90,133,47); }
div.DivClassName
{
background-color: #5A852F;
}
.BgClassName
{
background-color: #5A852F;
}
</style>
border-color css
<style>
span { border-color: #5A852F; }
span { border-color: rgb(90,133,47); }
td.TdClassName
{
border-color: #5A852F;
}
.TagClassName
{
border-color: #5A852F;
}
</style>