Shades of La Palma #39960E
Tints of La Palma #39960E
RGB
CMYK
RGB Variations
Color information
#39960E (or 0x39960E) is known color: La Palma. HEX triplet: 39, 96 and 0E. RGB value is (57,150,14). Sum of RGB (Red+Green+Blue) = 57+150+14=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 150 (58.98% from 255 or 67.87% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 150 - color contains mainly: green. Hex color #39960E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #39960E is #C669F1. Grayscale: #6B6B6B. Windows color (decimal): -13003250 or 955961. OLE color: 955961.
HSL color Cylindrical-coordinate representation of color #39960E: hue angle of 101.03º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #39960E is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 57 | 150 | 14 | - |
| CMYK | 0.62 | 0 | 0.91 | 0.41 |
| HSL | 101.03º | 0.83% | 0.32% | - |
| HSV(B) | 101.03º | 0.91% | 0.59% | - |
| XYZ | 12.67 | 22.71 | 4.13 | - |
| YUV | 106.69 | 75.69 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 150 | 14 | 0.62 | 0 | 0.91 | 0.41 | 101.03 | 0.83 | 0.32 |
| Hex | 39 | 96 | E | 3E | 0 | 5B | 29 | 65 | 53 | 20 |
| Octal | 71 | 226 | 16 | 76 | 0 | 133 | 51 | 145 | 123 | 40 |
| Binary | 111001 | 10010110 | 1110 | 111110 | 0 | 1011011 | 101001 | 1100101 | 1010011 | 100000 |
Color Harmonies of #39960E
Complementary color
Monochromatic Colors of #39960E
Black with #39960E
Text Example
Text Example
White with #39960E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39960E; }
p { color: rgb(57,150,14); }
H1.HeaderClassName
{
color: #39960E;
}
.AnyTagClassName
{
color: #39960E;
}
</style>
background-color css
<style>
a { background-color: #39960E; }
a { background-color: rgb(57,150,14); }
div.DivClassName
{
background-color: #39960E;
}
.BgClassName
{
background-color: #39960E;
}
</style>
border-color css
<style>
span { border-color: #39960E; }
span { border-color: rgb(57,150,14); }
td.TdClassName
{
border-color: #39960E;
}
.TagClassName
{
border-color: #39960E;
}
</style>