Shades of Vida Loca #638D32
Tints of Vida Loca #638D32
RGB
CMYK
RGB Variations
Color information
#638D32 (or 0x638D32) is known color: Vida Loca. HEX triplet: 63, 8D and 32. RGB value is (99,141,50). Sum of RGB (Red+Green+Blue) = 99+141+50=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 141 (55.47% from 255 or 48.62% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 141 - color contains mainly: green. Hex color #638D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638D32 is #9C72CD. Grayscale: #767676. Windows color (decimal): -10253006 or 3312995. OLE color: 3312995.
HSL color Cylindrical-coordinate representation of color #638D32: hue angle of 87.69º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #638D32 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 141 | 50 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.45 |
| HSL | 87.69º | 0.48% | 0.37% | - |
| HSV(B) | 87.69º | 0.65% | 0.55% | - |
| XYZ | 15.25 | 21.93 | 6.45 | - |
| YUV | 118.07 | 89.59 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 141 | 50 | 0.30 | 0 | 0.65 | 0.45 | 87.69 | 0.48 | 0.37 |
| Hex | 63 | 8D | 32 | 1E | 0 | 41 | 2D | 58 | 30 | 25 |
| Octal | 143 | 215 | 62 | 36 | 0 | 101 | 55 | 130 | 60 | 45 |
| Binary | 1100011 | 10001101 | 110010 | 11110 | 0 | 1000001 | 101101 | 1011000 | 110000 | 100101 |
Color Harmonies of #638D32
Complementary color
Monochromatic Colors of #638D32
Black with #638D32
Text Example
Text Example
White with #638D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638D32; }
p { color: rgb(99,141,50); }
H1.HeaderClassName
{
color: #638D32;
}
.AnyTagClassName
{
color: #638D32;
}
</style>
background-color css
<style>
a { background-color: #638D32; }
a { background-color: rgb(99,141,50); }
div.DivClassName
{
background-color: #638D32;
}
.BgClassName
{
background-color: #638D32;
}
</style>
border-color css
<style>
span { border-color: #638D32; }
span { border-color: rgb(99,141,50); }
td.TdClassName
{
border-color: #638D32;
}
.TagClassName
{
border-color: #638D32;
}
</style>