Shades of La Palma #3C9310
Tints of La Palma #3C9310
RGB
CMYK
RGB Variations
Color information
#3C9310 (or 0x3C9310) is known color: La Palma. HEX triplet: 3C, 93 and 10. RGB value is (60,147,16). Sum of RGB (Red+Green+Blue) = 60+147+16=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 147 (57.81% from 255 or 65.92% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 147 - color contains mainly: green. Hex color #3C9310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C9310 is #C36CEF. Grayscale: #6A6A6A. Windows color (decimal): -12807408 or 1086268. OLE color: 1086268.
HSL color Cylindrical-coordinate representation of color #3C9310: hue angle of 99.85º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C9310 is Cyan = 0.59, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 147 | 16 | - |
| CMYK | 0.59 | 0 | 0.89 | 0.42 |
| HSL | 99.85º | 0.8% | 0.32% | - |
| HSV(B) | 99.85º | 0.89% | 0.58% | - |
| XYZ | 12.39 | 21.87 | 4.06 | - |
| YUV | 106.05 | 77.18 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 147 | 16 | 0.59 | 0 | 0.89 | 0.42 | 99.85 | 0.8 | 0.32 |
| Hex | 3C | 93 | 10 | 3B | 0 | 59 | 2A | 64 | 50 | 20 |
| Octal | 74 | 223 | 20 | 73 | 0 | 131 | 52 | 144 | 120 | 40 |
| Binary | 111100 | 10010011 | 10000 | 111011 | 0 | 1011001 | 101010 | 1100100 | 1010000 | 100000 |
Color Harmonies of #3C9310
Complementary color
Monochromatic Colors of #3C9310
Black with #3C9310
Text Example
Text Example
White with #3C9310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9310; }
p { color: rgb(60,147,16); }
H1.HeaderClassName
{
color: #3C9310;
}
.AnyTagClassName
{
color: #3C9310;
}
</style>
background-color css
<style>
a { background-color: #3C9310; }
a { background-color: rgb(60,147,16); }
div.DivClassName
{
background-color: #3C9310;
}
.BgClassName
{
background-color: #3C9310;
}
</style>
border-color css
<style>
span { border-color: #3C9310; }
span { border-color: rgb(60,147,16); }
td.TdClassName
{
border-color: #3C9310;
}
.TagClassName
{
border-color: #3C9310;
}
</style>