Shades of La Palma #46822E
Tints of La Palma #46822E
RGB
CMYK
RGB Variations
Color information
#46822E (or 0x46822E) is known color: La Palma. HEX triplet: 46, 82 and 2E. RGB value is (70,130,46). Sum of RGB (Red+Green+Blue) = 70+130+46=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #46822E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46822E is #B97DD1. Grayscale: #666666. Windows color (decimal): -12156370 or 3048006. OLE color: 3048006.
HSL color Cylindrical-coordinate representation of color #46822E: hue angle of 102.86º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46822E is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 130 | 46 | - |
| CMYK | 0.46 | 0 | 0.65 | 0.49 |
| HSL | 102.86º | 0.48% | 0.35% | - |
| HSV(B) | 102.86º | 0.65% | 0.51% | - |
| XYZ | 11 | 17.46 | 5.38 | - |
| YUV | 102.48 | 96.12 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 46 | 0.46 | 0 | 0.65 | 0.49 | 102.86 | 0.48 | 0.35 |
| Hex | 46 | 82 | 2E | 2E | 0 | 41 | 31 | 67 | 30 | 23 |
| Octal | 106 | 202 | 56 | 56 | 0 | 101 | 61 | 147 | 60 | 43 |
| Binary | 1000110 | 10000010 | 101110 | 101110 | 0 | 1000001 | 110001 | 1100111 | 110000 | 100011 |
Color Harmonies of #46822E
Complementary color
Monochromatic Colors of #46822E
Black with #46822E
Text Example
Text Example
White with #46822E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46822E; }
p { color: rgb(70,130,46); }
H1.HeaderClassName
{
color: #46822E;
}
.AnyTagClassName
{
color: #46822E;
}
</style>
background-color css
<style>
a { background-color: #46822E; }
a { background-color: rgb(70,130,46); }
div.DivClassName
{
background-color: #46822E;
}
.BgClassName
{
background-color: #46822E;
}
</style>
border-color css
<style>
span { border-color: #46822E; }
span { border-color: rgb(70,130,46); }
td.TdClassName
{
border-color: #46822E;
}
.TagClassName
{
border-color: #46822E;
}
</style>