Shades of La Palma #36900E
Tints of La Palma #36900E
RGB
CMYK
RGB Variations
Color information
#36900E (or 0x36900E) is known color: La Palma. HEX triplet: 36, 90 and 0E. RGB value is (54,144,14). Sum of RGB (Red+Green+Blue) = 54+144+14=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 144 (56.64% from 255 or 67.92% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 144 - color contains mainly: green. Hex color #36900E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36900E is #C96FF1. Grayscale: #666666. Windows color (decimal): -13201394 or 954422. OLE color: 954422.
HSL color Cylindrical-coordinate representation of color #36900E: hue angle of 101.54º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36900E is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 144 | 14 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.44 |
| HSL | 101.54º | 0.82% | 0.31% | - |
| HSV(B) | 101.54º | 0.9% | 0.56% | - |
| XYZ | 11.57 | 20.76 | 3.81 | - |
| YUV | 102.27 | 78.18 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 144 | 14 | 0.63 | 0 | 0.90 | 0.44 | 101.54 | 0.82 | 0.31 |
| Hex | 36 | 90 | E | 3F | 0 | 5A | 2C | 66 | 52 | 1F |
| Octal | 66 | 220 | 16 | 77 | 0 | 132 | 54 | 146 | 122 | 37 |
| Binary | 110110 | 10010000 | 1110 | 111111 | 0 | 1011010 | 101100 | 1100110 | 1010010 | 11111 |
Color Harmonies of #36900E
Complementary color
Monochromatic Colors of #36900E
Black with #36900E
Text Example
Text Example
White with #36900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36900E; }
p { color: rgb(54,144,14); }
H1.HeaderClassName
{
color: #36900E;
}
.AnyTagClassName
{
color: #36900E;
}
</style>
background-color css
<style>
a { background-color: #36900E; }
a { background-color: rgb(54,144,14); }
div.DivClassName
{
background-color: #36900E;
}
.BgClassName
{
background-color: #36900E;
}
</style>
border-color css
<style>
span { border-color: #36900E; }
span { border-color: rgb(54,144,14); }
td.TdClassName
{
border-color: #36900E;
}
.TagClassName
{
border-color: #36900E;
}
</style>