Shades of La Palma #3B9120
Tints of La Palma #3B9120
RGB
CMYK
RGB Variations
Color information
#3B9120 (or 0x3B9120) is known color: La Palma. HEX triplet: 3B, 91 and 20. RGB value is (59,145,32). Sum of RGB (Red+Green+Blue) = 59+145+32=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 145 (57.03% from 255 or 61.44% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 145 - color contains mainly: green. Hex color #3B9120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B9120 is #C46EDF. Grayscale: #6A6A6A. Windows color (decimal): -12873440 or 2134331. OLE color: 2134331.
HSL color Cylindrical-coordinate representation of color #3B9120: hue angle of 105.66º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B9120 is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 145 | 32 | - |
| CMYK | 0.59 | 0 | 0.78 | 0.43 |
| HSL | 105.66º | 0.64% | 0.35% | - |
| HSV(B) | 105.66º | 0.78% | 0.57% | - |
| XYZ | 12.19 | 21.28 | 4.83 | - |
| YUV | 106.4 | 86.01 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 145 | 32 | 0.59 | 0 | 0.78 | 0.43 | 105.66 | 0.64 | 0.35 |
| Hex | 3B | 91 | 20 | 3B | 0 | 4E | 2B | 6A | 40 | 23 |
| Octal | 73 | 221 | 40 | 73 | 0 | 116 | 53 | 152 | 100 | 43 |
| Binary | 111011 | 10010001 | 100000 | 111011 | 0 | 1001110 | 101011 | 1101010 | 1000000 | 100011 |
Color Harmonies of #3B9120
Complementary color
Monochromatic Colors of #3B9120
Black with #3B9120
Text Example
Text Example
White with #3B9120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9120; }
p { color: rgb(59,145,32); }
H1.HeaderClassName
{
color: #3B9120;
}
.AnyTagClassName
{
color: #3B9120;
}
</style>
background-color css
<style>
a { background-color: #3B9120; }
a { background-color: rgb(59,145,32); }
div.DivClassName
{
background-color: #3B9120;
}
.BgClassName
{
background-color: #3B9120;
}
</style>
border-color css
<style>
span { border-color: #3B9120; }
span { border-color: rgb(59,145,32); }
td.TdClassName
{
border-color: #3B9120;
}
.TagClassName
{
border-color: #3B9120;
}
</style>