Shades of La Palma #469F20
Tints of La Palma #469F20
RGB
CMYK
RGB Variations
Color information
#469F20 (or 0x469F20) is known color: La Palma. HEX triplet: 46, 9F and 20. RGB value is (70,159,32). Sum of RGB (Red+Green+Blue) = 70+159+32=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 159 (62.5% from 255 or 60.92% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 159 - color contains mainly: green. Hex color #469F20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469F20 is #B960DF. Grayscale: #767676. Windows color (decimal): -12148960 or 2137926. OLE color: 2137926.
HSL color Cylindrical-coordinate representation of color #469F20: hue angle of 102.05º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #469F20 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 159 | 32 | - |
| CMYK | 0.56 | 0 | 0.80 | 0.38 |
| HSL | 102.05º | 0.66% | 0.37% | - |
| HSV(B) | 102.05º | 0.8% | 0.62% | - |
| XYZ | 15.18 | 26.2 | 5.62 | - |
| YUV | 117.91 | 79.51 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 159 | 32 | 0.56 | 0 | 0.80 | 0.38 | 102.05 | 0.66 | 0.37 |
| Hex | 46 | 9F | 20 | 38 | 0 | 50 | 26 | 66 | 42 | 25 |
| Octal | 106 | 237 | 40 | 70 | 0 | 120 | 46 | 146 | 102 | 45 |
| Binary | 1000110 | 10011111 | 100000 | 111000 | 0 | 1010000 | 100110 | 1100110 | 1000010 | 100101 |
Color Harmonies of #469F20
Complementary color
Monochromatic Colors of #469F20
Black with #469F20
Text Example
Text Example
White with #469F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469F20; }
p { color: rgb(70,159,32); }
H1.HeaderClassName
{
color: #469F20;
}
.AnyTagClassName
{
color: #469F20;
}
</style>
background-color css
<style>
a { background-color: #469F20; }
a { background-color: rgb(70,159,32); }
div.DivClassName
{
background-color: #469F20;
}
.BgClassName
{
background-color: #469F20;
}
</style>
border-color css
<style>
span { border-color: #469F20; }
span { border-color: rgb(70,159,32); }
td.TdClassName
{
border-color: #469F20;
}
.TagClassName
{
border-color: #469F20;
}
</style>