Shades of La Palma #3B8D32
Tints of La Palma #3B8D32
RGB
CMYK
RGB Variations
Color information
#3B8D32 (or 0x3B8D32) is known color: La Palma. HEX triplet: 3B, 8D and 32. RGB value is (59,141,50). Sum of RGB (Red+Green+Blue) = 59+141+50=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 141 (55.47% from 255 or 56.4% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 141 - color contains mainly: green. Hex color #3B8D32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8D32 is #C472CD. Grayscale: #6A6A6A. Windows color (decimal): -12874446 or 3312955. OLE color: 3312955.
HSL color Cylindrical-coordinate representation of color #3B8D32: hue angle of 114.07º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B8D32 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 141 | 50 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.45 |
| HSL | 114.07º | 0.48% | 0.37% | - |
| HSV(B) | 114.07º | 0.65% | 0.55% | - |
| XYZ | 11.9 | 20.21 | 6.29 | - |
| YUV | 106.11 | 96.33 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 141 | 50 | 0.58 | 0 | 0.65 | 0.45 | 114.07 | 0.48 | 0.37 |
| Hex | 3B | 8D | 32 | 3A | 0 | 41 | 2D | 72 | 30 | 25 |
| Octal | 73 | 215 | 62 | 72 | 0 | 101 | 55 | 162 | 60 | 45 |
| Binary | 111011 | 10001101 | 110010 | 111010 | 0 | 1000001 | 101101 | 1110010 | 110000 | 100101 |
Color Harmonies of #3B8D32
Complementary color
Monochromatic Colors of #3B8D32
Black with #3B8D32
Text Example
Text Example
White with #3B8D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8D32; }
p { color: rgb(59,141,50); }
H1.HeaderClassName
{
color: #3B8D32;
}
.AnyTagClassName
{
color: #3B8D32;
}
</style>
background-color css
<style>
a { background-color: #3B8D32; }
a { background-color: rgb(59,141,50); }
div.DivClassName
{
background-color: #3B8D32;
}
.BgClassName
{
background-color: #3B8D32;
}
</style>
border-color css
<style>
span { border-color: #3B8D32; }
span { border-color: rgb(59,141,50); }
td.TdClassName
{
border-color: #3B8D32;
}
.TagClassName
{
border-color: #3B8D32;
}
</style>