Shades of La Palma #359E15
Tints of La Palma #359E15
RGB
CMYK
RGB Variations
Color information
#359E15 (or 0x359E15) is known color: La Palma. HEX triplet: 35, 9E and 15. RGB value is (53,158,21). Sum of RGB (Red+Green+Blue) = 53+158+21=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 158 (62.11% from 255 or 68.10% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 158 - color contains mainly: green. Hex color #359E15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359E15 is #CA61EA. Grayscale: #6F6F6F. Windows color (decimal): -13263339 or 1416757. OLE color: 1416757.
HSL color Cylindrical-coordinate representation of color #359E15: hue angle of 105.99º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #359E15 is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 158 | 21 | - |
| CMYK | 0.66 | 0 | 0.87 | 0.38 |
| HSL | 105.99º | 0.77% | 0.35% | - |
| HSV(B) | 105.99º | 0.87% | 0.62% | - |
| XYZ | 13.83 | 25.26 | 4.86 | - |
| YUV | 110.99 | 77.21 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 21 | 0.66 | 0 | 0.87 | 0.38 | 105.99 | 0.77 | 0.35 |
| Hex | 35 | 9E | 15 | 42 | 0 | 57 | 26 | 6A | 4D | 23 |
| Octal | 65 | 236 | 25 | 102 | 0 | 127 | 46 | 152 | 115 | 43 |
| Binary | 110101 | 10011110 | 10101 | 1000010 | 0 | 1010111 | 100110 | 1101010 | 1001101 | 100011 |
Color Harmonies of #359E15
Complementary color
Monochromatic Colors of #359E15
Black with #359E15
Text Example
Text Example
White with #359E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359E15; }
p { color: rgb(53,158,21); }
H1.HeaderClassName
{
color: #359E15;
}
.AnyTagClassName
{
color: #359E15;
}
</style>
background-color css
<style>
a { background-color: #359E15; }
a { background-color: rgb(53,158,21); }
div.DivClassName
{
background-color: #359E15;
}
.BgClassName
{
background-color: #359E15;
}
</style>
border-color css
<style>
span { border-color: #359E15; }
span { border-color: rgb(53,158,21); }
td.TdClassName
{
border-color: #359E15;
}
.TagClassName
{
border-color: #359E15;
}
</style>