Shades of La Palma #358A2D
Tints of La Palma #358A2D
RGB
CMYK
RGB Variations
Color information
#358A2D (or 0x358A2D) is known color: La Palma. HEX triplet: 35, 8A and 2D. RGB value is (53,138,45). Sum of RGB (Red+Green+Blue) = 53+138+45=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 138 (54.30% from 255 or 58.47% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 138 - color contains mainly: green. Hex color #358A2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358A2D is #CA75D2. Grayscale: #666666. Windows color (decimal): -13268435 or 2984501. OLE color: 2984501.
HSL color Cylindrical-coordinate representation of color #358A2D: hue angle of 114.84º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #358A2D is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 138 | 45 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.46 |
| HSL | 114.84º | 0.51% | 0.36% | - |
| HSV(B) | 114.84º | 0.67% | 0.54% | - |
| XYZ | 11.03 | 19.12 | 5.59 | - |
| YUV | 101.98 | 95.84 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 45 | 0.62 | 0 | 0.67 | 0.46 | 114.84 | 0.51 | 0.36 |
| Hex | 35 | 8A | 2D | 3E | 0 | 43 | 2E | 73 | 33 | 24 |
| Octal | 65 | 212 | 55 | 76 | 0 | 103 | 56 | 163 | 63 | 44 |
| Binary | 110101 | 10001010 | 101101 | 111110 | 0 | 1000011 | 101110 | 1110011 | 110011 | 100100 |
Color Harmonies of #358A2D
Complementary color
Monochromatic Colors of #358A2D
Black with #358A2D
Text Example
Text Example
White with #358A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358A2D; }
p { color: rgb(53,138,45); }
H1.HeaderClassName
{
color: #358A2D;
}
.AnyTagClassName
{
color: #358A2D;
}
</style>
background-color css
<style>
a { background-color: #358A2D; }
a { background-color: rgb(53,138,45); }
div.DivClassName
{
background-color: #358A2D;
}
.BgClassName
{
background-color: #358A2D;
}
</style>
border-color css
<style>
span { border-color: #358A2D; }
span { border-color: rgb(53,138,45); }
td.TdClassName
{
border-color: #358A2D;
}
.TagClassName
{
border-color: #358A2D;
}
</style>