Shades of La Palma #359820
Tints of La Palma #359820
RGB
CMYK
RGB Variations
Color information
#359820 (or 0x359820) is known color: La Palma. HEX triplet: 35, 98 and 20. RGB value is (53,152,32). Sum of RGB (Red+Green+Blue) = 53+152+32=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 152 (59.77% from 255 or 64.14% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 152 - color contains mainly: green. Hex color #359820 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359820 is #CA67DF. Grayscale: #6D6D6D. Windows color (decimal): -13264864 or 2136117. OLE color: 2136117.
HSL color Cylindrical-coordinate representation of color #359820: hue angle of 109.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #359820 is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 152 | 32 | - |
| CMYK | 0.65 | 0 | 0.79 | 0.40 |
| HSL | 109.5º | 0.65% | 0.36% | - |
| HSV(B) | 109.5º | 0.79% | 0.6% | - |
| XYZ | 12.96 | 23.32 | 5.18 | - |
| YUV | 108.72 | 84.7 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 152 | 32 | 0.65 | 0 | 0.79 | 0.40 | 109.5 | 0.65 | 0.36 |
| Hex | 35 | 98 | 20 | 41 | 0 | 4F | 28 | 6E | 41 | 24 |
| Octal | 65 | 230 | 40 | 101 | 0 | 117 | 50 | 156 | 101 | 44 |
| Binary | 110101 | 10011000 | 100000 | 1000001 | 0 | 1001111 | 101000 | 1101110 | 1000001 | 100100 |
Color Harmonies of #359820
Complementary color
Monochromatic Colors of #359820
Black with #359820
Text Example
Text Example
White with #359820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359820; }
p { color: rgb(53,152,32); }
H1.HeaderClassName
{
color: #359820;
}
.AnyTagClassName
{
color: #359820;
}
</style>
background-color css
<style>
a { background-color: #359820; }
a { background-color: rgb(53,152,32); }
div.DivClassName
{
background-color: #359820;
}
.BgClassName
{
background-color: #359820;
}
</style>
border-color css
<style>
span { border-color: #359820; }
span { border-color: rgb(53,152,32); }
td.TdClassName
{
border-color: #359820;
}
.TagClassName
{
border-color: #359820;
}
</style>