Shades of La Palma #46882F
Tints of La Palma #46882F
RGB
CMYK
RGB Variations
Color information
#46882F (or 0x46882F) is known color: La Palma. HEX triplet: 46, 88 and 2F. RGB value is (70,136,47). Sum of RGB (Red+Green+Blue) = 70+136+47=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 136 (53.52% from 255 or 53.75% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 136 - color contains mainly: green. Hex color #46882F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46882F is #B977D0. Grayscale: #6A6A6A. Windows color (decimal): -12154833 or 3115078. OLE color: 3115078.
HSL color Cylindrical-coordinate representation of color #46882F: hue angle of 104.49º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46882F is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 136 | 47 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.47 |
| HSL | 104.49º | 0.49% | 0.36% | - |
| HSV(B) | 104.49º | 0.65% | 0.53% | - |
| XYZ | 11.84 | 19.12 | 5.75 | - |
| YUV | 106.12 | 94.63 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 136 | 47 | 0.49 | 0 | 0.65 | 0.47 | 104.49 | 0.49 | 0.36 |
| Hex | 46 | 88 | 2F | 31 | 0 | 41 | 2F | 68 | 31 | 24 |
| Octal | 106 | 210 | 57 | 61 | 0 | 101 | 57 | 150 | 61 | 44 |
| Binary | 1000110 | 10001000 | 101111 | 110001 | 0 | 1000001 | 101111 | 1101000 | 110001 | 100100 |
Color Harmonies of #46882F
Complementary color
Monochromatic Colors of #46882F
Black with #46882F
Text Example
Text Example
White with #46882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46882F; }
p { color: rgb(70,136,47); }
H1.HeaderClassName
{
color: #46882F;
}
.AnyTagClassName
{
color: #46882F;
}
</style>
background-color css
<style>
a { background-color: #46882F; }
a { background-color: rgb(70,136,47); }
div.DivClassName
{
background-color: #46882F;
}
.BgClassName
{
background-color: #46882F;
}
</style>
border-color css
<style>
span { border-color: #46882F; }
span { border-color: rgb(70,136,47); }
td.TdClassName
{
border-color: #46882F;
}
.TagClassName
{
border-color: #46882F;
}
</style>