Shades of La Palma #399A26
Tints of La Palma #399A26
RGB
CMYK
RGB Variations
Color information
#399A26 (or 0x399A26) is known color: La Palma. HEX triplet: 39, 9A and 26. RGB value is (57,154,38). Sum of RGB (Red+Green+Blue) = 57+154+38=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 154 (60.55% from 255 or 61.85% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 154 - color contains mainly: green. Hex color #399A26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399A26 is #C665D9. Grayscale: #707070. Windows color (decimal): -13002202 or 2529849. OLE color: 2529849.
HSL color Cylindrical-coordinate representation of color #399A26: hue angle of 110.17º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #399A26 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 154 | 38 | - |
| CMYK | 0.63 | 0 | 0.75 | 0.40 |
| HSL | 110.17º | 0.6% | 0.38% | - |
| HSV(B) | 110.17º | 0.75% | 0.6% | - |
| XYZ | 13.59 | 24.12 | 5.77 | - |
| YUV | 111.77 | 86.36 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 38 | 0.63 | 0 | 0.75 | 0.40 | 110.17 | 0.6 | 0.38 |
| Hex | 39 | 9A | 26 | 3F | 0 | 4B | 28 | 6E | 3C | 26 |
| Octal | 71 | 232 | 46 | 77 | 0 | 113 | 50 | 156 | 74 | 46 |
| Binary | 111001 | 10011010 | 100110 | 111111 | 0 | 1001011 | 101000 | 1101110 | 111100 | 100110 |
Color Harmonies of #399A26
Complementary color
Monochromatic Colors of #399A26
Black with #399A26
Text Example
Text Example
White with #399A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399A26; }
p { color: rgb(57,154,38); }
H1.HeaderClassName
{
color: #399A26;
}
.AnyTagClassName
{
color: #399A26;
}
</style>
background-color css
<style>
a { background-color: #399A26; }
a { background-color: rgb(57,154,38); }
div.DivClassName
{
background-color: #399A26;
}
.BgClassName
{
background-color: #399A26;
}
</style>
border-color css
<style>
span { border-color: #399A26; }
span { border-color: rgb(57,154,38); }
td.TdClassName
{
border-color: #399A26;
}
.TagClassName
{
border-color: #399A26;
}
</style>