Shades of La Palma #3BA016
Tints of La Palma #3BA016
RGB
CMYK
RGB Variations
Color information
#3BA016 (or 0x3BA016) is known color: La Palma. HEX triplet: 3B, A0 and 16. RGB value is (59,160,22). Sum of RGB (Red+Green+Blue) = 59+160+22=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 160 (62.89% from 255 or 66.39% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA016 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BA016 is #C45FE9. Grayscale: #727272. Windows color (decimal): -12869610 or 1482811. OLE color: 1482811.
HSL color Cylindrical-coordinate representation of color #3BA016: hue angle of 103.91º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3BA016 is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 160 | 22 | - |
| CMYK | 0.63 | 0 | 0.86 | 0.37 |
| HSL | 103.91º | 0.76% | 0.36% | - |
| HSV(B) | 103.91º | 0.86% | 0.63% | - |
| XYZ | 14.52 | 26.13 | 5.04 | - |
| YUV | 114.07 | 76.04 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 160 | 22 | 0.63 | 0 | 0.86 | 0.37 | 103.91 | 0.76 | 0.36 |
| Hex | 3B | A0 | 16 | 3F | 0 | 56 | 25 | 68 | 4C | 24 |
| Octal | 73 | 240 | 26 | 77 | 0 | 126 | 45 | 150 | 114 | 44 |
| Binary | 111011 | 10100000 | 10110 | 111111 | 0 | 1010110 | 100101 | 1101000 | 1001100 | 100100 |
Color Harmonies of #3BA016
Complementary color
Monochromatic Colors of #3BA016
Black with #3BA016
Text Example
Text Example
White with #3BA016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA016; }
p { color: rgb(59,160,22); }
H1.HeaderClassName
{
color: #3BA016;
}
.AnyTagClassName
{
color: #3BA016;
}
</style>
background-color css
<style>
a { background-color: #3BA016; }
a { background-color: rgb(59,160,22); }
div.DivClassName
{
background-color: #3BA016;
}
.BgClassName
{
background-color: #3BA016;
}
</style>
border-color css
<style>
span { border-color: #3BA016; }
span { border-color: rgb(59,160,22); }
td.TdClassName
{
border-color: #3BA016;
}
.TagClassName
{
border-color: #3BA016;
}
</style>