Shades of La Palma #36981B
Tints of La Palma #36981B
RGB
CMYK
RGB Variations
Color information
#36981B (or 0x36981B) is known color: La Palma. HEX triplet: 36, 98 and 1B. RGB value is (54,152,27). Sum of RGB (Red+Green+Blue) = 54+152+27=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 152 (59.77% from 255 or 65.24% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 152 - color contains mainly: green. Hex color #36981B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36981B is #C967E4. Grayscale: #6C6C6C. Windows color (decimal): -13199333 or 1808438. OLE color: 1808438.
HSL color Cylindrical-coordinate representation of color #36981B: hue angle of 107.04º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #36981B is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 152 | 27 | - |
| CMYK | 0.64 | 0 | 0.82 | 0.40 |
| HSL | 107.04º | 0.7% | 0.35% | - |
| HSV(B) | 107.04º | 0.82% | 0.6% | - |
| XYZ | 12.95 | 23.32 | 4.86 | - |
| YUV | 108.45 | 82.03 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 152 | 27 | 0.64 | 0 | 0.82 | 0.40 | 107.04 | 0.7 | 0.35 |
| Hex | 36 | 98 | 1B | 40 | 0 | 52 | 28 | 6B | 46 | 23 |
| Octal | 66 | 230 | 33 | 100 | 0 | 122 | 50 | 153 | 106 | 43 |
| Binary | 110110 | 10011000 | 11011 | 1000000 | 0 | 1010010 | 101000 | 1101011 | 1000110 | 100011 |
Color Harmonies of #36981B
Complementary color
Monochromatic Colors of #36981B
Black with #36981B
Text Example
Text Example
White with #36981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36981B; }
p { color: rgb(54,152,27); }
H1.HeaderClassName
{
color: #36981B;
}
.AnyTagClassName
{
color: #36981B;
}
</style>
background-color css
<style>
a { background-color: #36981B; }
a { background-color: rgb(54,152,27); }
div.DivClassName
{
background-color: #36981B;
}
.BgClassName
{
background-color: #36981B;
}
</style>
border-color css
<style>
span { border-color: #36981B; }
span { border-color: rgb(54,152,27); }
td.TdClassName
{
border-color: #36981B;
}
.TagClassName
{
border-color: #36981B;
}
</style>