Shades of La Palma #359A0E
Tints of La Palma #359A0E
RGB
CMYK
RGB Variations
Color information
#359A0E (or 0x359A0E) is known color: La Palma. HEX triplet: 35, 9A and 0E. RGB value is (53,154,14). Sum of RGB (Red+Green+Blue) = 53+154+14=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 154 (60.55% from 255 or 69.68% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 154 - color contains mainly: green. Hex color #359A0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359A0E is #CA65F1. Grayscale: #6C6C6C. Windows color (decimal): -13264370 or 956981. OLE color: 956981.
HSL color Cylindrical-coordinate representation of color #359A0E: hue angle of 103.29º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #359A0E is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 154 | 14 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.40 |
| HSL | 103.29º | 0.83% | 0.33% | - |
| HSV(B) | 103.29º | 0.91% | 0.6% | - |
| XYZ | 13.1 | 23.9 | 4.34 | - |
| YUV | 107.84 | 75.04 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 154 | 14 | 0.66 | 0 | 0.91 | 0.40 | 103.29 | 0.83 | 0.33 |
| Hex | 35 | 9A | E | 42 | 0 | 5B | 28 | 67 | 53 | 21 |
| Octal | 65 | 232 | 16 | 102 | 0 | 133 | 50 | 147 | 123 | 41 |
| Binary | 110101 | 10011010 | 1110 | 1000010 | 0 | 1011011 | 101000 | 1100111 | 1010011 | 100001 |
Color Harmonies of #359A0E
Complementary color
Monochromatic Colors of #359A0E
Black with #359A0E
Text Example
Text Example
White with #359A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359A0E; }
p { color: rgb(53,154,14); }
H1.HeaderClassName
{
color: #359A0E;
}
.AnyTagClassName
{
color: #359A0E;
}
</style>
background-color css
<style>
a { background-color: #359A0E; }
a { background-color: rgb(53,154,14); }
div.DivClassName
{
background-color: #359A0E;
}
.BgClassName
{
background-color: #359A0E;
}
</style>
border-color css
<style>
span { border-color: #359A0E; }
span { border-color: rgb(53,154,14); }
td.TdClassName
{
border-color: #359A0E;
}
.TagClassName
{
border-color: #359A0E;
}
</style>