Shades of Vida Loca #638B32
Tints of Vida Loca #638B32
RGB
CMYK
RGB Variations
Color information
#638B32 (or 0x638B32) is known color: Vida Loca. HEX triplet: 63, 8B and 32. RGB value is (99,139,50). Sum of RGB (Red+Green+Blue) = 99+139+50=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 139 (54.69% from 255 or 48.26% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 139 - color contains mainly: green. Hex color #638B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638B32 is #9C74CD. Grayscale: #757575. Windows color (decimal): -10253518 or 3312483. OLE color: 3312483.
HSL color Cylindrical-coordinate representation of color #638B32: hue angle of 86.97º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #638B32 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 139 | 50 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.45 |
| HSL | 86.97º | 0.47% | 0.37% | - |
| HSV(B) | 86.97º | 0.64% | 0.55% | - |
| XYZ | 14.95 | 21.35 | 6.35 | - |
| YUV | 116.89 | 90.25 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 139 | 50 | 0.29 | 0 | 0.64 | 0.45 | 86.97 | 0.47 | 0.37 |
| Hex | 63 | 8B | 32 | 1D | 0 | 40 | 2D | 57 | 2F | 25 |
| Octal | 143 | 213 | 62 | 35 | 0 | 100 | 55 | 127 | 57 | 45 |
| Binary | 1100011 | 10001011 | 110010 | 11101 | 0 | 1000000 | 101101 | 1010111 | 101111 | 100101 |
Color Harmonies of #638B32
Complementary color
Monochromatic Colors of #638B32
Black with #638B32
Text Example
Text Example
White with #638B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638B32; }
p { color: rgb(99,139,50); }
H1.HeaderClassName
{
color: #638B32;
}
.AnyTagClassName
{
color: #638B32;
}
</style>
background-color css
<style>
a { background-color: #638B32; }
a { background-color: rgb(99,139,50); }
div.DivClassName
{
background-color: #638B32;
}
.BgClassName
{
background-color: #638B32;
}
</style>
border-color css
<style>
span { border-color: #638B32; }
span { border-color: rgb(99,139,50); }
td.TdClassName
{
border-color: #638B32;
}
.TagClassName
{
border-color: #638B32;
}
</style>