Shades of La Palma #399C14
Tints of La Palma #399C14
RGB
CMYK
RGB Variations
Color information
#399C14 (or 0x399C14) is known color: La Palma. HEX triplet: 39, 9C and 14. RGB value is (57,156,20). Sum of RGB (Red+Green+Blue) = 57+156+20=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 156 (61.33% from 255 or 66.95% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 156 - color contains mainly: green. Hex color #399C14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399C14 is #C663EB. Grayscale: #6F6F6F. Windows color (decimal): -13001708 or 1350713. OLE color: 1350713.
HSL color Cylindrical-coordinate representation of color #399C14: hue angle of 103.68º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #399C14 is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 156 | 20 | - |
| CMYK | 0.63 | 0 | 0.87 | 0.39 |
| HSL | 103.68º | 0.77% | 0.35% | - |
| HSV(B) | 103.68º | 0.87% | 0.61% | - |
| XYZ | 13.7 | 24.7 | 4.71 | - |
| YUV | 110.9 | 76.7 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 156 | 20 | 0.63 | 0 | 0.87 | 0.39 | 103.68 | 0.77 | 0.35 |
| Hex | 39 | 9C | 14 | 3F | 0 | 57 | 27 | 68 | 4D | 23 |
| Octal | 71 | 234 | 24 | 77 | 0 | 127 | 47 | 150 | 115 | 43 |
| Binary | 111001 | 10011100 | 10100 | 111111 | 0 | 1010111 | 100111 | 1101000 | 1001101 | 100011 |
Color Harmonies of #399C14
Complementary color
Monochromatic Colors of #399C14
Black with #399C14
Text Example
Text Example
White with #399C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399C14; }
p { color: rgb(57,156,20); }
H1.HeaderClassName
{
color: #399C14;
}
.AnyTagClassName
{
color: #399C14;
}
</style>
background-color css
<style>
a { background-color: #399C14; }
a { background-color: rgb(57,156,20); }
div.DivClassName
{
background-color: #399C14;
}
.BgClassName
{
background-color: #399C14;
}
</style>
border-color css
<style>
span { border-color: #399C14; }
span { border-color: rgb(57,156,20); }
td.TdClassName
{
border-color: #399C14;
}
.TagClassName
{
border-color: #399C14;
}
</style>