Shades of La Palma #419C14
Tints of La Palma #419C14
RGB
CMYK
RGB Variations
Color information
#419C14 (or 0x419C14) is known color: La Palma. HEX triplet: 41, 9C and 14. RGB value is (65,156,20). Sum of RGB (Red+Green+Blue) = 65+156+20=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 156 (61.33% from 255 or 64.73% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 156 - color contains mainly: green. Hex color #419C14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419C14 is #BE63EB. Grayscale: #717171. Windows color (decimal): -12477420 or 1350721. OLE color: 1350721.
HSL color Cylindrical-coordinate representation of color #419C14: hue angle of 100.15º 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 #419C14 is Cyan = 0.58, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 156 | 20 | - |
| CMYK | 0.58 | 0 | 0.87 | 0.39 |
| HSL | 100.15º | 0.77% | 0.35% | - |
| HSV(B) | 100.15º | 0.87% | 0.61% | - |
| XYZ | 14.19 | 24.95 | 4.73 | - |
| YUV | 113.29 | 75.35 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 156 | 20 | 0.58 | 0 | 0.87 | 0.39 | 100.15 | 0.77 | 0.35 |
| Hex | 41 | 9C | 14 | 3A | 0 | 57 | 27 | 64 | 4D | 23 |
| Octal | 101 | 234 | 24 | 72 | 0 | 127 | 47 | 144 | 115 | 43 |
| Binary | 1000001 | 10011100 | 10100 | 111010 | 0 | 1010111 | 100111 | 1100100 | 1001101 | 100011 |
Color Harmonies of #419C14
Complementary color
Monochromatic Colors of #419C14
Black with #419C14
Text Example
Text Example
White with #419C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419C14; }
p { color: rgb(65,156,20); }
H1.HeaderClassName
{
color: #419C14;
}
.AnyTagClassName
{
color: #419C14;
}
</style>
background-color css
<style>
a { background-color: #419C14; }
a { background-color: rgb(65,156,20); }
div.DivClassName
{
background-color: #419C14;
}
.BgClassName
{
background-color: #419C14;
}
</style>
border-color css
<style>
span { border-color: #419C14; }
span { border-color: rgb(65,156,20); }
td.TdClassName
{
border-color: #419C14;
}
.TagClassName
{
border-color: #419C14;
}
</style>