Shades of Vida Loca #648B38
Tints of Vida Loca #648B38
RGB
CMYK
RGB Variations
Color information
#648B38 (or 0x648B38) is known color: Vida Loca. HEX triplet: 64, 8B and 38. RGB value is (100,139,56). Sum of RGB (Red+Green+Blue) = 100+139+56=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #648B38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648B38 is #9B74C7. Grayscale: #767676. Windows color (decimal): -10187976 or 3705700. OLE color: 3705700.
HSL color Cylindrical-coordinate representation of color #648B38: hue angle of 88.19º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #648B38 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 139 | 56 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.45 |
| HSL | 88.19º | 0.43% | 0.38% | - |
| HSV(B) | 88.19º | 0.6% | 0.55% | - |
| XYZ | 15.2 | 21.46 | 7.08 | - |
| YUV | 117.88 | 93.08 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 56 | 0.28 | 0 | 0.60 | 0.45 | 88.19 | 0.43 | 0.38 |
| Hex | 64 | 8B | 38 | 1C | 0 | 3C | 2D | 58 | 2B | 26 |
| Octal | 144 | 213 | 70 | 34 | 0 | 74 | 55 | 130 | 53 | 46 |
| Binary | 1100100 | 10001011 | 111000 | 11100 | 0 | 111100 | 101101 | 1011000 | 101011 | 100110 |
Color Harmonies of #648B38
Complementary color
Monochromatic Colors of #648B38
Black with #648B38
Text Example
Text Example
White with #648B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648B38; }
p { color: rgb(100,139,56); }
H1.HeaderClassName
{
color: #648B38;
}
.AnyTagClassName
{
color: #648B38;
}
</style>
background-color css
<style>
a { background-color: #648B38; }
a { background-color: rgb(100,139,56); }
div.DivClassName
{
background-color: #648B38;
}
.BgClassName
{
background-color: #648B38;
}
</style>
border-color css
<style>
span { border-color: #648B38; }
span { border-color: rgb(100,139,56); }
td.TdClassName
{
border-color: #648B38;
}
.TagClassName
{
border-color: #648B38;
}
</style>