Shades of La Palma #359600
Tints of La Palma #359600
RGB
CMYK
RGB Variations
Color information
#359600 (or 0x359600) is known color: La Palma. HEX triplet: 35, 96 and 00. RGB value is (53,150,0). Sum of RGB (Red+Green+Blue) = 53+150+0=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 150 (58.98% from 255 or 73.89% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 150 - color contains mainly: green. Hex color #359600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359600 is #CA69FF. Grayscale: #686868. Windows color (decimal): -13265408 or 38453. OLE color: 38453.
HSL color Cylindrical-coordinate representation of color #359600: hue angle of 98.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #359600 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 150 | 0 | - |
| CMYK | 0.65 | 0 | 1 | 0.41 |
| HSL | 98.8º | 1% | 0.29% | - |
| HSV(B) | 98.8º | 1% | 0.59% | - |
| XYZ | 12.37 | 22.57 | 3.7 | - |
| YUV | 103.9 | 69.36 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 150 | 0 | 0.65 | 0 | 1 | 0.41 | 98.8 | 1 | 0.29 |
| Hex | 35 | 96 | 0 | 41 | 0 | 64 | 29 | 63 | 64 | 1D |
| Octal | 65 | 226 | 0 | 101 | 0 | 144 | 51 | 143 | 144 | 35 |
| Binary | 110101 | 10010110 | 0 | 1000001 | 0 | 1100100 | 101001 | 1100011 | 1100100 | 11101 |
Color Harmonies of #359600
Complementary color
Monochromatic Colors of #359600
Black with #359600
Text Example
Text Example
White with #359600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359600; }
p { color: rgb(53,150,0); }
H1.HeaderClassName
{
color: #359600;
}
.AnyTagClassName
{
color: #359600;
}
</style>
background-color css
<style>
a { background-color: #359600; }
a { background-color: rgb(53,150,0); }
div.DivClassName
{
background-color: #359600;
}
.BgClassName
{
background-color: #359600;
}
</style>
border-color css
<style>
span { border-color: #359600; }
span { border-color: rgb(53,150,0); }
td.TdClassName
{
border-color: #359600;
}
.TagClassName
{
border-color: #359600;
}
</style>