Shades of Vida Loca #62952F
Tints of Vida Loca #62952F
RGB
CMYK
RGB Variations
Color information
#62952F (or 0x62952F) is known color: Vida Loca. HEX triplet: 62, 95 and 2F. RGB value is (98,149,47). Sum of RGB (Red+Green+Blue) = 98+149+47=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #62952F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62952F is #9D6AD0. Grayscale: #7A7A7A. Windows color (decimal): -10316497 or 3118434. OLE color: 3118434.
HSL color Cylindrical-coordinate representation of color #62952F: hue angle of 90º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62952F is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 149 | 47 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.42 |
| HSL | 90º | 0.52% | 0.38% | - |
| HSV(B) | 90º | 0.68% | 0.58% | - |
| XYZ | 16.3 | 24.3 | 6.52 | - |
| YUV | 122.12 | 85.6 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 149 | 47 | 0.34 | 0 | 0.68 | 0.42 | 90 | 0.52 | 0.38 |
| Hex | 62 | 95 | 2F | 22 | 0 | 44 | 2A | 5A | 34 | 26 |
| Octal | 142 | 225 | 57 | 42 | 0 | 104 | 52 | 132 | 64 | 46 |
| Binary | 1100010 | 10010101 | 101111 | 100010 | 0 | 1000100 | 101010 | 1011010 | 110100 | 100110 |
Color Harmonies of #62952F
Complementary color
Monochromatic Colors of #62952F
Black with #62952F
Text Example
Text Example
White with #62952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62952F; }
p { color: rgb(98,149,47); }
H1.HeaderClassName
{
color: #62952F;
}
.AnyTagClassName
{
color: #62952F;
}
</style>
background-color css
<style>
a { background-color: #62952F; }
a { background-color: rgb(98,149,47); }
div.DivClassName
{
background-color: #62952F;
}
.BgClassName
{
background-color: #62952F;
}
</style>
border-color css
<style>
span { border-color: #62952F; }
span { border-color: rgb(98,149,47); }
td.TdClassName
{
border-color: #62952F;
}
.TagClassName
{
border-color: #62952F;
}
</style>