Shades of La Palma #358B2A
Tints of La Palma #358B2A
RGB
CMYK
RGB Variations
Color information
#358B2A (or 0x358B2A) is known color: La Palma. HEX triplet: 35, 8B and 2A. RGB value is (53,139,42). Sum of RGB (Red+Green+Blue) = 53+139+42=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 139 (54.69% from 255 or 59.40% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 139 - color contains mainly: green. Hex color #358B2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358B2A is #CA74D5. Grayscale: #666666. Windows color (decimal): -13268182 or 2788149. OLE color: 2788149.
HSL color Cylindrical-coordinate representation of color #358B2A: hue angle of 113.2º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #358B2A is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 139 | 42 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.45 |
| HSL | 113.2º | 0.54% | 0.35% | - |
| HSV(B) | 113.2º | 0.7% | 0.55% | - |
| XYZ | 11.12 | 19.39 | 5.35 | - |
| YUV | 102.23 | 94.01 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 42 | 0.62 | 0 | 0.70 | 0.45 | 113.2 | 0.54 | 0.35 |
| Hex | 35 | 8B | 2A | 3E | 0 | 46 | 2D | 71 | 36 | 23 |
| Octal | 65 | 213 | 52 | 76 | 0 | 106 | 55 | 161 | 66 | 43 |
| Binary | 110101 | 10001011 | 101010 | 111110 | 0 | 1000110 | 101101 | 1110001 | 110110 | 100011 |
Color Harmonies of #358B2A
Complementary color
Monochromatic Colors of #358B2A
Black with #358B2A
Text Example
Text Example
White with #358B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358B2A; }
p { color: rgb(53,139,42); }
H1.HeaderClassName
{
color: #358B2A;
}
.AnyTagClassName
{
color: #358B2A;
}
</style>
background-color css
<style>
a { background-color: #358B2A; }
a { background-color: rgb(53,139,42); }
div.DivClassName
{
background-color: #358B2A;
}
.BgClassName
{
background-color: #358B2A;
}
</style>
border-color css
<style>
span { border-color: #358B2A; }
span { border-color: rgb(53,139,42); }
td.TdClassName
{
border-color: #358B2A;
}
.TagClassName
{
border-color: #358B2A;
}
</style>