Shades of La Palma #3C8D10
Tints of La Palma #3C8D10
RGB
CMYK
RGB Variations
Color information
#3C8D10 (or 0x3C8D10) is known color: La Palma. HEX triplet: 3C, 8D and 10. RGB value is (60,141,16). Sum of RGB (Red+Green+Blue) = 60+141+16=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 141 (55.47% from 255 or 64.98% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 141 - color contains mainly: green. Hex color #3C8D10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8D10 is #C372EF. Grayscale: #666666. Windows color (decimal): -12808944 or 1084732. OLE color: 1084732.
HSL color Cylindrical-coordinate representation of color #3C8D10: hue angle of 98.88º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C8D10 is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 141 | 16 | - |
| CMYK | 0.57 | 0 | 0.89 | 0.45 |
| HSL | 98.88º | 0.8% | 0.31% | - |
| HSV(B) | 98.88º | 0.89% | 0.55% | - |
| XYZ | 11.48 | 20.05 | 3.75 | - |
| YUV | 102.53 | 79.16 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 141 | 16 | 0.57 | 0 | 0.89 | 0.45 | 98.88 | 0.8 | 0.31 |
| Hex | 3C | 8D | 10 | 39 | 0 | 59 | 2D | 63 | 50 | 1F |
| Octal | 74 | 215 | 20 | 71 | 0 | 131 | 55 | 143 | 120 | 37 |
| Binary | 111100 | 10001101 | 10000 | 111001 | 0 | 1011001 | 101101 | 1100011 | 1010000 | 11111 |
Color Harmonies of #3C8D10
Complementary color
Monochromatic Colors of #3C8D10
Black with #3C8D10
Text Example
Text Example
White with #3C8D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8D10; }
p { color: rgb(60,141,16); }
H1.HeaderClassName
{
color: #3C8D10;
}
.AnyTagClassName
{
color: #3C8D10;
}
</style>
background-color css
<style>
a { background-color: #3C8D10; }
a { background-color: rgb(60,141,16); }
div.DivClassName
{
background-color: #3C8D10;
}
.BgClassName
{
background-color: #3C8D10;
}
</style>
border-color css
<style>
span { border-color: #3C8D10; }
span { border-color: rgb(60,141,16); }
td.TdClassName
{
border-color: #3C8D10;
}
.TagClassName
{
border-color: #3C8D10;
}
</style>