Shades of La Palma #3BA526
Tints of La Palma #3BA526
RGB
CMYK
RGB Variations
Color information
#3BA526 (or 0x3BA526) is known color: La Palma. HEX triplet: 3B, A5 and 26. RGB value is (59,165,38). Sum of RGB (Red+Green+Blue) = 59+165+38=262 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.52% from 262); Green value is 165 (64.84% from 255 or 62.98% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 165 - color contains mainly: green. Hex color #3BA526 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BA526 is #C45AD9. Grayscale: #777777. Windows color (decimal): -12868314 or 2532667. OLE color: 2532667.
HSL color Cylindrical-coordinate representation of color #3BA526: hue angle of 110.08º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BA526 is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 165 | 38 | - |
| CMYK | 0.64 | 0 | 0.77 | 0.35 |
| HSL | 110.08º | 0.63% | 0.4% | - |
| HSV(B) | 110.08º | 0.77% | 0.65% | - |
| XYZ | 15.61 | 27.98 | 6.41 | - |
| YUV | 118.83 | 82.38 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 165 | 38 | 0.64 | 0 | 0.77 | 0.35 | 110.08 | 0.63 | 0.4 |
| Hex | 3B | A5 | 26 | 40 | 0 | 4D | 23 | 6E | 3F | 28 |
| Octal | 73 | 245 | 46 | 100 | 0 | 115 | 43 | 156 | 77 | 50 |
| Binary | 111011 | 10100101 | 100110 | 1000000 | 0 | 1001101 | 100011 | 1101110 | 111111 | 101000 |
Color Harmonies of #3BA526
Complementary color
Monochromatic Colors of #3BA526
Black with #3BA526
Text Example
Text Example
White with #3BA526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA526; }
p { color: rgb(59,165,38); }
H1.HeaderClassName
{
color: #3BA526;
}
.AnyTagClassName
{
color: #3BA526;
}
</style>
background-color css
<style>
a { background-color: #3BA526; }
a { background-color: rgb(59,165,38); }
div.DivClassName
{
background-color: #3BA526;
}
.BgClassName
{
background-color: #3BA526;
}
</style>
border-color css
<style>
span { border-color: #3BA526; }
span { border-color: rgb(59,165,38); }
td.TdClassName
{
border-color: #3BA526;
}
.TagClassName
{
border-color: #3BA526;
}
</style>