Shades of La Palma #36980B
Tints of La Palma #36980B
RGB
CMYK
RGB Variations
Color information
#36980B (or 0x36980B) is known color: La Palma. HEX triplet: 36, 98 and 0B. RGB value is (54,152,11). Sum of RGB (Red+Green+Blue) = 54+152+11=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 152 (59.77% from 255 or 70.05% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 152 - color contains mainly: green. Hex color #36980B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36980B is #C967F4. Grayscale: #6B6B6B. Windows color (decimal): -13199349 or 759862. OLE color: 759862.
HSL color Cylindrical-coordinate representation of color #36980B: hue angle of 101.7º degrees, saturation: 0.87, 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 #36980B is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 152 | 11 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.40 |
| HSL | 101.7º | 0.87% | 0.32% | - |
| HSV(B) | 101.7º | 0.93% | 0.6% | - |
| XYZ | 12.81 | 23.26 | 4.13 | - |
| YUV | 106.62 | 74.03 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 152 | 11 | 0.64 | 0 | 0.93 | 0.40 | 101.7 | 0.87 | 0.32 |
| Hex | 36 | 98 | B | 40 | 0 | 5D | 28 | 66 | 57 | 20 |
| Octal | 66 | 230 | 13 | 100 | 0 | 135 | 50 | 146 | 127 | 40 |
| Binary | 110110 | 10011000 | 1011 | 1000000 | 0 | 1011101 | 101000 | 1100110 | 1010111 | 100000 |
Color Harmonies of #36980B
Complementary color
Monochromatic Colors of #36980B
Black with #36980B
Text Example
Text Example
White with #36980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36980B; }
p { color: rgb(54,152,11); }
H1.HeaderClassName
{
color: #36980B;
}
.AnyTagClassName
{
color: #36980B;
}
</style>
background-color css
<style>
a { background-color: #36980B; }
a { background-color: rgb(54,152,11); }
div.DivClassName
{
background-color: #36980B;
}
.BgClassName
{
background-color: #36980B;
}
</style>
border-color css
<style>
span { border-color: #36980B; }
span { border-color: rgb(54,152,11); }
td.TdClassName
{
border-color: #36980B;
}
.TagClassName
{
border-color: #36980B;
}
</style>