Shades of La Palma #358B2C
Tints of La Palma #358B2C
RGB
CMYK
RGB Variations
Color information
#358B2C (or 0x358B2C) is known color: La Palma. HEX triplet: 35, 8B and 2C. RGB value is (53,139,44). Sum of RGB (Red+Green+Blue) = 53+139+44=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 139 (54.69% from 255 or 58.90% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 139 - color contains mainly: green. Hex color #358B2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358B2C is #CA74D3. Grayscale: #666666. Windows color (decimal): -13268180 or 2919221. OLE color: 2919221.
HSL color Cylindrical-coordinate representation of color #358B2C: hue angle of 114.32º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #358B2C is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 139 | 44 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.45 |
| HSL | 114.32º | 0.52% | 0.36% | - |
| HSV(B) | 114.32º | 0.68% | 0.55% | - |
| XYZ | 11.16 | 19.4 | 5.54 | - |
| YUV | 102.46 | 95.01 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 44 | 0.62 | 0 | 0.68 | 0.45 | 114.32 | 0.52 | 0.36 |
| Hex | 35 | 8B | 2C | 3E | 0 | 44 | 2D | 72 | 34 | 24 |
| Octal | 65 | 213 | 54 | 76 | 0 | 104 | 55 | 162 | 64 | 44 |
| Binary | 110101 | 10001011 | 101100 | 111110 | 0 | 1000100 | 101101 | 1110010 | 110100 | 100100 |
Color Harmonies of #358B2C
Complementary color
Monochromatic Colors of #358B2C
Black with #358B2C
Text Example
Text Example
White with #358B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358B2C; }
p { color: rgb(53,139,44); }
H1.HeaderClassName
{
color: #358B2C;
}
.AnyTagClassName
{
color: #358B2C;
}
</style>
background-color css
<style>
a { background-color: #358B2C; }
a { background-color: rgb(53,139,44); }
div.DivClassName
{
background-color: #358B2C;
}
.BgClassName
{
background-color: #358B2C;
}
</style>
border-color css
<style>
span { border-color: #358B2C; }
span { border-color: rgb(53,139,44); }
td.TdClassName
{
border-color: #358B2C;
}
.TagClassName
{
border-color: #358B2C;
}
</style>