Shades of La Palma #3C8E16
Tints of La Palma #3C8E16
RGB
CMYK
RGB Variations
Color information
#3C8E16 (or 0x3C8E16) is known color: La Palma. HEX triplet: 3C, 8E and 16. RGB value is (60,142,22). Sum of RGB (Red+Green+Blue) = 60+142+22=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 142 (55.86% from 255 or 63.39% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 142 - color contains mainly: green. Hex color #3C8E16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8E16 is #C371E9. Grayscale: #686868. Windows color (decimal): -12808682 or 1478204. OLE color: 1478204.
HSL color Cylindrical-coordinate representation of color #3C8E16: hue angle of 101º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C8E16 is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 142 | 22 | - |
| CMYK | 0.58 | 0 | 0.85 | 0.44 |
| HSL | 101º | 0.73% | 0.32% | - |
| HSV(B) | 101º | 0.85% | 0.56% | - |
| XYZ | 11.68 | 20.36 | 4.07 | - |
| YUV | 103.8 | 81.83 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 142 | 22 | 0.58 | 0 | 0.85 | 0.44 | 101 | 0.73 | 0.32 |
| Hex | 3C | 8E | 16 | 3A | 0 | 55 | 2C | 65 | 49 | 20 |
| Octal | 74 | 216 | 26 | 72 | 0 | 125 | 54 | 145 | 111 | 40 |
| Binary | 111100 | 10001110 | 10110 | 111010 | 0 | 1010101 | 101100 | 1100101 | 1001001 | 100000 |
Color Harmonies of #3C8E16
Complementary color
Monochromatic Colors of #3C8E16
Black with #3C8E16
Text Example
Text Example
White with #3C8E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8E16; }
p { color: rgb(60,142,22); }
H1.HeaderClassName
{
color: #3C8E16;
}
.AnyTagClassName
{
color: #3C8E16;
}
</style>
background-color css
<style>
a { background-color: #3C8E16; }
a { background-color: rgb(60,142,22); }
div.DivClassName
{
background-color: #3C8E16;
}
.BgClassName
{
background-color: #3C8E16;
}
</style>
border-color css
<style>
span { border-color: #3C8E16; }
span { border-color: rgb(60,142,22); }
td.TdClassName
{
border-color: #3C8E16;
}
.TagClassName
{
border-color: #3C8E16;
}
</style>