Shades of La Palma #3A8D11
Tints of La Palma #3A8D11
RGB
CMYK
RGB Variations
Color information
#3A8D11 (or 0x3A8D11) is known color: La Palma. HEX triplet: 3A, 8D and 11. RGB value is (58,141,17). Sum of RGB (Red+Green+Blue) = 58+141+17=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 141 (55.47% from 255 or 65.28% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 141 - color contains mainly: green. Hex color #3A8D11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8D11 is #C572EE. Grayscale: #666666. Windows color (decimal): -12940015 or 1150266. OLE color: 1150266.
HSL color Cylindrical-coordinate representation of color #3A8D11: hue angle of 100.16º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A8D11 is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 141 | 17 | - |
| CMYK | 0.59 | 0 | 0.88 | 0.45 |
| HSL | 100.16º | 0.78% | 0.31% | - |
| HSV(B) | 100.16º | 0.88% | 0.55% | - |
| XYZ | 11.37 | 19.99 | 3.79 | - |
| YUV | 102.05 | 80 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 141 | 17 | 0.59 | 0 | 0.88 | 0.45 | 100.16 | 0.78 | 0.31 |
| Hex | 3A | 8D | 11 | 3B | 0 | 58 | 2D | 64 | 4E | 1F |
| Octal | 72 | 215 | 21 | 73 | 0 | 130 | 55 | 144 | 116 | 37 |
| Binary | 111010 | 10001101 | 10001 | 111011 | 0 | 1011000 | 101101 | 1100100 | 1001110 | 11111 |
Color Harmonies of #3A8D11
Complementary color
Monochromatic Colors of #3A8D11
Black with #3A8D11
Text Example
Text Example
White with #3A8D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8D11; }
p { color: rgb(58,141,17); }
H1.HeaderClassName
{
color: #3A8D11;
}
.AnyTagClassName
{
color: #3A8D11;
}
</style>
background-color css
<style>
a { background-color: #3A8D11; }
a { background-color: rgb(58,141,17); }
div.DivClassName
{
background-color: #3A8D11;
}
.BgClassName
{
background-color: #3A8D11;
}
</style>
border-color css
<style>
span { border-color: #3A8D11; }
span { border-color: rgb(58,141,17); }
td.TdClassName
{
border-color: #3A8D11;
}
.TagClassName
{
border-color: #3A8D11;
}
</style>