Shades of La Palma #358B24
Tints of La Palma #358B24
RGB
CMYK
RGB Variations
Color information
#358B24 (or 0x358B24) is known color: La Palma. HEX triplet: 35, 8B and 24. RGB value is (53,139,36). Sum of RGB (Red+Green+Blue) = 53+139+36=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 139 (54.69% from 255 or 60.96% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 139 - color contains mainly: green. Hex color #358B24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358B24 is #CA74DB. Grayscale: #656565. Windows color (decimal): -13268188 or 2394933. OLE color: 2394933.
HSL color Cylindrical-coordinate representation of color #358B24: hue angle of 110.1º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #358B24 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 139 | 36 | - |
| CMYK | 0.62 | 0 | 0.74 | 0.45 |
| HSL | 110.1º | 0.59% | 0.34% | - |
| HSV(B) | 110.1º | 0.74% | 0.55% | - |
| XYZ | 11.02 | 19.35 | 4.82 | - |
| YUV | 101.54 | 91.01 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 36 | 0.62 | 0 | 0.74 | 0.45 | 110.1 | 0.59 | 0.34 |
| Hex | 35 | 8B | 24 | 3E | 0 | 4A | 2D | 6E | 3B | 22 |
| Octal | 65 | 213 | 44 | 76 | 0 | 112 | 55 | 156 | 73 | 42 |
| Binary | 110101 | 10001011 | 100100 | 111110 | 0 | 1001010 | 101101 | 1101110 | 111011 | 100010 |
Color Harmonies of #358B24
Complementary color
Monochromatic Colors of #358B24
Black with #358B24
Text Example
Text Example
White with #358B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358B24; }
p { color: rgb(53,139,36); }
H1.HeaderClassName
{
color: #358B24;
}
.AnyTagClassName
{
color: #358B24;
}
</style>
background-color css
<style>
a { background-color: #358B24; }
a { background-color: rgb(53,139,36); }
div.DivClassName
{
background-color: #358B24;
}
.BgClassName
{
background-color: #358B24;
}
</style>
border-color css
<style>
span { border-color: #358B24; }
span { border-color: rgb(53,139,36); }
td.TdClassName
{
border-color: #358B24;
}
.TagClassName
{
border-color: #358B24;
}
</style>