Shades of Vida Loca #628A34
Tints of Vida Loca #628A34
RGB
CMYK
RGB Variations
Color information
#628A34 (or 0x628A34) is known color: Vida Loca. HEX triplet: 62, 8A and 34. RGB value is (98,138,52). Sum of RGB (Red+Green+Blue) = 98+138+52=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 138 (54.30% from 255 or 47.92% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 138 - color contains mainly: green. Hex color #628A34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628A34 is #9D75CB. Grayscale: #747474. Windows color (decimal): -10319308 or 3443298. OLE color: 3443298.
HSL color Cylindrical-coordinate representation of color #628A34: hue angle of 87.91º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #628A34 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 138 | 52 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.46 |
| HSL | 87.91º | 0.45% | 0.37% | - |
| HSV(B) | 87.91º | 0.62% | 0.54% | - |
| XYZ | 14.75 | 21.02 | 6.53 | - |
| YUV | 116.24 | 91.75 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 52 | 0.29 | 0 | 0.62 | 0.46 | 87.91 | 0.45 | 0.37 |
| Hex | 62 | 8A | 34 | 1D | 0 | 3E | 2E | 58 | 2D | 25 |
| Octal | 142 | 212 | 64 | 35 | 0 | 76 | 56 | 130 | 55 | 45 |
| Binary | 1100010 | 10001010 | 110100 | 11101 | 0 | 111110 | 101110 | 1011000 | 101101 | 100101 |
Color Harmonies of #628A34
Complementary color
Monochromatic Colors of #628A34
Black with #628A34
Text Example
Text Example
White with #628A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628A34; }
p { color: rgb(98,138,52); }
H1.HeaderClassName
{
color: #628A34;
}
.AnyTagClassName
{
color: #628A34;
}
</style>
background-color css
<style>
a { background-color: #628A34; }
a { background-color: rgb(98,138,52); }
div.DivClassName
{
background-color: #628A34;
}
.BgClassName
{
background-color: #628A34;
}
</style>
border-color css
<style>
span { border-color: #628A34; }
span { border-color: rgb(98,138,52); }
td.TdClassName
{
border-color: #628A34;
}
.TagClassName
{
border-color: #628A34;
}
</style>