Shades of La Palma #46872C
Tints of La Palma #46872C
RGB
CMYK
RGB Variations
Color information
#46872C (or 0x46872C) is known color: La Palma. HEX triplet: 46, 87 and 2C. RGB value is (70,135,44). Sum of RGB (Red+Green+Blue) = 70+135+44=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #46872C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46872C is #B978D3. Grayscale: #696969. Windows color (decimal): -12155092 or 2918214. OLE color: 2918214.
HSL color Cylindrical-coordinate representation of color #46872C: hue angle of 102.86º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46872C is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 135 | 44 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.47 |
| HSL | 102.86º | 0.51% | 0.35% | - |
| HSV(B) | 102.86º | 0.67% | 0.53% | - |
| XYZ | 11.64 | 18.81 | 5.4 | - |
| YUV | 105.19 | 93.47 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 135 | 44 | 0.48 | 0 | 0.67 | 0.47 | 102.86 | 0.51 | 0.35 |
| Hex | 46 | 87 | 2C | 30 | 0 | 43 | 2F | 67 | 33 | 23 |
| Octal | 106 | 207 | 54 | 60 | 0 | 103 | 57 | 147 | 63 | 43 |
| Binary | 1000110 | 10000111 | 101100 | 110000 | 0 | 1000011 | 101111 | 1100111 | 110011 | 100011 |
Color Harmonies of #46872C
Complementary color
Monochromatic Colors of #46872C
Black with #46872C
Text Example
Text Example
White with #46872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46872C; }
p { color: rgb(70,135,44); }
H1.HeaderClassName
{
color: #46872C;
}
.AnyTagClassName
{
color: #46872C;
}
</style>
background-color css
<style>
a { background-color: #46872C; }
a { background-color: rgb(70,135,44); }
div.DivClassName
{
background-color: #46872C;
}
.BgClassName
{
background-color: #46872C;
}
</style>
border-color css
<style>
span { border-color: #46872C; }
span { border-color: rgb(70,135,44); }
td.TdClassName
{
border-color: #46872C;
}
.TagClassName
{
border-color: #46872C;
}
</style>