Shades of La Palma #46832C
Tints of La Palma #46832C
RGB
CMYK
RGB Variations
Color information
#46832C (or 0x46832C) is known color: La Palma. HEX triplet: 46, 83 and 2C. RGB value is (70,131,44). Sum of RGB (Red+Green+Blue) = 70+131+44=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #46832C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46832C is #B97CD3. Grayscale: #676767. Windows color (decimal): -12156116 or 2917190. OLE color: 2917190.
HSL color Cylindrical-coordinate representation of color #46832C: hue angle of 102.07º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46832C is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 131 | 44 | - |
| CMYK | 0.47 | 0 | 0.66 | 0.49 |
| HSL | 102.07º | 0.5% | 0.34% | - |
| HSV(B) | 102.07º | 0.66% | 0.51% | - |
| XYZ | 11.1 | 17.72 | 5.22 | - |
| YUV | 102.84 | 94.79 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 131 | 44 | 0.47 | 0 | 0.66 | 0.49 | 102.07 | 0.5 | 0.34 |
| Hex | 46 | 83 | 2C | 2F | 0 | 42 | 31 | 66 | 32 | 22 |
| Octal | 106 | 203 | 54 | 57 | 0 | 102 | 61 | 146 | 62 | 42 |
| Binary | 1000110 | 10000011 | 101100 | 101111 | 0 | 1000010 | 110001 | 1100110 | 110010 | 100010 |
Color Harmonies of #46832C
Complementary color
Monochromatic Colors of #46832C
Black with #46832C
Text Example
Text Example
White with #46832C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46832C; }
p { color: rgb(70,131,44); }
H1.HeaderClassName
{
color: #46832C;
}
.AnyTagClassName
{
color: #46832C;
}
</style>
background-color css
<style>
a { background-color: #46832C; }
a { background-color: rgb(70,131,44); }
div.DivClassName
{
background-color: #46832C;
}
.BgClassName
{
background-color: #46832C;
}
</style>
border-color css
<style>
span { border-color: #46832C; }
span { border-color: rgb(70,131,44); }
td.TdClassName
{
border-color: #46832C;
}
.TagClassName
{
border-color: #46832C;
}
</style>