Shades of La Palma #399C16
Tints of La Palma #399C16
RGB
CMYK
RGB Variations
Color information
#399C16 (or 0x399C16) is known color: La Palma. HEX triplet: 39, 9C and 16. RGB value is (57,156,22). Sum of RGB (Red+Green+Blue) = 57+156+22=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 156 (61.33% from 255 or 66.38% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 156 - color contains mainly: green. Hex color #399C16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399C16 is #C663E9. Grayscale: #6F6F6F. Windows color (decimal): -13001706 or 1481785. OLE color: 1481785.
HSL color Cylindrical-coordinate representation of color #399C16: hue angle of 104.33º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #399C16 is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 156 | 22 | - |
| CMYK | 0.63 | 0 | 0.86 | 0.39 |
| HSL | 104.33º | 0.75% | 0.35% | - |
| HSV(B) | 104.33º | 0.86% | 0.61% | - |
| XYZ | 13.72 | 24.7 | 4.8 | - |
| YUV | 111.12 | 77.7 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 156 | 22 | 0.63 | 0 | 0.86 | 0.39 | 104.33 | 0.75 | 0.35 |
| Hex | 39 | 9C | 16 | 3F | 0 | 56 | 27 | 68 | 4B | 23 |
| Octal | 71 | 234 | 26 | 77 | 0 | 126 | 47 | 150 | 113 | 43 |
| Binary | 111001 | 10011100 | 10110 | 111111 | 0 | 1010110 | 100111 | 1101000 | 1001011 | 100011 |
Color Harmonies of #399C16
Complementary color
Monochromatic Colors of #399C16
Black with #399C16
Text Example
Text Example
White with #399C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399C16; }
p { color: rgb(57,156,22); }
H1.HeaderClassName
{
color: #399C16;
}
.AnyTagClassName
{
color: #399C16;
}
</style>
background-color css
<style>
a { background-color: #399C16; }
a { background-color: rgb(57,156,22); }
div.DivClassName
{
background-color: #399C16;
}
.BgClassName
{
background-color: #399C16;
}
</style>
border-color css
<style>
span { border-color: #399C16; }
span { border-color: rgb(57,156,22); }
td.TdClassName
{
border-color: #399C16;
}
.TagClassName
{
border-color: #399C16;
}
</style>