Shades of Vida Loca #628E2C
Tints of Vida Loca #628E2C
RGB
CMYK
RGB Variations
Color information
#628E2C (or 0x628E2C) is known color: Vida Loca. HEX triplet: 62, 8E and 2C. RGB value is (98,142,44). Sum of RGB (Red+Green+Blue) = 98+142+44=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 142 (55.86% from 255 or 50% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 142 - color contains mainly: green. Hex color #628E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628E2C is #9D71D3. Grayscale: #767676. Windows color (decimal): -10318292 or 2920034. OLE color: 2920034.
HSL color Cylindrical-coordinate representation of color #628E2C: hue angle of 86.94º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #628E2C is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 142 | 44 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.44 |
| HSL | 86.94º | 0.53% | 0.36% | - |
| HSV(B) | 86.94º | 0.69% | 0.56% | - |
| XYZ | 15.16 | 22.12 | 5.85 | - |
| YUV | 117.67 | 86.42 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 44 | 0.31 | 0 | 0.69 | 0.44 | 86.94 | 0.53 | 0.36 |
| Hex | 62 | 8E | 2C | 1F | 0 | 45 | 2C | 57 | 35 | 24 |
| Octal | 142 | 216 | 54 | 37 | 0 | 105 | 54 | 127 | 65 | 44 |
| Binary | 1100010 | 10001110 | 101100 | 11111 | 0 | 1000101 | 101100 | 1010111 | 110101 | 100100 |
Color Harmonies of #628E2C
Complementary color
Monochromatic Colors of #628E2C
Black with #628E2C
Text Example
Text Example
White with #628E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628E2C; }
p { color: rgb(98,142,44); }
H1.HeaderClassName
{
color: #628E2C;
}
.AnyTagClassName
{
color: #628E2C;
}
</style>
background-color css
<style>
a { background-color: #628E2C; }
a { background-color: rgb(98,142,44); }
div.DivClassName
{
background-color: #628E2C;
}
.BgClassName
{
background-color: #628E2C;
}
</style>
border-color css
<style>
span { border-color: #628E2C; }
span { border-color: rgb(98,142,44); }
td.TdClassName
{
border-color: #628E2C;
}
.TagClassName
{
border-color: #628E2C;
}
</style>