Shades of La Palma #3C9916
Tints of La Palma #3C9916
RGB
CMYK
RGB Variations
Color information
#3C9916 (or 0x3C9916) is known color: La Palma. HEX triplet: 3C, 99 and 16. RGB value is (60,153,22). Sum of RGB (Red+Green+Blue) = 60+153+22=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 153 (60.16% from 255 or 65.11% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 153 - color contains mainly: green. Hex color #3C9916 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C9916 is #C366E9. Grayscale: #6E6E6E. Windows color (decimal): -12805866 or 1481020. OLE color: 1481020.
HSL color Cylindrical-coordinate representation of color #3C9916: hue angle of 102.6º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C9916 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 153 | 22 | - |
| CMYK | 0.61 | 0 | 0.86 | 0.4 |
| HSL | 102.6º | 0.75% | 0.34% | - |
| HSV(B) | 102.6º | 0.86% | 0.6% | - |
| XYZ | 13.4 | 23.8 | 4.65 | - |
| YUV | 110.26 | 78.19 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 153 | 22 | 0.61 | 0 | 0.86 | 0.4 | 102.6 | 0.75 | 0.34 |
| Hex | 3C | 99 | 16 | 3D | 0 | 56 | 28 | 67 | 4B | 22 |
| Octal | 74 | 231 | 26 | 75 | 0 | 126 | 50 | 147 | 113 | 42 |
| Binary | 111100 | 10011001 | 10110 | 111101 | 0 | 1010110 | 101000 | 1100111 | 1001011 | 100010 |
Color Harmonies of #3C9916
Complementary color
Monochromatic Colors of #3C9916
Black with #3C9916
Text Example
Text Example
White with #3C9916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9916; }
p { color: rgb(60,153,22); }
H1.HeaderClassName
{
color: #3C9916;
}
.AnyTagClassName
{
color: #3C9916;
}
</style>
background-color css
<style>
a { background-color: #3C9916; }
a { background-color: rgb(60,153,22); }
div.DivClassName
{
background-color: #3C9916;
}
.BgClassName
{
background-color: #3C9916;
}
</style>
border-color css
<style>
span { border-color: #3C9916; }
span { border-color: rgb(60,153,22); }
td.TdClassName
{
border-color: #3C9916;
}
.TagClassName
{
border-color: #3C9916;
}
</style>