Shades of La Palma #369E10
Tints of La Palma #369E10
RGB
CMYK
RGB Variations
Color information
#369E10 (or 0x369E10) is known color: La Palma. HEX triplet: 36, 9E and 10. RGB value is (54,158,16). Sum of RGB (Red+Green+Blue) = 54+158+16=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 158 (62.11% from 255 or 69.30% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 158 - color contains mainly: green. Hex color #369E10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369E10 is #C961EF. Grayscale: #6F6F6F. Windows color (decimal): -13197808 or 1089078. OLE color: 1089078.
HSL color Cylindrical-coordinate representation of color #369E10: hue angle of 103.94º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #369E10 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 158 | 16 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.38 |
| HSL | 103.94º | 0.82% | 0.34% | - |
| HSV(B) | 103.94º | 0.9% | 0.62% | - |
| XYZ | 13.84 | 25.28 | 4.64 | - |
| YUV | 110.72 | 74.54 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 158 | 16 | 0.66 | 0 | 0.90 | 0.38 | 103.94 | 0.82 | 0.34 |
| Hex | 36 | 9E | 10 | 42 | 0 | 5A | 26 | 68 | 52 | 22 |
| Octal | 66 | 236 | 20 | 102 | 0 | 132 | 46 | 150 | 122 | 42 |
| Binary | 110110 | 10011110 | 10000 | 1000010 | 0 | 1011010 | 100110 | 1101000 | 1010010 | 100010 |
Color Harmonies of #369E10
Complementary color
Monochromatic Colors of #369E10
Black with #369E10
Text Example
Text Example
White with #369E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369E10; }
p { color: rgb(54,158,16); }
H1.HeaderClassName
{
color: #369E10;
}
.AnyTagClassName
{
color: #369E10;
}
</style>
background-color css
<style>
a { background-color: #369E10; }
a { background-color: rgb(54,158,16); }
div.DivClassName
{
background-color: #369E10;
}
.BgClassName
{
background-color: #369E10;
}
</style>
border-color css
<style>
span { border-color: #369E10; }
span { border-color: rgb(54,158,16); }
td.TdClassName
{
border-color: #369E10;
}
.TagClassName
{
border-color: #369E10;
}
</style>