Shades of La Palma #399535
Tints of La Palma #399535
RGB
CMYK
RGB Variations
Color information
#399535 (or 0x399535) is known color: La Palma. HEX triplet: 39, 95 and 35. RGB value is (57,149,53). Sum of RGB (Red+Green+Blue) = 57+149+53=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 149 (58.59% from 255 or 57.53% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 149 - color contains mainly: green. Hex color #399535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399535 is #C66ACA. Grayscale: #6E6E6E. Windows color (decimal): -13003467 or 3511609. OLE color: 3511609.
HSL color Cylindrical-coordinate representation of color #399535: hue angle of 117.5º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399535 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 149 | 53 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.42 |
| HSL | 117.5º | 0.48% | 0.4% | - |
| HSV(B) | 117.5º | 0.64% | 0.58% | - |
| XYZ | 13.08 | 22.62 | 7.05 | - |
| YUV | 110.55 | 95.52 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 149 | 53 | 0.62 | 0 | 0.64 | 0.42 | 117.5 | 0.48 | 0.4 |
| Hex | 39 | 95 | 35 | 3E | 0 | 40 | 2A | 76 | 30 | 28 |
| Octal | 71 | 225 | 65 | 76 | 0 | 100 | 52 | 166 | 60 | 50 |
| Binary | 111001 | 10010101 | 110101 | 111110 | 0 | 1000000 | 101010 | 1110110 | 110000 | 101000 |
Color Harmonies of #399535
Complementary color
Monochromatic Colors of #399535
Black with #399535
Text Example
Text Example
White with #399535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399535; }
p { color: rgb(57,149,53); }
H1.HeaderClassName
{
color: #399535;
}
.AnyTagClassName
{
color: #399535;
}
</style>
background-color css
<style>
a { background-color: #399535; }
a { background-color: rgb(57,149,53); }
div.DivClassName
{
background-color: #399535;
}
.BgClassName
{
background-color: #399535;
}
</style>
border-color css
<style>
span { border-color: #399535; }
span { border-color: rgb(57,149,53); }
td.TdClassName
{
border-color: #399535;
}
.TagClassName
{
border-color: #399535;
}
</style>