Shades of La Palma #36960D
Tints of La Palma #36960D
RGB
CMYK
RGB Variations
Color information
#36960D (or 0x36960D) is known color: La Palma. HEX triplet: 36, 96 and 0D. RGB value is (54,150,13). Sum of RGB (Red+Green+Blue) = 54+150+13=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 150 (58.98% from 255 or 69.12% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 150 - color contains mainly: green. Hex color #36960D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36960D is #C969F2. Grayscale: #6A6A6A. Windows color (decimal): -13199859 or 890422. OLE color: 890422.
HSL color Cylindrical-coordinate representation of color #36960D: hue angle of 102.04º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36960D is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 150 | 13 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.41 |
| HSL | 102.04º | 0.84% | 0.32% | - |
| HSV(B) | 102.04º | 0.91% | 0.59% | - |
| XYZ | 12.5 | 22.63 | 4.09 | - |
| YUV | 105.68 | 75.7 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 150 | 13 | 0.64 | 0 | 0.91 | 0.41 | 102.04 | 0.84 | 0.32 |
| Hex | 36 | 96 | D | 40 | 0 | 5B | 29 | 66 | 54 | 20 |
| Octal | 66 | 226 | 15 | 100 | 0 | 133 | 51 | 146 | 124 | 40 |
| Binary | 110110 | 10010110 | 1101 | 1000000 | 0 | 1011011 | 101001 | 1100110 | 1010100 | 100000 |
Color Harmonies of #36960D
Complementary color
Monochromatic Colors of #36960D
Black with #36960D
Text Example
Text Example
White with #36960D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36960D; }
p { color: rgb(54,150,13); }
H1.HeaderClassName
{
color: #36960D;
}
.AnyTagClassName
{
color: #36960D;
}
</style>
background-color css
<style>
a { background-color: #36960D; }
a { background-color: rgb(54,150,13); }
div.DivClassName
{
background-color: #36960D;
}
.BgClassName
{
background-color: #36960D;
}
</style>
border-color css
<style>
span { border-color: #36960D; }
span { border-color: rgb(54,150,13); }
td.TdClassName
{
border-color: #36960D;
}
.TagClassName
{
border-color: #36960D;
}
</style>