Shades of La Palma #46852D
Tints of La Palma #46852D
RGB
CMYK
RGB Variations
Color information
#46852D (or 0x46852D) is known color: La Palma. HEX triplet: 46, 85 and 2D. RGB value is (70,133,45). Sum of RGB (Red+Green+Blue) = 70+133+45=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #46852D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46852D is #B97AD2. Grayscale: #686868. Windows color (decimal): -12155603 or 2983238. OLE color: 2983238.
HSL color Cylindrical-coordinate representation of color #46852D: hue angle of 102.95º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46852D is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 133 | 45 | - |
| CMYK | 0.47 | 0 | 0.66 | 0.48 |
| HSL | 102.95º | 0.49% | 0.35% | - |
| HSV(B) | 102.95º | 0.66% | 0.52% | - |
| XYZ | 11.39 | 18.27 | 5.41 | - |
| YUV | 104.13 | 94.63 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 133 | 45 | 0.47 | 0 | 0.66 | 0.48 | 102.95 | 0.49 | 0.35 |
| Hex | 46 | 85 | 2D | 2F | 0 | 42 | 30 | 67 | 31 | 23 |
| Octal | 106 | 205 | 55 | 57 | 0 | 102 | 60 | 147 | 61 | 43 |
| Binary | 1000110 | 10000101 | 101101 | 101111 | 0 | 1000010 | 110000 | 1100111 | 110001 | 100011 |
Color Harmonies of #46852D
Complementary color
Monochromatic Colors of #46852D
Black with #46852D
Text Example
Text Example
White with #46852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46852D; }
p { color: rgb(70,133,45); }
H1.HeaderClassName
{
color: #46852D;
}
.AnyTagClassName
{
color: #46852D;
}
</style>
background-color css
<style>
a { background-color: #46852D; }
a { background-color: rgb(70,133,45); }
div.DivClassName
{
background-color: #46852D;
}
.BgClassName
{
background-color: #46852D;
}
</style>
border-color css
<style>
span { border-color: #46852D; }
span { border-color: rgb(70,133,45); }
td.TdClassName
{
border-color: #46852D;
}
.TagClassName
{
border-color: #46852D;
}
</style>