Shades of La Palma #3C960B
Tints of La Palma #3C960B
RGB
CMYK
RGB Variations
Color information
#3C960B (or 0x3C960B) is known color: La Palma. HEX triplet: 3C, 96 and 0B. RGB value is (60,150,11). Sum of RGB (Red+Green+Blue) = 60+150+11=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 150 (58.98% from 255 or 67.87% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 150 - color contains mainly: green. Hex color #3C960B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C960B is #C369F4. Grayscale: #6B6B6B. Windows color (decimal): -12806645 or 759356. OLE color: 759356.
HSL color Cylindrical-coordinate representation of color #3C960B: hue angle of 98.85º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C960B is Cyan = 0.6, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 150 | 11 | - |
| CMYK | 0.6 | 0 | 0.93 | 0.41 |
| HSL | 98.85º | 0.86% | 0.32% | - |
| HSV(B) | 98.85º | 0.93% | 0.59% | - |
| XYZ | 12.83 | 22.8 | 4.04 | - |
| YUV | 107.24 | 73.68 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 150 | 11 | 0.6 | 0 | 0.93 | 0.41 | 98.85 | 0.86 | 0.32 |
| Hex | 3C | 96 | B | 3C | 0 | 5D | 29 | 63 | 56 | 20 |
| Octal | 74 | 226 | 13 | 74 | 0 | 135 | 51 | 143 | 126 | 40 |
| Binary | 111100 | 10010110 | 1011 | 111100 | 0 | 1011101 | 101001 | 1100011 | 1010110 | 100000 |
Color Harmonies of #3C960B
Complementary color
Monochromatic Colors of #3C960B
Black with #3C960B
Text Example
Text Example
White with #3C960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C960B; }
p { color: rgb(60,150,11); }
H1.HeaderClassName
{
color: #3C960B;
}
.AnyTagClassName
{
color: #3C960B;
}
</style>
background-color css
<style>
a { background-color: #3C960B; }
a { background-color: rgb(60,150,11); }
div.DivClassName
{
background-color: #3C960B;
}
.BgClassName
{
background-color: #3C960B;
}
</style>
border-color css
<style>
span { border-color: #3C960B; }
span { border-color: rgb(60,150,11); }
td.TdClassName
{
border-color: #3C960B;
}
.TagClassName
{
border-color: #3C960B;
}
</style>