Shades of La Palma #469D15
Tints of La Palma #469D15
RGB
CMYK
RGB Variations
Color information
#469D15 (or 0x469D15) is known color: La Palma. HEX triplet: 46, 9D and 15. RGB value is (70,157,21). Sum of RGB (Red+Green+Blue) = 70+157+21=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 157 (61.72% from 255 or 63.31% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 157 - color contains mainly: green. Hex color #469D15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469D15 is #B962EA. Grayscale: #737373. Windows color (decimal): -12149483 or 1416518. OLE color: 1416518.
HSL color Cylindrical-coordinate representation of color #469D15: hue angle of 98.38º degrees, saturation: 0.76, 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 #469D15 is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 157 | 21 | - |
| CMYK | 0.55 | 0 | 0.87 | 0.38 |
| HSL | 98.38º | 0.76% | 0.35% | - |
| HSV(B) | 98.38º | 0.87% | 0.62% | - |
| XYZ | 14.72 | 25.47 | 4.85 | - |
| YUV | 115.48 | 74.68 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 21 | 0.55 | 0 | 0.87 | 0.38 | 98.38 | 0.76 | 0.35 |
| Hex | 46 | 9D | 15 | 37 | 0 | 57 | 26 | 62 | 4C | 23 |
| Octal | 106 | 235 | 25 | 67 | 0 | 127 | 46 | 142 | 114 | 43 |
| Binary | 1000110 | 10011101 | 10101 | 110111 | 0 | 1010111 | 100110 | 1100010 | 1001100 | 100011 |
Color Harmonies of #469D15
Complementary color
Monochromatic Colors of #469D15
Black with #469D15
Text Example
Text Example
White with #469D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469D15; }
p { color: rgb(70,157,21); }
H1.HeaderClassName
{
color: #469D15;
}
.AnyTagClassName
{
color: #469D15;
}
</style>
background-color css
<style>
a { background-color: #469D15; }
a { background-color: rgb(70,157,21); }
div.DivClassName
{
background-color: #469D15;
}
.BgClassName
{
background-color: #469D15;
}
</style>
border-color css
<style>
span { border-color: #469D15; }
span { border-color: rgb(70,157,21); }
td.TdClassName
{
border-color: #469D15;
}
.TagClassName
{
border-color: #469D15;
}
</style>