Shades of La Palma #469B14
Tints of La Palma #469B14
RGB
CMYK
RGB Variations
Color information
#469B14 (or 0x469B14) is known color: La Palma. HEX triplet: 46, 9B and 14. RGB value is (70,155,20). Sum of RGB (Red+Green+Blue) = 70+155+20=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 155 (60.94% from 255 or 63.27% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 155 - color contains mainly: green. Hex color #469B14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469B14 is #B964EB. Grayscale: #727272. Windows color (decimal): -12149996 or 1350470. OLE color: 1350470.
HSL color Cylindrical-coordinate representation of color #469B14: hue angle of 97.78º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #469B14 is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 155 | 20 | - |
| CMYK | 0.55 | 0 | 0.87 | 0.39 |
| HSL | 97.78º | 0.77% | 0.34% | - |
| HSV(B) | 97.78º | 0.87% | 0.61% | - |
| XYZ | 14.37 | 24.8 | 4.69 | - |
| YUV | 114.2 | 74.84 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 20 | 0.55 | 0 | 0.87 | 0.39 | 97.78 | 0.77 | 0.34 |
| Hex | 46 | 9B | 14 | 37 | 0 | 57 | 27 | 62 | 4D | 22 |
| Octal | 106 | 233 | 24 | 67 | 0 | 127 | 47 | 142 | 115 | 42 |
| Binary | 1000110 | 10011011 | 10100 | 110111 | 0 | 1010111 | 100111 | 1100010 | 1001101 | 100010 |
Color Harmonies of #469B14
Complementary color
Monochromatic Colors of #469B14
Black with #469B14
Text Example
Text Example
White with #469B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469B14; }
p { color: rgb(70,155,20); }
H1.HeaderClassName
{
color: #469B14;
}
.AnyTagClassName
{
color: #469B14;
}
</style>
background-color css
<style>
a { background-color: #469B14; }
a { background-color: rgb(70,155,20); }
div.DivClassName
{
background-color: #469B14;
}
.BgClassName
{
background-color: #469B14;
}
</style>
border-color css
<style>
span { border-color: #469B14; }
span { border-color: rgb(70,155,20); }
td.TdClassName
{
border-color: #469B14;
}
.TagClassName
{
border-color: #469B14;
}
</style>