Shades of La Palma #39970D
Tints of La Palma #39970D
RGB
CMYK
RGB Variations
Color information
#39970D (or 0x39970D) is known color: La Palma. HEX triplet: 39, 97 and 0D. RGB value is (57,151,13). Sum of RGB (Red+Green+Blue) = 57+151+13=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 151 (59.38% from 255 or 68.33% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 151 - color contains mainly: green. Hex color #39970D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #39970D is #C668F2. Grayscale: #6B6B6B. Windows color (decimal): -13002995 or 890681. OLE color: 890681.
HSL color Cylindrical-coordinate representation of color #39970D: hue angle of 100.87º degrees, saturation: 0.84, 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 #39970D is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 57 | 151 | 13 | - |
| CMYK | 0.62 | 0 | 0.91 | 0.41 |
| HSL | 100.87º | 0.84% | 0.32% | - |
| HSV(B) | 100.87º | 0.91% | 0.59% | - |
| XYZ | 12.83 | 23.03 | 4.15 | - |
| YUV | 107.16 | 74.86 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 151 | 13 | 0.62 | 0 | 0.91 | 0.41 | 100.87 | 0.84 | 0.32 |
| Hex | 39 | 97 | D | 3E | 0 | 5B | 29 | 65 | 54 | 20 |
| Octal | 71 | 227 | 15 | 76 | 0 | 133 | 51 | 145 | 124 | 40 |
| Binary | 111001 | 10010111 | 1101 | 111110 | 0 | 1011011 | 101001 | 1100101 | 1010100 | 100000 |
Color Harmonies of #39970D
Complementary color
Monochromatic Colors of #39970D
Black with #39970D
Text Example
Text Example
White with #39970D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39970D; }
p { color: rgb(57,151,13); }
H1.HeaderClassName
{
color: #39970D;
}
.AnyTagClassName
{
color: #39970D;
}
</style>
background-color css
<style>
a { background-color: #39970D; }
a { background-color: rgb(57,151,13); }
div.DivClassName
{
background-color: #39970D;
}
.BgClassName
{
background-color: #39970D;
}
</style>
border-color css
<style>
span { border-color: #39970D; }
span { border-color: rgb(57,151,13); }
td.TdClassName
{
border-color: #39970D;
}
.TagClassName
{
border-color: #39970D;
}
</style>