Shades of La Palma #359D1B
Tints of La Palma #359D1B
RGB
CMYK
RGB Variations
Color information
#359D1B (or 0x359D1B) is known color: La Palma. HEX triplet: 35, 9D and 1B. RGB value is (53,157,27). Sum of RGB (Red+Green+Blue) = 53+157+27=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 157 (61.72% from 255 or 66.24% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 157 - color contains mainly: green. Hex color #359D1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359D1B is #CA62E4. Grayscale: #6F6F6F. Windows color (decimal): -13263589 or 1809717. OLE color: 1809717.
HSL color Cylindrical-coordinate representation of color #359D1B: hue angle of 108º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #359D1B is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 157 | 27 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.38 |
| HSL | 108º | 0.71% | 0.36% | - |
| HSV(B) | 108º | 0.83% | 0.62% | - |
| XYZ | 13.72 | 24.95 | 5.13 | - |
| YUV | 111.08 | 80.54 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 27 | 0.66 | 0 | 0.83 | 0.38 | 108 | 0.71 | 0.36 |
| Hex | 35 | 9D | 1B | 42 | 0 | 53 | 26 | 6C | 47 | 24 |
| Octal | 65 | 235 | 33 | 102 | 0 | 123 | 46 | 154 | 107 | 44 |
| Binary | 110101 | 10011101 | 11011 | 1000010 | 0 | 1010011 | 100110 | 1101100 | 1000111 | 100100 |
Color Harmonies of #359D1B
Complementary color
Monochromatic Colors of #359D1B
Black with #359D1B
Text Example
Text Example
White with #359D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359D1B; }
p { color: rgb(53,157,27); }
H1.HeaderClassName
{
color: #359D1B;
}
.AnyTagClassName
{
color: #359D1B;
}
</style>
background-color css
<style>
a { background-color: #359D1B; }
a { background-color: rgb(53,157,27); }
div.DivClassName
{
background-color: #359D1B;
}
.BgClassName
{
background-color: #359D1B;
}
</style>
border-color css
<style>
span { border-color: #359D1B; }
span { border-color: rgb(53,157,27); }
td.TdClassName
{
border-color: #359D1B;
}
.TagClassName
{
border-color: #359D1B;
}
</style>