Shades of La Palma #358B26
Tints of La Palma #358B26
RGB
CMYK
RGB Variations
Color information
#358B26 (or 0x358B26) is known color: La Palma. HEX triplet: 35, 8B and 26. RGB value is (53,139,38). Sum of RGB (Red+Green+Blue) = 53+139+38=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 139 (54.69% from 255 or 60.43% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 139 - color contains mainly: green. Hex color #358B26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358B26 is #CA74D9. Grayscale: #666666. Windows color (decimal): -13268186 or 2526005. OLE color: 2526005.
HSL color Cylindrical-coordinate representation of color #358B26: hue angle of 111.09º degrees, saturation: 0.57, 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 #358B26 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 139 | 38 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.45 |
| HSL | 111.09º | 0.57% | 0.35% | - |
| HSV(B) | 111.09º | 0.73% | 0.55% | - |
| XYZ | 11.05 | 19.36 | 4.99 | - |
| YUV | 101.77 | 92.01 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 38 | 0.62 | 0 | 0.73 | 0.45 | 111.09 | 0.57 | 0.35 |
| Hex | 35 | 8B | 26 | 3E | 0 | 49 | 2D | 6F | 39 | 23 |
| Octal | 65 | 213 | 46 | 76 | 0 | 111 | 55 | 157 | 71 | 43 |
| Binary | 110101 | 10001011 | 100110 | 111110 | 0 | 1001001 | 101101 | 1101111 | 111001 | 100011 |
Color Harmonies of #358B26
Complementary color
Monochromatic Colors of #358B26
Black with #358B26
Text Example
Text Example
White with #358B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358B26; }
p { color: rgb(53,139,38); }
H1.HeaderClassName
{
color: #358B26;
}
.AnyTagClassName
{
color: #358B26;
}
</style>
background-color css
<style>
a { background-color: #358B26; }
a { background-color: rgb(53,139,38); }
div.DivClassName
{
background-color: #358B26;
}
.BgClassName
{
background-color: #358B26;
}
</style>
border-color css
<style>
span { border-color: #358B26; }
span { border-color: rgb(53,139,38); }
td.TdClassName
{
border-color: #358B26;
}
.TagClassName
{
border-color: #358B26;
}
</style>