Shades of Vida Loca #638B2D
Tints of Vida Loca #638B2D
RGB
CMYK
RGB Variations
Color information
#638B2D (or 0x638B2D) is known color: Vida Loca. HEX triplet: 63, 8B and 2D. RGB value is (99,139,45). Sum of RGB (Red+Green+Blue) = 99+139+45=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #638B2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638B2D is #9C74D2. Grayscale: #747474. Windows color (decimal): -10253523 or 2984803. OLE color: 2984803.
HSL color Cylindrical-coordinate representation of color #638B2D: hue angle of 85.53º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #638B2D is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 139 | 45 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.45 |
| HSL | 85.53º | 0.51% | 0.36% | - |
| HSV(B) | 85.53º | 0.68% | 0.55% | - |
| XYZ | 14.85 | 21.31 | 5.81 | - |
| YUV | 116.32 | 87.75 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 139 | 45 | 0.29 | 0 | 0.68 | 0.45 | 85.53 | 0.51 | 0.36 |
| Hex | 63 | 8B | 2D | 1D | 0 | 44 | 2D | 56 | 33 | 24 |
| Octal | 143 | 213 | 55 | 35 | 0 | 104 | 55 | 126 | 63 | 44 |
| Binary | 1100011 | 10001011 | 101101 | 11101 | 0 | 1000100 | 101101 | 1010110 | 110011 | 100100 |
Color Harmonies of #638B2D
Complementary color
Monochromatic Colors of #638B2D
Black with #638B2D
Text Example
Text Example
White with #638B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638B2D; }
p { color: rgb(99,139,45); }
H1.HeaderClassName
{
color: #638B2D;
}
.AnyTagClassName
{
color: #638B2D;
}
</style>
background-color css
<style>
a { background-color: #638B2D; }
a { background-color: rgb(99,139,45); }
div.DivClassName
{
background-color: #638B2D;
}
.BgClassName
{
background-color: #638B2D;
}
</style>
border-color css
<style>
span { border-color: #638B2D; }
span { border-color: rgb(99,139,45); }
td.TdClassName
{
border-color: #638B2D;
}
.TagClassName
{
border-color: #638B2D;
}
</style>