Shades of La Palma #36950C
Tints of La Palma #36950C
RGB
CMYK
RGB Variations
Color information
#36950C (or 0x36950C) is known color: La Palma. HEX triplet: 36, 95 and 0C. RGB value is (54,149,12). Sum of RGB (Red+Green+Blue) = 54+149+12=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 149 (58.59% from 255 or 69.30% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 149 - color contains mainly: green. Hex color #36950C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36950C is #C96AF3. Grayscale: #696969. Windows color (decimal): -13200116 or 824630. OLE color: 824630.
HSL color Cylindrical-coordinate representation of color #36950C: hue angle of 101.61º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #36950C is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 149 | 12 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.42 |
| HSL | 101.61º | 0.85% | 0.32% | - |
| HSV(B) | 101.61º | 0.92% | 0.58% | - |
| XYZ | 12.34 | 22.31 | 4 | - |
| YUV | 104.98 | 75.53 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 149 | 12 | 0.64 | 0 | 0.92 | 0.42 | 101.61 | 0.85 | 0.32 |
| Hex | 36 | 95 | C | 40 | 0 | 5C | 2A | 66 | 55 | 20 |
| Octal | 66 | 225 | 14 | 100 | 0 | 134 | 52 | 146 | 125 | 40 |
| Binary | 110110 | 10010101 | 1100 | 1000000 | 0 | 1011100 | 101010 | 1100110 | 1010101 | 100000 |
Color Harmonies of #36950C
Complementary color
Monochromatic Colors of #36950C
Black with #36950C
Text Example
Text Example
White with #36950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36950C; }
p { color: rgb(54,149,12); }
H1.HeaderClassName
{
color: #36950C;
}
.AnyTagClassName
{
color: #36950C;
}
</style>
background-color css
<style>
a { background-color: #36950C; }
a { background-color: rgb(54,149,12); }
div.DivClassName
{
background-color: #36950C;
}
.BgClassName
{
background-color: #36950C;
}
</style>
border-color css
<style>
span { border-color: #36950C; }
span { border-color: rgb(54,149,12); }
td.TdClassName
{
border-color: #36950C;
}
.TagClassName
{
border-color: #36950C;
}
</style>