Shades of La Palma #358D26
Tints of La Palma #358D26
RGB
CMYK
RGB Variations
Color information
#358D26 (or 0x358D26) is known color: La Palma. HEX triplet: 35, 8D and 26. RGB value is (53,141,38). Sum of RGB (Red+Green+Blue) = 53+141+38=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 141 (55.47% from 255 or 60.78% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 141 - color contains mainly: green. Hex color #358D26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358D26 is #CA72D9. Grayscale: #676767. Windows color (decimal): -13267674 or 2526517. OLE color: 2526517.
HSL color Cylindrical-coordinate representation of color #358D26: hue angle of 111.26º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #358D26 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 141 | 38 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.45 |
| HSL | 111.26º | 0.58% | 0.35% | - |
| HSV(B) | 111.26º | 0.73% | 0.55% | - |
| XYZ | 11.34 | 19.95 | 5.09 | - |
| YUV | 102.95 | 91.35 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 141 | 38 | 0.62 | 0 | 0.73 | 0.45 | 111.26 | 0.58 | 0.35 |
| Hex | 35 | 8D | 26 | 3E | 0 | 49 | 2D | 6F | 3A | 23 |
| Octal | 65 | 215 | 46 | 76 | 0 | 111 | 55 | 157 | 72 | 43 |
| Binary | 110101 | 10001101 | 100110 | 111110 | 0 | 1001001 | 101101 | 1101111 | 111010 | 100011 |
Color Harmonies of #358D26
Complementary color
Monochromatic Colors of #358D26
Black with #358D26
Text Example
Text Example
White with #358D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358D26; }
p { color: rgb(53,141,38); }
H1.HeaderClassName
{
color: #358D26;
}
.AnyTagClassName
{
color: #358D26;
}
</style>
background-color css
<style>
a { background-color: #358D26; }
a { background-color: rgb(53,141,38); }
div.DivClassName
{
background-color: #358D26;
}
.BgClassName
{
background-color: #358D26;
}
</style>
border-color css
<style>
span { border-color: #358D26; }
span { border-color: rgb(53,141,38); }
td.TdClassName
{
border-color: #358D26;
}
.TagClassName
{
border-color: #358D26;
}
</style>