Shades of La Palma #358B23
Tints of La Palma #358B23
RGB
CMYK
RGB Variations
Color information
#358B23 (or 0x358B23) is known color: La Palma. HEX triplet: 35, 8B and 23. RGB value is (53,139,35). Sum of RGB (Red+Green+Blue) = 53+139+35=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 139 (54.69% from 255 or 61.23% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 139 - color contains mainly: green. Hex color #358B23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358B23 is #CA74DC. Grayscale: #656565. Windows color (decimal): -13268189 or 2329397. OLE color: 2329397.
HSL color Cylindrical-coordinate representation of color #358B23: hue angle of 109.62º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #358B23 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 139 | 35 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.45 |
| HSL | 109.62º | 0.6% | 0.34% | - |
| HSV(B) | 109.62º | 0.75% | 0.55% | - |
| XYZ | 11 | 19.34 | 4.74 | - |
| YUV | 101.43 | 90.51 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 35 | 0.62 | 0 | 0.75 | 0.45 | 109.62 | 0.6 | 0.34 |
| Hex | 35 | 8B | 23 | 3E | 0 | 4B | 2D | 6E | 3C | 22 |
| Octal | 65 | 213 | 43 | 76 | 0 | 113 | 55 | 156 | 74 | 42 |
| Binary | 110101 | 10001011 | 100011 | 111110 | 0 | 1001011 | 101101 | 1101110 | 111100 | 100010 |
Color Harmonies of #358B23
Complementary color
Monochromatic Colors of #358B23
Black with #358B23
Text Example
Text Example
White with #358B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358B23; }
p { color: rgb(53,139,35); }
H1.HeaderClassName
{
color: #358B23;
}
.AnyTagClassName
{
color: #358B23;
}
</style>
background-color css
<style>
a { background-color: #358B23; }
a { background-color: rgb(53,139,35); }
div.DivClassName
{
background-color: #358B23;
}
.BgClassName
{
background-color: #358B23;
}
</style>
border-color css
<style>
span { border-color: #358B23; }
span { border-color: rgb(53,139,35); }
td.TdClassName
{
border-color: #358B23;
}
.TagClassName
{
border-color: #358B23;
}
</style>