Shades of Vida Loca #628D31
Tints of Vida Loca #628D31
RGB
CMYK
RGB Variations
Color information
#628D31 (or 0x628D31) is known color: Vida Loca. HEX triplet: 62, 8D and 31. RGB value is (98,141,49). Sum of RGB (Red+Green+Blue) = 98+141+49=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 141 - color contains mainly: green. Hex color #628D31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628D31 is #9D72CE. Grayscale: #757575. Windows color (decimal): -10318543 or 3247458. OLE color: 3247458.
HSL color Cylindrical-coordinate representation of color #628D31: hue angle of 88.04º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #628D31 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 141 | 49 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.45 |
| HSL | 88.04º | 0.48% | 0.37% | - |
| HSV(B) | 88.04º | 0.65% | 0.55% | - |
| XYZ | 15.12 | 21.87 | 6.33 | - |
| YUV | 117.66 | 89.25 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 49 | 0.30 | 0 | 0.65 | 0.45 | 88.04 | 0.48 | 0.37 |
| Hex | 62 | 8D | 31 | 1E | 0 | 41 | 2D | 58 | 30 | 25 |
| Octal | 142 | 215 | 61 | 36 | 0 | 101 | 55 | 130 | 60 | 45 |
| Binary | 1100010 | 10001101 | 110001 | 11110 | 0 | 1000001 | 101101 | 1011000 | 110000 | 100101 |
Color Harmonies of #628D31
Complementary color
Monochromatic Colors of #628D31
Black with #628D31
Text Example
Text Example
White with #628D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628D31; }
p { color: rgb(98,141,49); }
H1.HeaderClassName
{
color: #628D31;
}
.AnyTagClassName
{
color: #628D31;
}
</style>
background-color css
<style>
a { background-color: #628D31; }
a { background-color: rgb(98,141,49); }
div.DivClassName
{
background-color: #628D31;
}
.BgClassName
{
background-color: #628D31;
}
</style>
border-color css
<style>
span { border-color: #628D31; }
span { border-color: rgb(98,141,49); }
td.TdClassName
{
border-color: #628D31;
}
.TagClassName
{
border-color: #628D31;
}
</style>