Shades of Vida Loca #628D34
Tints of Vida Loca #628D34
RGB
CMYK
RGB Variations
Color information
#628D34 (or 0x628D34) is known color: Vida Loca. HEX triplet: 62, 8D and 34. RGB value is (98,141,52). Sum of RGB (Red+Green+Blue) = 98+141+52=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 141 (55.47% from 255 or 48.45% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 141 - color contains mainly: green. Hex color #628D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628D34 is #9D72CB. Grayscale: #767676. Windows color (decimal): -10318540 or 3444066. OLE color: 3444066.
HSL color Cylindrical-coordinate representation of color #628D34: hue angle of 88.99º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #628D34 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 141 | 52 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.45 |
| HSL | 88.99º | 0.46% | 0.38% | - |
| HSV(B) | 88.99º | 0.63% | 0.55% | - |
| XYZ | 15.18 | 21.89 | 6.67 | - |
| YUV | 118 | 90.75 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 52 | 0.30 | 0 | 0.63 | 0.45 | 88.99 | 0.46 | 0.38 |
| Hex | 62 | 8D | 34 | 1E | 0 | 3F | 2D | 59 | 2E | 26 |
| Octal | 142 | 215 | 64 | 36 | 0 | 77 | 55 | 131 | 56 | 46 |
| Binary | 1100010 | 10001101 | 110100 | 11110 | 0 | 111111 | 101101 | 1011001 | 101110 | 100110 |
Color Harmonies of #628D34
Complementary color
Monochromatic Colors of #628D34
Black with #628D34
Text Example
Text Example
White with #628D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628D34; }
p { color: rgb(98,141,52); }
H1.HeaderClassName
{
color: #628D34;
}
.AnyTagClassName
{
color: #628D34;
}
</style>
background-color css
<style>
a { background-color: #628D34; }
a { background-color: rgb(98,141,52); }
div.DivClassName
{
background-color: #628D34;
}
.BgClassName
{
background-color: #628D34;
}
</style>
border-color css
<style>
span { border-color: #628D34; }
span { border-color: rgb(98,141,52); }
td.TdClassName
{
border-color: #628D34;
}
.TagClassName
{
border-color: #628D34;
}
</style>