Shades of La Palma #3B9014
Tints of La Palma #3B9014
RGB
CMYK
RGB Variations
Color information
#3B9014 (or 0x3B9014) is known color: La Palma. HEX triplet: 3B, 90 and 14. RGB value is (59,144,20). Sum of RGB (Red+Green+Blue) = 59+144+20=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 144 (56.64% from 255 or 64.57% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 144 - color contains mainly: green. Hex color #3B9014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B9014 is #C46FEB. Grayscale: #686868. Windows color (decimal): -12873708 or 1347643. OLE color: 1347643.
HSL color Cylindrical-coordinate representation of color #3B9014: hue angle of 101.13º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B9014 is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 144 | 20 | - |
| CMYK | 0.59 | 0 | 0.86 | 0.44 |
| HSL | 101.13º | 0.76% | 0.32% | - |
| HSV(B) | 101.13º | 0.86% | 0.56% | - |
| XYZ | 11.9 | 20.93 | 4.07 | - |
| YUV | 104.45 | 80.34 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 144 | 20 | 0.59 | 0 | 0.86 | 0.44 | 101.13 | 0.76 | 0.32 |
| Hex | 3B | 90 | 14 | 3B | 0 | 56 | 2C | 65 | 4C | 20 |
| Octal | 73 | 220 | 24 | 73 | 0 | 126 | 54 | 145 | 114 | 40 |
| Binary | 111011 | 10010000 | 10100 | 111011 | 0 | 1010110 | 101100 | 1100101 | 1001100 | 100000 |
Color Harmonies of #3B9014
Complementary color
Monochromatic Colors of #3B9014
Black with #3B9014
Text Example
Text Example
White with #3B9014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9014; }
p { color: rgb(59,144,20); }
H1.HeaderClassName
{
color: #3B9014;
}
.AnyTagClassName
{
color: #3B9014;
}
</style>
background-color css
<style>
a { background-color: #3B9014; }
a { background-color: rgb(59,144,20); }
div.DivClassName
{
background-color: #3B9014;
}
.BgClassName
{
background-color: #3B9014;
}
</style>
border-color css
<style>
span { border-color: #3B9014; }
span { border-color: rgb(59,144,20); }
td.TdClassName
{
border-color: #3B9014;
}
.TagClassName
{
border-color: #3B9014;
}
</style>