Shades of Vida Loca #638D33
Tints of Vida Loca #638D33
RGB
CMYK
RGB Variations
Color information
#638D33 (or 0x638D33) is known color: Vida Loca. HEX triplet: 63, 8D and 33. RGB value is (99,141,51). Sum of RGB (Red+Green+Blue) = 99+141+51=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 141 (55.47% from 255 or 48.45% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 141 - color contains mainly: green. Hex color #638D33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638D33 is #9C72CC. Grayscale: #767676. Windows color (decimal): -10253005 or 3378531. OLE color: 3378531.
HSL color Cylindrical-coordinate representation of color #638D33: hue angle of 88º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #638D33 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 141 | 51 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.45 |
| HSL | 88º | 0.47% | 0.38% | - |
| HSV(B) | 88º | 0.64% | 0.55% | - |
| XYZ | 15.27 | 21.94 | 6.56 | - |
| YUV | 118.18 | 90.09 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 141 | 51 | 0.30 | 0 | 0.64 | 0.45 | 88 | 0.47 | 0.38 |
| Hex | 63 | 8D | 33 | 1E | 0 | 40 | 2D | 58 | 2F | 26 |
| Octal | 143 | 215 | 63 | 36 | 0 | 100 | 55 | 130 | 57 | 46 |
| Binary | 1100011 | 10001101 | 110011 | 11110 | 0 | 1000000 | 101101 | 1011000 | 101111 | 100110 |
Color Harmonies of #638D33
Complementary color
Monochromatic Colors of #638D33
Black with #638D33
Text Example
Text Example
White with #638D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638D33; }
p { color: rgb(99,141,51); }
H1.HeaderClassName
{
color: #638D33;
}
.AnyTagClassName
{
color: #638D33;
}
</style>
background-color css
<style>
a { background-color: #638D33; }
a { background-color: rgb(99,141,51); }
div.DivClassName
{
background-color: #638D33;
}
.BgClassName
{
background-color: #638D33;
}
</style>
border-color css
<style>
span { border-color: #638D33; }
span { border-color: rgb(99,141,51); }
td.TdClassName
{
border-color: #638D33;
}
.TagClassName
{
border-color: #638D33;
}
</style>