Shades of La Palma #3B9512
Tints of La Palma #3B9512
RGB
CMYK
RGB Variations
Color information
#3B9512 (or 0x3B9512) is known color: La Palma. HEX triplet: 3B, 95 and 12. RGB value is (59,149,18). Sum of RGB (Red+Green+Blue) = 59+149+18=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 149 (58.59% from 255 or 65.93% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 149 - color contains mainly: green. Hex color #3B9512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B9512 is #C46AED. Grayscale: #6B6B6B. Windows color (decimal): -12872430 or 1217851. OLE color: 1217851.
HSL color Cylindrical-coordinate representation of color #3B9512: hue angle of 101.22º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B9512 is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 59 | 149 | 18 | - |
| CMYK | 0.60 | 0 | 0.88 | 0.42 |
| HSL | 101.22º | 0.78% | 0.33% | - |
| HSV(B) | 101.22º | 0.88% | 0.58% | - |
| XYZ | 12.66 | 22.47 | 4.24 | - |
| YUV | 107.16 | 77.68 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 149 | 18 | 0.60 | 0 | 0.88 | 0.42 | 101.22 | 0.78 | 0.33 |
| Hex | 3B | 95 | 12 | 3C | 0 | 58 | 2A | 65 | 4E | 21 |
| Octal | 73 | 225 | 22 | 74 | 0 | 130 | 52 | 145 | 116 | 41 |
| Binary | 111011 | 10010101 | 10010 | 111100 | 0 | 1011000 | 101010 | 1100101 | 1001110 | 100001 |
Color Harmonies of #3B9512
Complementary color
Monochromatic Colors of #3B9512
Black with #3B9512
Text Example
Text Example
White with #3B9512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9512; }
p { color: rgb(59,149,18); }
H1.HeaderClassName
{
color: #3B9512;
}
.AnyTagClassName
{
color: #3B9512;
}
</style>
background-color css
<style>
a { background-color: #3B9512; }
a { background-color: rgb(59,149,18); }
div.DivClassName
{
background-color: #3B9512;
}
.BgClassName
{
background-color: #3B9512;
}
</style>
border-color css
<style>
span { border-color: #3B9512; }
span { border-color: rgb(59,149,18); }
td.TdClassName
{
border-color: #3B9512;
}
.TagClassName
{
border-color: #3B9512;
}
</style>