Shades of La Palma #36980A
Tints of La Palma #36980A
RGB
CMYK
RGB Variations
Color information
#36980A (or 0x36980A) is known color: La Palma. HEX triplet: 36, 98 and 0A. RGB value is (54,152,10). Sum of RGB (Red+Green+Blue) = 54+152+10=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 152 (59.77% from 255 or 70.37% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 152 - color contains mainly: green. Hex color #36980A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36980A is #C967F5. Grayscale: #6A6A6A. Windows color (decimal): -13199350 or 694326. OLE color: 694326.
HSL color Cylindrical-coordinate representation of color #36980A: hue angle of 101.41º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #36980A is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 152 | 10 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.40 |
| HSL | 101.41º | 0.88% | 0.32% | - |
| HSV(B) | 101.41º | 0.93% | 0.6% | - |
| XYZ | 12.8 | 23.26 | 4.1 | - |
| YUV | 106.51 | 73.53 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 152 | 10 | 0.64 | 0 | 0.93 | 0.40 | 101.41 | 0.88 | 0.32 |
| Hex | 36 | 98 | A | 40 | 0 | 5D | 28 | 65 | 58 | 20 |
| Octal | 66 | 230 | 12 | 100 | 0 | 135 | 50 | 145 | 130 | 40 |
| Binary | 110110 | 10011000 | 1010 | 1000000 | 0 | 1011101 | 101000 | 1100101 | 1011000 | 100000 |
Color Harmonies of #36980A
Complementary color
Monochromatic Colors of #36980A
Black with #36980A
Text Example
Text Example
White with #36980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36980A; }
p { color: rgb(54,152,10); }
H1.HeaderClassName
{
color: #36980A;
}
.AnyTagClassName
{
color: #36980A;
}
</style>
background-color css
<style>
a { background-color: #36980A; }
a { background-color: rgb(54,152,10); }
div.DivClassName
{
background-color: #36980A;
}
.BgClassName
{
background-color: #36980A;
}
</style>
border-color css
<style>
span { border-color: #36980A; }
span { border-color: rgb(54,152,10); }
td.TdClassName
{
border-color: #36980A;
}
.TagClassName
{
border-color: #36980A;
}
</style>