Shades of La Palma #359D0E
Tints of La Palma #359D0E
RGB
CMYK
RGB Variations
Color information
#359D0E (or 0x359D0E) is known color: La Palma. HEX triplet: 35, 9D and 0E. RGB value is (53,157,14). Sum of RGB (Red+Green+Blue) = 53+157+14=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 157 (61.72% from 255 or 70.09% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 157 - color contains mainly: green. Hex color #359D0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359D0E is #CA62F1. Grayscale: #6E6E6E. Windows color (decimal): -13263602 or 957749. OLE color: 957749.
HSL color Cylindrical-coordinate representation of color #359D0E: hue angle of 103.64º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #359D0E is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 157 | 14 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.38 |
| HSL | 103.64º | 0.84% | 0.34% | - |
| HSV(B) | 103.64º | 0.91% | 0.62% | - |
| XYZ | 13.6 | 24.9 | 4.51 | - |
| YUV | 109.6 | 74.04 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 14 | 0.66 | 0 | 0.91 | 0.38 | 103.64 | 0.84 | 0.34 |
| Hex | 35 | 9D | E | 42 | 0 | 5B | 26 | 68 | 54 | 22 |
| Octal | 65 | 235 | 16 | 102 | 0 | 133 | 46 | 150 | 124 | 42 |
| Binary | 110101 | 10011101 | 1110 | 1000010 | 0 | 1011011 | 100110 | 1101000 | 1010100 | 100010 |
Color Harmonies of #359D0E
Complementary color
Monochromatic Colors of #359D0E
Black with #359D0E
Text Example
Text Example
White with #359D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359D0E; }
p { color: rgb(53,157,14); }
H1.HeaderClassName
{
color: #359D0E;
}
.AnyTagClassName
{
color: #359D0E;
}
</style>
background-color css
<style>
a { background-color: #359D0E; }
a { background-color: rgb(53,157,14); }
div.DivClassName
{
background-color: #359D0E;
}
.BgClassName
{
background-color: #359D0E;
}
</style>
border-color css
<style>
span { border-color: #359D0E; }
span { border-color: rgb(53,157,14); }
td.TdClassName
{
border-color: #359D0E;
}
.TagClassName
{
border-color: #359D0E;
}
</style>