Shades of La Palma #369F14
Tints of La Palma #369F14
RGB
CMYK
RGB Variations
Color information
#369F14 (or 0x369F14) is known color: La Palma. HEX triplet: 36, 9F and 14. RGB value is (54,159,20). Sum of RGB (Red+Green+Blue) = 54+159+20=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 159 (62.5% from 255 or 68.24% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 159 - color contains mainly: green. Hex color #369F14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369F14 is #C960EB. Grayscale: #707070. Windows color (decimal): -13197548 or 1351478. OLE color: 1351478.
HSL color Cylindrical-coordinate representation of color #369F14: hue angle of 105.32º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #369F14 is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 159 | 20 | - |
| CMYK | 0.66 | 0 | 0.87 | 0.38 |
| HSL | 105.32º | 0.78% | 0.35% | - |
| HSV(B) | 105.32º | 0.87% | 0.62% | - |
| XYZ | 14.05 | 25.63 | 4.87 | - |
| YUV | 111.76 | 76.21 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 20 | 0.66 | 0 | 0.87 | 0.38 | 105.32 | 0.78 | 0.35 |
| Hex | 36 | 9F | 14 | 42 | 0 | 57 | 26 | 69 | 4E | 23 |
| Octal | 66 | 237 | 24 | 102 | 0 | 127 | 46 | 151 | 116 | 43 |
| Binary | 110110 | 10011111 | 10100 | 1000010 | 0 | 1010111 | 100110 | 1101001 | 1001110 | 100011 |
Color Harmonies of #369F14
Complementary color
Monochromatic Colors of #369F14
Black with #369F14
Text Example
Text Example
White with #369F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369F14; }
p { color: rgb(54,159,20); }
H1.HeaderClassName
{
color: #369F14;
}
.AnyTagClassName
{
color: #369F14;
}
</style>
background-color css
<style>
a { background-color: #369F14; }
a { background-color: rgb(54,159,20); }
div.DivClassName
{
background-color: #369F14;
}
.BgClassName
{
background-color: #369F14;
}
</style>
border-color css
<style>
span { border-color: #369F14; }
span { border-color: rgb(54,159,20); }
td.TdClassName
{
border-color: #369F14;
}
.TagClassName
{
border-color: #369F14;
}
</style>