Shades of La Palma #359C2D
Tints of La Palma #359C2D
RGB
CMYK
RGB Variations
Color information
#359C2D (or 0x359C2D) is known color: La Palma. HEX triplet: 35, 9C and 2D. RGB value is (53,156,45). Sum of RGB (Red+Green+Blue) = 53+156+45=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 156 (61.33% from 255 or 61.42% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 156 - color contains mainly: green. Hex color #359C2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359C2D is #CA63D2. Grayscale: #707070. Windows color (decimal): -13263827 or 2989109. OLE color: 2989109.
HSL color Cylindrical-coordinate representation of color #359C2D: hue angle of 115.68º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #359C2D is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 156 | 45 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.39 |
| HSL | 115.68º | 0.55% | 0.39% | - |
| HSV(B) | 115.68º | 0.71% | 0.61% | - |
| XYZ | 13.83 | 24.72 | 6.53 | - |
| YUV | 112.55 | 89.88 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 45 | 0.66 | 0 | 0.71 | 0.39 | 115.68 | 0.55 | 0.39 |
| Hex | 35 | 9C | 2D | 42 | 0 | 47 | 27 | 74 | 37 | 27 |
| Octal | 65 | 234 | 55 | 102 | 0 | 107 | 47 | 164 | 67 | 47 |
| Binary | 110101 | 10011100 | 101101 | 1000010 | 0 | 1000111 | 100111 | 1110100 | 110111 | 100111 |
Color Harmonies of #359C2D
Complementary color
Monochromatic Colors of #359C2D
Black with #359C2D
Text Example
Text Example
White with #359C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359C2D; }
p { color: rgb(53,156,45); }
H1.HeaderClassName
{
color: #359C2D;
}
.AnyTagClassName
{
color: #359C2D;
}
</style>
background-color css
<style>
a { background-color: #359C2D; }
a { background-color: rgb(53,156,45); }
div.DivClassName
{
background-color: #359C2D;
}
.BgClassName
{
background-color: #359C2D;
}
</style>
border-color css
<style>
span { border-color: #359C2D; }
span { border-color: rgb(53,156,45); }
td.TdClassName
{
border-color: #359C2D;
}
.TagClassName
{
border-color: #359C2D;
}
</style>