Shades of La Palma #36A012
Tints of La Palma #36A012
RGB
CMYK
RGB Variations
Color information
#36A012 (or 0x36A012) is known color: La Palma. HEX triplet: 36, A0 and 12. RGB value is (54,160,18). Sum of RGB (Red+Green+Blue) = 54+160+18=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 160 (62.89% from 255 or 68.97% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 160 - color contains mainly: green. Hex color #36A012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36A012 is #C95FED. Grayscale: #707070. Windows color (decimal): -13197294 or 1220662. OLE color: 1220662.
HSL color Cylindrical-coordinate representation of color #36A012: hue angle of 104.79º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36A012 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 160 | 18 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.37 |
| HSL | 104.79º | 0.8% | 0.35% | - |
| HSV(B) | 104.79º | 0.89% | 0.63% | - |
| XYZ | 14.2 | 25.97 | 4.84 | - |
| YUV | 112.12 | 74.88 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 160 | 18 | 0.66 | 0 | 0.89 | 0.37 | 104.79 | 0.8 | 0.35 |
| Hex | 36 | A0 | 12 | 42 | 0 | 59 | 25 | 69 | 50 | 23 |
| Octal | 66 | 240 | 22 | 102 | 0 | 131 | 45 | 151 | 120 | 43 |
| Binary | 110110 | 10100000 | 10010 | 1000010 | 0 | 1011001 | 100101 | 1101001 | 1010000 | 100011 |
Color Harmonies of #36A012
Complementary color
Monochromatic Colors of #36A012
Black with #36A012
Text Example
Text Example
White with #36A012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A012; }
p { color: rgb(54,160,18); }
H1.HeaderClassName
{
color: #36A012;
}
.AnyTagClassName
{
color: #36A012;
}
</style>
background-color css
<style>
a { background-color: #36A012; }
a { background-color: rgb(54,160,18); }
div.DivClassName
{
background-color: #36A012;
}
.BgClassName
{
background-color: #36A012;
}
</style>
border-color css
<style>
span { border-color: #36A012; }
span { border-color: rgb(54,160,18); }
td.TdClassName
{
border-color: #36A012;
}
.TagClassName
{
border-color: #36A012;
}
</style>