Shades of La Palma #3B8D16
Tints of La Palma #3B8D16
RGB
CMYK
RGB Variations
Color information
#3B8D16 (or 0x3B8D16) is known color: La Palma. HEX triplet: 3B, 8D and 16. RGB value is (59,141,22). Sum of RGB (Red+Green+Blue) = 59+141+22=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 141 (55.47% from 255 or 63.51% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 141 - color contains mainly: green. Hex color #3B8D16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B8D16 is #C472E9. Grayscale: #676767. Windows color (decimal): -12874474 or 1477947. OLE color: 1477947.
HSL color Cylindrical-coordinate representation of color #3B8D16: hue angle of 101.34º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3B8D16 is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 141 | 22 | - |
| CMYK | 0.58 | 0 | 0.84 | 0.45 |
| HSL | 101.34º | 0.73% | 0.32% | - |
| HSV(B) | 101.34º | 0.84% | 0.55% | - |
| XYZ | 11.47 | 20.04 | 4.02 | - |
| YUV | 102.92 | 82.33 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 141 | 22 | 0.58 | 0 | 0.84 | 0.45 | 101.34 | 0.73 | 0.32 |
| Hex | 3B | 8D | 16 | 3A | 0 | 54 | 2D | 65 | 49 | 20 |
| Octal | 73 | 215 | 26 | 72 | 0 | 124 | 55 | 145 | 111 | 40 |
| Binary | 111011 | 10001101 | 10110 | 111010 | 0 | 1010100 | 101101 | 1100101 | 1001001 | 100000 |
Color Harmonies of #3B8D16
Complementary color
Monochromatic Colors of #3B8D16
Black with #3B8D16
Text Example
Text Example
White with #3B8D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8D16; }
p { color: rgb(59,141,22); }
H1.HeaderClassName
{
color: #3B8D16;
}
.AnyTagClassName
{
color: #3B8D16;
}
</style>
background-color css
<style>
a { background-color: #3B8D16; }
a { background-color: rgb(59,141,22); }
div.DivClassName
{
background-color: #3B8D16;
}
.BgClassName
{
background-color: #3B8D16;
}
</style>
border-color css
<style>
span { border-color: #3B8D16; }
span { border-color: rgb(59,141,22); }
td.TdClassName
{
border-color: #3B8D16;
}
.TagClassName
{
border-color: #3B8D16;
}
</style>