Shades of La Palma #358B2F
Tints of La Palma #358B2F
RGB
CMYK
RGB Variations
Color information
#358B2F (or 0x358B2F) is known color: La Palma. HEX triplet: 35, 8B and 2F. RGB value is (53,139,47). Sum of RGB (Red+Green+Blue) = 53+139+47=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 139 (54.69% from 255 or 58.16% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 139 - color contains mainly: green. Hex color #358B2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358B2F is #CA74D0. Grayscale: #676767. Windows color (decimal): -13268177 or 3115829. OLE color: 3115829.
HSL color Cylindrical-coordinate representation of color #358B2F: hue angle of 116.09º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #358B2F is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 139 | 47 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.45 |
| HSL | 116.09º | 0.49% | 0.36% | - |
| HSV(B) | 116.09º | 0.66% | 0.55% | - |
| XYZ | 11.21 | 19.43 | 5.85 | - |
| YUV | 102.8 | 96.51 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 47 | 0.62 | 0 | 0.66 | 0.45 | 116.09 | 0.49 | 0.36 |
| Hex | 35 | 8B | 2F | 3E | 0 | 42 | 2D | 74 | 31 | 24 |
| Octal | 65 | 213 | 57 | 76 | 0 | 102 | 55 | 164 | 61 | 44 |
| Binary | 110101 | 10001011 | 101111 | 111110 | 0 | 1000010 | 101101 | 1110100 | 110001 | 100100 |
Color Harmonies of #358B2F
Complementary color
Monochromatic Colors of #358B2F
Black with #358B2F
Text Example
Text Example
White with #358B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358B2F; }
p { color: rgb(53,139,47); }
H1.HeaderClassName
{
color: #358B2F;
}
.AnyTagClassName
{
color: #358B2F;
}
</style>
background-color css
<style>
a { background-color: #358B2F; }
a { background-color: rgb(53,139,47); }
div.DivClassName
{
background-color: #358B2F;
}
.BgClassName
{
background-color: #358B2F;
}
</style>
border-color css
<style>
span { border-color: #358B2F; }
span { border-color: rgb(53,139,47); }
td.TdClassName
{
border-color: #358B2F;
}
.TagClassName
{
border-color: #358B2F;
}
</style>