Shades of La Palma #359E10
Tints of La Palma #359E10
RGB
CMYK
RGB Variations
Color information
#359E10 (or 0x359E10) is known color: La Palma. HEX triplet: 35, 9E and 10. RGB value is (53,158,16). Sum of RGB (Red+Green+Blue) = 53+158+16=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 158 (62.11% from 255 or 69.60% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 158 - color contains mainly: green. Hex color #359E10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359E10 is #CA61EF. Grayscale: #6E6E6E. Windows color (decimal): -13263344 or 1089077. OLE color: 1089077.
HSL color Cylindrical-coordinate representation of color #359E10: hue angle of 104.37º 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 #359E10 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 158 | 16 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.38 |
| HSL | 104.37º | 0.82% | 0.34% | - |
| HSV(B) | 104.37º | 0.9% | 0.62% | - |
| XYZ | 13.79 | 25.25 | 4.64 | - |
| YUV | 110.42 | 74.71 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 16 | 0.66 | 0 | 0.90 | 0.38 | 104.37 | 0.82 | 0.34 |
| Hex | 35 | 9E | 10 | 42 | 0 | 5A | 26 | 68 | 52 | 22 |
| Octal | 65 | 236 | 20 | 102 | 0 | 132 | 46 | 150 | 122 | 42 |
| Binary | 110101 | 10011110 | 10000 | 1000010 | 0 | 1011010 | 100110 | 1101000 | 1010010 | 100010 |
Color Harmonies of #359E10
Complementary color
Monochromatic Colors of #359E10
Black with #359E10
Text Example
Text Example
White with #359E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359E10; }
p { color: rgb(53,158,16); }
H1.HeaderClassName
{
color: #359E10;
}
.AnyTagClassName
{
color: #359E10;
}
</style>
background-color css
<style>
a { background-color: #359E10; }
a { background-color: rgb(53,158,16); }
div.DivClassName
{
background-color: #359E10;
}
.BgClassName
{
background-color: #359E10;
}
</style>
border-color css
<style>
span { border-color: #359E10; }
span { border-color: rgb(53,158,16); }
td.TdClassName
{
border-color: #359E10;
}
.TagClassName
{
border-color: #359E10;
}
</style>