Shades of La Palma #46862C
Tints of La Palma #46862C
RGB
CMYK
RGB Variations
Color information
#46862C (or 0x46862C) is known color: La Palma. HEX triplet: 46, 86 and 2C. RGB value is (70,134,44). Sum of RGB (Red+Green+Blue) = 70+134+44=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #46862C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46862C is #B979D3. Grayscale: #686868. Windows color (decimal): -12155348 or 2917958. OLE color: 2917958.
HSL color Cylindrical-coordinate representation of color #46862C: hue angle of 102.67º 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 #46862C is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 134 | 44 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.47 |
| HSL | 102.67º | 0.51% | 0.35% | - |
| HSV(B) | 102.67º | 0.67% | 0.53% | - |
| XYZ | 11.51 | 18.53 | 5.35 | - |
| YUV | 104.6 | 93.8 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 44 | 0.48 | 0 | 0.67 | 0.47 | 102.67 | 0.51 | 0.35 |
| Hex | 46 | 86 | 2C | 30 | 0 | 43 | 2F | 67 | 33 | 23 |
| Octal | 106 | 206 | 54 | 60 | 0 | 103 | 57 | 147 | 63 | 43 |
| Binary | 1000110 | 10000110 | 101100 | 110000 | 0 | 1000011 | 101111 | 1100111 | 110011 | 100011 |
Color Harmonies of #46862C
Complementary color
Monochromatic Colors of #46862C
Black with #46862C
Text Example
Text Example
White with #46862C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46862C; }
p { color: rgb(70,134,44); }
H1.HeaderClassName
{
color: #46862C;
}
.AnyTagClassName
{
color: #46862C;
}
</style>
background-color css
<style>
a { background-color: #46862C; }
a { background-color: rgb(70,134,44); }
div.DivClassName
{
background-color: #46862C;
}
.BgClassName
{
background-color: #46862C;
}
</style>
border-color css
<style>
span { border-color: #46862C; }
span { border-color: rgb(70,134,44); }
td.TdClassName
{
border-color: #46862C;
}
.TagClassName
{
border-color: #46862C;
}
</style>