Shades of Vida Loca #628D39
Tints of Vida Loca #628D39
RGB
CMYK
RGB Variations
Color information
#628D39 (or 0x628D39) is known color: Vida Loca. HEX triplet: 62, 8D and 39. RGB value is (98,141,57). Sum of RGB (Red+Green+Blue) = 98+141+57=296 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.11% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 141 - color contains mainly: green. Hex color #628D39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628D39 is #9D72C6. Grayscale: #767676. Windows color (decimal): -10318535 or 3771746. OLE color: 3771746.
HSL color Cylindrical-coordinate representation of color #628D39: hue angle of 90.71º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #628D39 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 141 | 57 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.45 |
| HSL | 90.71º | 0.42% | 0.39% | - |
| HSV(B) | 90.71º | 0.6% | 0.55% | - |
| XYZ | 15.3 | 21.94 | 7.3 | - |
| YUV | 118.57 | 93.25 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 57 | 0.30 | 0 | 0.60 | 0.45 | 90.71 | 0.42 | 0.39 |
| Hex | 62 | 8D | 39 | 1E | 0 | 3C | 2D | 5B | 2A | 27 |
| Octal | 142 | 215 | 71 | 36 | 0 | 74 | 55 | 133 | 52 | 47 |
| Binary | 1100010 | 10001101 | 111001 | 11110 | 0 | 111100 | 101101 | 1011011 | 101010 | 100111 |
Color Harmonies of #628D39
Complementary color
Monochromatic Colors of #628D39
Black with #628D39
Text Example
Text Example
White with #628D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628D39; }
p { color: rgb(98,141,57); }
H1.HeaderClassName
{
color: #628D39;
}
.AnyTagClassName
{
color: #628D39;
}
</style>
background-color css
<style>
a { background-color: #628D39; }
a { background-color: rgb(98,141,57); }
div.DivClassName
{
background-color: #628D39;
}
.BgClassName
{
background-color: #628D39;
}
</style>
border-color css
<style>
span { border-color: #628D39; }
span { border-color: rgb(98,141,57); }
td.TdClassName
{
border-color: #628D39;
}
.TagClassName
{
border-color: #628D39;
}
</style>