Shades of La Palma #358E15
Tints of La Palma #358E15
RGB
CMYK
RGB Variations
Color information
#358E15 (or 0x358E15) is known color: La Palma. HEX triplet: 35, 8E and 15. RGB value is (53,142,21). Sum of RGB (Red+Green+Blue) = 53+142+21=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 142 (55.86% from 255 or 65.74% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 142 - color contains mainly: green. Hex color #358E15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358E15 is #CA71EA. Grayscale: #656565. Windows color (decimal): -13267435 or 1412661. OLE color: 1412661.
HSL color Cylindrical-coordinate representation of color #358E15: hue angle of 104.13º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #358E15 is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 142 | 21 | - |
| CMYK | 0.63 | 0 | 0.85 | 0.44 |
| HSL | 104.13º | 0.74% | 0.32% | - |
| HSV(B) | 104.13º | 0.85% | 0.56% | - |
| XYZ | 11.28 | 20.16 | 4.01 | - |
| YUV | 101.6 | 82.51 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 142 | 21 | 0.63 | 0 | 0.85 | 0.44 | 104.13 | 0.74 | 0.32 |
| Hex | 35 | 8E | 15 | 3F | 0 | 55 | 2C | 68 | 4A | 20 |
| Octal | 65 | 216 | 25 | 77 | 0 | 125 | 54 | 150 | 112 | 40 |
| Binary | 110101 | 10001110 | 10101 | 111111 | 0 | 1010101 | 101100 | 1101000 | 1001010 | 100000 |
Color Harmonies of #358E15
Complementary color
Monochromatic Colors of #358E15
Black with #358E15
Text Example
Text Example
White with #358E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358E15; }
p { color: rgb(53,142,21); }
H1.HeaderClassName
{
color: #358E15;
}
.AnyTagClassName
{
color: #358E15;
}
</style>
background-color css
<style>
a { background-color: #358E15; }
a { background-color: rgb(53,142,21); }
div.DivClassName
{
background-color: #358E15;
}
.BgClassName
{
background-color: #358E15;
}
</style>
border-color css
<style>
span { border-color: #358E15; }
span { border-color: rgb(53,142,21); }
td.TdClassName
{
border-color: #358E15;
}
.TagClassName
{
border-color: #358E15;
}
</style>