Shades of Vida Loca #628E28
Tints of Vida Loca #628E28
RGB
CMYK
RGB Variations
Color information
#628E28 (or 0x628E28) is known color: Vida Loca. HEX triplet: 62, 8E and 28. RGB value is (98,142,40). Sum of RGB (Red+Green+Blue) = 98+142+40=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 142 (55.86% from 255 or 50.71% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 142 - color contains mainly: green. Hex color #628E28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628E28 is #9D71D7. Grayscale: #757575. Windows color (decimal): -10318296 or 2657890. OLE color: 2657890.
HSL color Cylindrical-coordinate representation of color #628E28: hue angle of 85.88º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #628E28 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 142 | 40 | - |
| CMYK | 0.31 | 0 | 0.72 | 0.44 |
| HSL | 85.88º | 0.56% | 0.36% | - |
| HSV(B) | 85.88º | 0.72% | 0.56% | - |
| XYZ | 15.09 | 22.1 | 5.48 | - |
| YUV | 117.22 | 84.42 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 40 | 0.31 | 0 | 0.72 | 0.44 | 85.88 | 0.56 | 0.36 |
| Hex | 62 | 8E | 28 | 1F | 0 | 48 | 2C | 56 | 38 | 24 |
| Octal | 142 | 216 | 50 | 37 | 0 | 110 | 54 | 126 | 70 | 44 |
| Binary | 1100010 | 10001110 | 101000 | 11111 | 0 | 1001000 | 101100 | 1010110 | 111000 | 100100 |
Color Harmonies of #628E28
Complementary color
Monochromatic Colors of #628E28
Black with #628E28
Text Example
Text Example
White with #628E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628E28; }
p { color: rgb(98,142,40); }
H1.HeaderClassName
{
color: #628E28;
}
.AnyTagClassName
{
color: #628E28;
}
</style>
background-color css
<style>
a { background-color: #628E28; }
a { background-color: rgb(98,142,40); }
div.DivClassName
{
background-color: #628E28;
}
.BgClassName
{
background-color: #628E28;
}
</style>
border-color css
<style>
span { border-color: #628E28; }
span { border-color: rgb(98,142,40); }
td.TdClassName
{
border-color: #628E28;
}
.TagClassName
{
border-color: #628E28;
}
</style>