Shades of La Palma #3BA035
Tints of La Palma #3BA035
RGB
CMYK
RGB Variations
Color information
#3BA035 (or 0x3BA035) is known color: La Palma. HEX triplet: 3B, A0 and 35. RGB value is (59,160,53). Sum of RGB (Red+Green+Blue) = 59+160+53=272 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.69% from 272); Green value is 160 (62.89% from 255 or 58.82% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA035 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA035 is #C45FCA. Grayscale: #757575. Windows color (decimal): -12869579 or 3514427. OLE color: 3514427.
HSL color Cylindrical-coordinate representation of color #3BA035: hue angle of 116.64º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BA035 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 160 | 53 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.37 |
| HSL | 116.64º | 0.5% | 0.42% | - |
| HSV(B) | 116.64º | 0.67% | 0.63% | - |
| XYZ | 15.02 | 26.33 | 7.66 | - |
| YUV | 117.6 | 91.54 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 160 | 53 | 0.63 | 0 | 0.67 | 0.37 | 116.64 | 0.5 | 0.42 |
| Hex | 3B | A0 | 35 | 3F | 0 | 43 | 25 | 75 | 32 | 2A |
| Octal | 73 | 240 | 65 | 77 | 0 | 103 | 45 | 165 | 62 | 52 |
| Binary | 111011 | 10100000 | 110101 | 111111 | 0 | 1000011 | 100101 | 1110101 | 110010 | 101010 |
Color Harmonies of #3BA035
Complementary color
Monochromatic Colors of #3BA035
Black with #3BA035
Text Example
Text Example
White with #3BA035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA035; }
p { color: rgb(59,160,53); }
H1.HeaderClassName
{
color: #3BA035;
}
.AnyTagClassName
{
color: #3BA035;
}
</style>
background-color css
<style>
a { background-color: #3BA035; }
a { background-color: rgb(59,160,53); }
div.DivClassName
{
background-color: #3BA035;
}
.BgClassName
{
background-color: #3BA035;
}
</style>
border-color css
<style>
span { border-color: #3BA035; }
span { border-color: rgb(59,160,53); }
td.TdClassName
{
border-color: #3BA035;
}
.TagClassName
{
border-color: #3BA035;
}
</style>