Shades of Vida Loca #619535
Tints of Vida Loca #619535
RGB
CMYK
RGB Variations
Color information
#619535 (or 0x619535) is known color: Vida Loca. HEX triplet: 61, 95 and 35. RGB value is (97,149,53). Sum of RGB (Red+Green+Blue) = 97+149+53=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #619535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619535 is #9E6ACA. Grayscale: #7A7A7A. Windows color (decimal): -10382027 or 3511649. OLE color: 3511649.
HSL color Cylindrical-coordinate representation of color #619535: hue angle of 92.5º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #619535 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 149 | 53 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.42 |
| HSL | 92.5º | 0.48% | 0.4% | - |
| HSV(B) | 92.5º | 0.64% | 0.58% | - |
| XYZ | 16.32 | 24.29 | 7.2 | - |
| YUV | 122.51 | 88.77 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 149 | 53 | 0.35 | 0 | 0.64 | 0.42 | 92.5 | 0.48 | 0.4 |
| Hex | 61 | 95 | 35 | 23 | 0 | 40 | 2A | 5C | 30 | 28 |
| Octal | 141 | 225 | 65 | 43 | 0 | 100 | 52 | 134 | 60 | 50 |
| Binary | 1100001 | 10010101 | 110101 | 100011 | 0 | 1000000 | 101010 | 1011100 | 110000 | 101000 |
Color Harmonies of #619535
Complementary color
Monochromatic Colors of #619535
Black with #619535
Text Example
Text Example
White with #619535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619535; }
p { color: rgb(97,149,53); }
H1.HeaderClassName
{
color: #619535;
}
.AnyTagClassName
{
color: #619535;
}
</style>
background-color css
<style>
a { background-color: #619535; }
a { background-color: rgb(97,149,53); }
div.DivClassName
{
background-color: #619535;
}
.BgClassName
{
background-color: #619535;
}
</style>
border-color css
<style>
span { border-color: #619535; }
span { border-color: rgb(97,149,53); }
td.TdClassName
{
border-color: #619535;
}
.TagClassName
{
border-color: #619535;
}
</style>