Shades of La Palma #46992E
Tints of La Palma #46992E
RGB
CMYK
RGB Variations
Color information
#46992E (or 0x46992E) is known color: La Palma. HEX triplet: 46, 99 and 2E. RGB value is (70,153,46). Sum of RGB (Red+Green+Blue) = 70+153+46=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 153 (60.16% from 255 or 56.88% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 153 - color contains mainly: green. Hex color #46992E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46992E is #B966D1. Grayscale: #747474. Windows color (decimal): -12150482 or 3053894. OLE color: 3053894.
HSL color Cylindrical-coordinate representation of color #46992E: hue angle of 106.54º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46992E is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 153 | 46 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.4 |
| HSL | 106.54º | 0.54% | 0.39% | - |
| HSV(B) | 106.54º | 0.7% | 0.6% | - |
| XYZ | 14.41 | 24.28 | 6.51 | - |
| YUV | 115.99 | 88.5 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 46 | 0.54 | 0 | 0.70 | 0.4 | 106.54 | 0.54 | 0.39 |
| Hex | 46 | 99 | 2E | 36 | 0 | 46 | 28 | 6B | 36 | 27 |
| Octal | 106 | 231 | 56 | 66 | 0 | 106 | 50 | 153 | 66 | 47 |
| Binary | 1000110 | 10011001 | 101110 | 110110 | 0 | 1000110 | 101000 | 1101011 | 110110 | 100111 |
Color Harmonies of #46992E
Complementary color
Monochromatic Colors of #46992E
Black with #46992E
Text Example
Text Example
White with #46992E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46992E; }
p { color: rgb(70,153,46); }
H1.HeaderClassName
{
color: #46992E;
}
.AnyTagClassName
{
color: #46992E;
}
</style>
background-color css
<style>
a { background-color: #46992E; }
a { background-color: rgb(70,153,46); }
div.DivClassName
{
background-color: #46992E;
}
.BgClassName
{
background-color: #46992E;
}
</style>
border-color css
<style>
span { border-color: #46992E; }
span { border-color: rgb(70,153,46); }
td.TdClassName
{
border-color: #46992E;
}
.TagClassName
{
border-color: #46992E;
}
</style>