Shades of Vida Loca #638E2C
Tints of Vida Loca #638E2C
RGB
CMYK
RGB Variations
Color information
#638E2C (or 0x638E2C) is known color: Vida Loca. HEX triplet: 63, 8E and 2C. RGB value is (99,142,44). Sum of RGB (Red+Green+Blue) = 99+142+44=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #638E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638E2C is #9C71D3. Grayscale: #767676. Windows color (decimal): -10252756 or 2920035. OLE color: 2920035.
HSL color Cylindrical-coordinate representation of color #638E2C: hue angle of 86.33º 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 #638E2C is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 142 | 44 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.44 |
| HSL | 86.33º | 0.53% | 0.36% | - |
| HSV(B) | 86.33º | 0.69% | 0.56% | - |
| XYZ | 15.27 | 22.18 | 5.86 | - |
| YUV | 117.97 | 86.25 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 142 | 44 | 0.30 | 0 | 0.69 | 0.44 | 86.33 | 0.53 | 0.36 |
| Hex | 63 | 8E | 2C | 1E | 0 | 45 | 2C | 56 | 35 | 24 |
| Octal | 143 | 216 | 54 | 36 | 0 | 105 | 54 | 126 | 65 | 44 |
| Binary | 1100011 | 10001110 | 101100 | 11110 | 0 | 1000101 | 101100 | 1010110 | 110101 | 100100 |
Color Harmonies of #638E2C
Complementary color
Monochromatic Colors of #638E2C
Black with #638E2C
Text Example
Text Example
White with #638E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638E2C; }
p { color: rgb(99,142,44); }
H1.HeaderClassName
{
color: #638E2C;
}
.AnyTagClassName
{
color: #638E2C;
}
</style>
background-color css
<style>
a { background-color: #638E2C; }
a { background-color: rgb(99,142,44); }
div.DivClassName
{
background-color: #638E2C;
}
.BgClassName
{
background-color: #638E2C;
}
</style>
border-color css
<style>
span { border-color: #638E2C; }
span { border-color: rgb(99,142,44); }
td.TdClassName
{
border-color: #638E2C;
}
.TagClassName
{
border-color: #638E2C;
}
</style>