Shades of La Palma #46880E
Tints of La Palma #46880E
RGB
CMYK
RGB Variations
Color information
#46880E (or 0x46880E) is known color: La Palma. HEX triplet: 46, 88 and 0E. RGB value is (70,136,14). Sum of RGB (Red+Green+Blue) = 70+136+14=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 136 (53.52% from 255 or 61.82% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 136 - color contains mainly: green. Hex color #46880E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46880E is #B977F1. Grayscale: #666666. Windows color (decimal): -12154866 or 952390. OLE color: 952390.
HSL color Cylindrical-coordinate representation of color #46880E: hue angle of 92.46º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46880E is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 136 | 14 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.47 |
| HSL | 92.46º | 0.81% | 0.29% | - |
| HSV(B) | 92.46º | 0.9% | 0.53% | - |
| XYZ | 11.41 | 18.94 | 3.47 | - |
| YUV | 102.36 | 78.13 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 14 | 0.49 | 0 | 0.90 | 0.47 | 92.46 | 0.81 | 0.29 |
| Hex | 46 | 88 | E | 31 | 0 | 5A | 2F | 5C | 51 | 1D |
| Octal | 106 | 210 | 16 | 61 | 0 | 132 | 57 | 134 | 121 | 35 |
| Binary | 1000110 | 10001000 | 1110 | 110001 | 0 | 1011010 | 101111 | 1011100 | 1010001 | 11101 |
Color Harmonies of #46880E
Complementary color
Monochromatic Colors of #46880E
Black with #46880E
Text Example
Text Example
White with #46880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46880E; }
p { color: rgb(70,136,14); }
H1.HeaderClassName
{
color: #46880E;
}
.AnyTagClassName
{
color: #46880E;
}
</style>
background-color css
<style>
a { background-color: #46880E; }
a { background-color: rgb(70,136,14); }
div.DivClassName
{
background-color: #46880E;
}
.BgClassName
{
background-color: #46880E;
}
</style>
border-color css
<style>
span { border-color: #46880E; }
span { border-color: rgb(70,136,14); }
td.TdClassName
{
border-color: #46880E;
}
.TagClassName
{
border-color: #46880E;
}
</style>