Shades of La Palma #359F2C
Tints of La Palma #359F2C
RGB
CMYK
RGB Variations
Color information
#359F2C (or 0x359F2C) is known color: La Palma. HEX triplet: 35, 9F and 2C. RGB value is (53,159,44). Sum of RGB (Red+Green+Blue) = 53+159+44=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 159 (62.5% from 255 or 62.11% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 159 - color contains mainly: green. Hex color #359F2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359F2C is #CA60D3. Grayscale: #727272. Windows color (decimal): -13263060 or 2924341. OLE color: 2924341.
HSL color Cylindrical-coordinate representation of color #359F2C: hue angle of 115.3º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #359F2C is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 159 | 44 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.38 |
| HSL | 115.3º | 0.57% | 0.4% | - |
| HSV(B) | 115.3º | 0.72% | 0.62% | - |
| XYZ | 14.32 | 25.74 | 6.6 | - |
| YUV | 114.2 | 88.38 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 44 | 0.67 | 0 | 0.72 | 0.38 | 115.3 | 0.57 | 0.4 |
| Hex | 35 | 9F | 2C | 43 | 0 | 48 | 26 | 73 | 39 | 28 |
| Octal | 65 | 237 | 54 | 103 | 0 | 110 | 46 | 163 | 71 | 50 |
| Binary | 110101 | 10011111 | 101100 | 1000011 | 0 | 1001000 | 100110 | 1110011 | 111001 | 101000 |
Color Harmonies of #359F2C
Complementary color
Monochromatic Colors of #359F2C
Black with #359F2C
Text Example
Text Example
White with #359F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359F2C; }
p { color: rgb(53,159,44); }
H1.HeaderClassName
{
color: #359F2C;
}
.AnyTagClassName
{
color: #359F2C;
}
</style>
background-color css
<style>
a { background-color: #359F2C; }
a { background-color: rgb(53,159,44); }
div.DivClassName
{
background-color: #359F2C;
}
.BgClassName
{
background-color: #359F2C;
}
</style>
border-color css
<style>
span { border-color: #359F2C; }
span { border-color: rgb(53,159,44); }
td.TdClassName
{
border-color: #359F2C;
}
.TagClassName
{
border-color: #359F2C;
}
</style>