Shades of Vida Loca #628D28
Tints of Vida Loca #628D28
RGB
CMYK
RGB Variations
Color information
#628D28 (or 0x628D28) is known color: Vida Loca. HEX triplet: 62, 8D and 28. RGB value is (98,141,40). Sum of RGB (Red+Green+Blue) = 98+141+40=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 141 (55.47% from 255 or 50.54% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 141 - color contains mainly: green. Hex color #628D28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628D28 is #9D72D7. Grayscale: #747474. Windows color (decimal): -10318552 or 2657634. OLE color: 2657634.
HSL color Cylindrical-coordinate representation of color #628D28: hue angle of 85.54º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #628D28 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 141 | 40 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.45 |
| HSL | 85.54º | 0.56% | 0.35% | - |
| HSV(B) | 85.54º | 0.72% | 0.55% | - |
| XYZ | 14.94 | 21.8 | 5.43 | - |
| YUV | 116.63 | 84.75 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 40 | 0.30 | 0 | 0.72 | 0.45 | 85.54 | 0.56 | 0.35 |
| Hex | 62 | 8D | 28 | 1E | 0 | 48 | 2D | 56 | 38 | 23 |
| Octal | 142 | 215 | 50 | 36 | 0 | 110 | 55 | 126 | 70 | 43 |
| Binary | 1100010 | 10001101 | 101000 | 11110 | 0 | 1001000 | 101101 | 1010110 | 111000 | 100011 |
Color Harmonies of #628D28
Complementary color
Monochromatic Colors of #628D28
Black with #628D28
Text Example
Text Example
White with #628D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628D28; }
p { color: rgb(98,141,40); }
H1.HeaderClassName
{
color: #628D28;
}
.AnyTagClassName
{
color: #628D28;
}
</style>
background-color css
<style>
a { background-color: #628D28; }
a { background-color: rgb(98,141,40); }
div.DivClassName
{
background-color: #628D28;
}
.BgClassName
{
background-color: #628D28;
}
</style>
border-color css
<style>
span { border-color: #628D28; }
span { border-color: rgb(98,141,40); }
td.TdClassName
{
border-color: #628D28;
}
.TagClassName
{
border-color: #628D28;
}
</style>