Shades of La Palma #359D1D
Tints of La Palma #359D1D
RGB
CMYK
RGB Variations
Color information
#359D1D (or 0x359D1D) is known color: La Palma. HEX triplet: 35, 9D and 1D. RGB value is (53,157,29). Sum of RGB (Red+Green+Blue) = 53+157+29=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 157 (61.72% from 255 or 65.69% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 157 - color contains mainly: green. Hex color #359D1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359D1D is #CA62E2. Grayscale: #6F6F6F. Windows color (decimal): -13263587 or 1940789. OLE color: 1940789.
HSL color Cylindrical-coordinate representation of color #359D1D: hue angle of 108.75º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #359D1D is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 157 | 29 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.38 |
| HSL | 108.75º | 0.69% | 0.36% | - |
| HSV(B) | 108.75º | 0.82% | 0.62% | - |
| XYZ | 13.75 | 24.96 | 5.26 | - |
| YUV | 111.31 | 81.54 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 29 | 0.66 | 0 | 0.82 | 0.38 | 108.75 | 0.69 | 0.36 |
| Hex | 35 | 9D | 1D | 42 | 0 | 52 | 26 | 6D | 45 | 24 |
| Octal | 65 | 235 | 35 | 102 | 0 | 122 | 46 | 155 | 105 | 44 |
| Binary | 110101 | 10011101 | 11101 | 1000010 | 0 | 1010010 | 100110 | 1101101 | 1000101 | 100100 |
Color Harmonies of #359D1D
Complementary color
Monochromatic Colors of #359D1D
Black with #359D1D
Text Example
Text Example
White with #359D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359D1D; }
p { color: rgb(53,157,29); }
H1.HeaderClassName
{
color: #359D1D;
}
.AnyTagClassName
{
color: #359D1D;
}
</style>
background-color css
<style>
a { background-color: #359D1D; }
a { background-color: rgb(53,157,29); }
div.DivClassName
{
background-color: #359D1D;
}
.BgClassName
{
background-color: #359D1D;
}
</style>
border-color css
<style>
span { border-color: #359D1D; }
span { border-color: rgb(53,157,29); }
td.TdClassName
{
border-color: #359D1D;
}
.TagClassName
{
border-color: #359D1D;
}
</style>