Shades of La Palma #36960B
Tints of La Palma #36960B
RGB
CMYK
RGB Variations
Color information
#36960B (or 0x36960B) is known color: La Palma. HEX triplet: 36, 96 and 0B. RGB value is (54,150,11). Sum of RGB (Red+Green+Blue) = 54+150+11=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 150 (58.98% from 255 or 69.77% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 150 - color contains mainly: green. Hex color #36960B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36960B is #C969F4. Grayscale: #696969. Windows color (decimal): -13199861 or 759350. OLE color: 759350.
HSL color Cylindrical-coordinate representation of color #36960B: hue angle of 101.44º 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 #36960B is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 150 | 11 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.41 |
| HSL | 101.44º | 0.86% | 0.32% | - |
| HSV(B) | 101.44º | 0.93% | 0.59% | - |
| XYZ | 12.49 | 22.62 | 4.02 | - |
| YUV | 105.45 | 74.7 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 11 | 0.64 | 0 | 0.93 | 0.41 | 101.44 | 0.86 | 0.32 |
| Hex | 36 | 96 | B | 40 | 0 | 5D | 29 | 65 | 56 | 20 |
| Octal | 66 | 226 | 13 | 100 | 0 | 135 | 51 | 145 | 126 | 40 |
| Binary | 110110 | 10010110 | 1011 | 1000000 | 0 | 1011101 | 101001 | 1100101 | 1010110 | 100000 |
Color Harmonies of #36960B
Complementary color
Monochromatic Colors of #36960B
Black with #36960B
Text Example
Text Example
White with #36960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36960B; }
p { color: rgb(54,150,11); }
H1.HeaderClassName
{
color: #36960B;
}
.AnyTagClassName
{
color: #36960B;
}
</style>
background-color css
<style>
a { background-color: #36960B; }
a { background-color: rgb(54,150,11); }
div.DivClassName
{
background-color: #36960B;
}
.BgClassName
{
background-color: #36960B;
}
</style>
border-color css
<style>
span { border-color: #36960B; }
span { border-color: rgb(54,150,11); }
td.TdClassName
{
border-color: #36960B;
}
.TagClassName
{
border-color: #36960B;
}
</style>