Shades of La Palma #358F26
Tints of La Palma #358F26
RGB
CMYK
RGB Variations
Color information
#358F26 (or 0x358F26) is known color: La Palma. HEX triplet: 35, 8F and 26. RGB value is (53,143,38). Sum of RGB (Red+Green+Blue) = 53+143+38=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 143 (56.25% from 255 or 61.11% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 143 - color contains mainly: green. Hex color #358F26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358F26 is #CA70D9. Grayscale: #686868. Windows color (decimal): -13267162 or 2527029. OLE color: 2527029.
HSL color Cylindrical-coordinate representation of color #358F26: hue angle of 111.43º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #358F26 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 143 | 38 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.44 |
| HSL | 111.43º | 0.58% | 0.35% | - |
| HSV(B) | 111.43º | 0.73% | 0.56% | - |
| XYZ | 11.64 | 20.54 | 5.19 | - |
| YUV | 104.12 | 90.68 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 38 | 0.63 | 0 | 0.73 | 0.44 | 111.43 | 0.58 | 0.35 |
| Hex | 35 | 8F | 26 | 3F | 0 | 49 | 2C | 6F | 3A | 23 |
| Octal | 65 | 217 | 46 | 77 | 0 | 111 | 54 | 157 | 72 | 43 |
| Binary | 110101 | 10001111 | 100110 | 111111 | 0 | 1001001 | 101100 | 1101111 | 111010 | 100011 |
Color Harmonies of #358F26
Complementary color
Monochromatic Colors of #358F26
Black with #358F26
Text Example
Text Example
White with #358F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F26; }
p { color: rgb(53,143,38); }
H1.HeaderClassName
{
color: #358F26;
}
.AnyTagClassName
{
color: #358F26;
}
</style>
background-color css
<style>
a { background-color: #358F26; }
a { background-color: rgb(53,143,38); }
div.DivClassName
{
background-color: #358F26;
}
.BgClassName
{
background-color: #358F26;
}
</style>
border-color css
<style>
span { border-color: #358F26; }
span { border-color: rgb(53,143,38); }
td.TdClassName
{
border-color: #358F26;
}
.TagClassName
{
border-color: #358F26;
}
</style>