Shades of La Palma #46822B
Tints of La Palma #46822B
RGB
CMYK
RGB Variations
Color information
#46822B (or 0x46822B) is known color: La Palma. HEX triplet: 46, 82 and 2B. RGB value is (70,130,43). Sum of RGB (Red+Green+Blue) = 70+130+43=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #46822B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46822B is #B97DD4. Grayscale: #666666. Windows color (decimal): -12156373 or 2851398. OLE color: 2851398.
HSL color Cylindrical-coordinate representation of color #46822B: hue angle of 101.38º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46822B is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 130 | 43 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.49 |
| HSL | 101.38º | 0.5% | 0.34% | - |
| HSV(B) | 101.38º | 0.67% | 0.51% | - |
| XYZ | 10.94 | 17.44 | 5.08 | - |
| YUV | 102.14 | 94.62 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 43 | 0.46 | 0 | 0.67 | 0.49 | 101.38 | 0.5 | 0.34 |
| Hex | 46 | 82 | 2B | 2E | 0 | 43 | 31 | 65 | 32 | 22 |
| Octal | 106 | 202 | 53 | 56 | 0 | 103 | 61 | 145 | 62 | 42 |
| Binary | 1000110 | 10000010 | 101011 | 101110 | 0 | 1000011 | 110001 | 1100101 | 110010 | 100010 |
Color Harmonies of #46822B
Complementary color
Monochromatic Colors of #46822B
Black with #46822B
Text Example
Text Example
White with #46822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46822B; }
p { color: rgb(70,130,43); }
H1.HeaderClassName
{
color: #46822B;
}
.AnyTagClassName
{
color: #46822B;
}
</style>
background-color css
<style>
a { background-color: #46822B; }
a { background-color: rgb(70,130,43); }
div.DivClassName
{
background-color: #46822B;
}
.BgClassName
{
background-color: #46822B;
}
</style>
border-color css
<style>
span { border-color: #46822B; }
span { border-color: rgb(70,130,43); }
td.TdClassName
{
border-color: #46822B;
}
.TagClassName
{
border-color: #46822B;
}
</style>