Shades of La Palma #39A019
Tints of La Palma #39A019
RGB
CMYK
RGB Variations
Color information
#39A019 (or 0x39A019) is known color: La Palma. HEX triplet: 39, A0 and 19. RGB value is (57,160,25). Sum of RGB (Red+Green+Blue) = 57+160+25=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 160 (62.89% from 255 or 66.12% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 160 - color contains mainly: green. Hex color #39A019 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #39A019 is #C65FE6. Grayscale: #727272. Windows color (decimal): -13000679 or 1679417. OLE color: 1679417.
HSL color Cylindrical-coordinate representation of color #39A019: hue angle of 105.78º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #39A019 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 57 | 160 | 25 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.37 |
| HSL | 105.78º | 0.73% | 0.36% | - |
| HSV(B) | 105.78º | 0.84% | 0.63% | - |
| XYZ | 14.43 | 26.08 | 5.19 | - |
| YUV | 113.81 | 77.88 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 160 | 25 | 0.64 | 0 | 0.84 | 0.37 | 105.78 | 0.73 | 0.36 |
| Hex | 39 | A0 | 19 | 40 | 0 | 54 | 25 | 6A | 49 | 24 |
| Octal | 71 | 240 | 31 | 100 | 0 | 124 | 45 | 152 | 111 | 44 |
| Binary | 111001 | 10100000 | 11001 | 1000000 | 0 | 1010100 | 100101 | 1101010 | 1001001 | 100100 |
Color Harmonies of #39A019
Complementary color
Monochromatic Colors of #39A019
Black with #39A019
Text Example
Text Example
White with #39A019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A019; }
p { color: rgb(57,160,25); }
H1.HeaderClassName
{
color: #39A019;
}
.AnyTagClassName
{
color: #39A019;
}
</style>
background-color css
<style>
a { background-color: #39A019; }
a { background-color: rgb(57,160,25); }
div.DivClassName
{
background-color: #39A019;
}
.BgClassName
{
background-color: #39A019;
}
</style>
border-color css
<style>
span { border-color: #39A019; }
span { border-color: rgb(57,160,25); }
td.TdClassName
{
border-color: #39A019;
}
.TagClassName
{
border-color: #39A019;
}
</style>