Shades of La Palma #39A132
Tints of La Palma #39A132
RGB
CMYK
RGB Variations
Color information
#39A132 (or 0x39A132) is known color: La Palma. HEX triplet: 39, A1 and 32. RGB value is (57,161,50). Sum of RGB (Red+Green+Blue) = 57+161+50=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 161 (63.28% from 255 or 60.07% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 161 - color contains mainly: green. Hex color #39A132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39A132 is #C65ECD. Grayscale: #757575. Windows color (decimal): -13000398 or 3318073. OLE color: 3318073.
HSL color Cylindrical-coordinate representation of color #39A132: hue angle of 116.22º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39A132 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 57 | 161 | 50 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.37 |
| HSL | 116.22º | 0.53% | 0.41% | - |
| HSV(B) | 116.22º | 0.69% | 0.63% | - |
| XYZ | 15.01 | 26.59 | 7.36 | - |
| YUV | 117.25 | 90.04 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 161 | 50 | 0.65 | 0 | 0.69 | 0.37 | 116.22 | 0.53 | 0.41 |
| Hex | 39 | A1 | 32 | 41 | 0 | 45 | 25 | 74 | 35 | 29 |
| Octal | 71 | 241 | 62 | 101 | 0 | 105 | 45 | 164 | 65 | 51 |
| Binary | 111001 | 10100001 | 110010 | 1000001 | 0 | 1000101 | 100101 | 1110100 | 110101 | 101001 |
Color Harmonies of #39A132
Complementary color
Monochromatic Colors of #39A132
Black with #39A132
Text Example
Text Example
White with #39A132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A132; }
p { color: rgb(57,161,50); }
H1.HeaderClassName
{
color: #39A132;
}
.AnyTagClassName
{
color: #39A132;
}
</style>
background-color css
<style>
a { background-color: #39A132; }
a { background-color: rgb(57,161,50); }
div.DivClassName
{
background-color: #39A132;
}
.BgClassName
{
background-color: #39A132;
}
</style>
border-color css
<style>
span { border-color: #39A132; }
span { border-color: rgb(57,161,50); }
td.TdClassName
{
border-color: #39A132;
}
.TagClassName
{
border-color: #39A132;
}
</style>