Shades of La Palma #39A031
Tints of La Palma #39A031
RGB
CMYK
RGB Variations
Color information
#39A031 (or 0x39A031) is known color: La Palma. HEX triplet: 39, A0 and 31. RGB value is (57,160,49). Sum of RGB (Red+Green+Blue) = 57+160+49=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 160 (62.89% from 255 or 60.15% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 160 - color contains mainly: green. Hex color #39A031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39A031 is #C65FCE. Grayscale: #747474. Windows color (decimal): -13000655 or 3252281. OLE color: 3252281.
HSL color Cylindrical-coordinate representation of color #39A031: hue angle of 115.68º 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 #39A031 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 57 | 160 | 49 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.37 |
| HSL | 115.68º | 0.53% | 0.41% | - |
| HSV(B) | 115.68º | 0.69% | 0.63% | - |
| XYZ | 14.81 | 26.23 | 7.19 | - |
| YUV | 116.55 | 89.88 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 160 | 49 | 0.64 | 0 | 0.69 | 0.37 | 115.68 | 0.53 | 0.41 |
| Hex | 39 | A0 | 31 | 40 | 0 | 45 | 25 | 74 | 35 | 29 |
| Octal | 71 | 240 | 61 | 100 | 0 | 105 | 45 | 164 | 65 | 51 |
| Binary | 111001 | 10100000 | 110001 | 1000000 | 0 | 1000101 | 100101 | 1110100 | 110101 | 101001 |
Color Harmonies of #39A031
Complementary color
Monochromatic Colors of #39A031
Black with #39A031
Text Example
Text Example
White with #39A031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A031; }
p { color: rgb(57,160,49); }
H1.HeaderClassName
{
color: #39A031;
}
.AnyTagClassName
{
color: #39A031;
}
</style>
background-color css
<style>
a { background-color: #39A031; }
a { background-color: rgb(57,160,49); }
div.DivClassName
{
background-color: #39A031;
}
.BgClassName
{
background-color: #39A031;
}
</style>
border-color css
<style>
span { border-color: #39A031; }
span { border-color: rgb(57,160,49); }
td.TdClassName
{
border-color: #39A031;
}
.TagClassName
{
border-color: #39A031;
}
</style>