Shades of La Palma #46943D
Tints of La Palma #46943D
RGB
CMYK
RGB Variations
Color information
#46943D (or 0x46943D) is known color: La Palma. HEX triplet: 46, 94 and 3D. RGB value is (70,148,61). Sum of RGB (Red+Green+Blue) = 70+148+61=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #46943D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46943D is #B96BC2. Grayscale: #737373. Windows color (decimal): -12151747 or 4035654. OLE color: 4035654.
HSL color Cylindrical-coordinate representation of color #46943D: hue angle of 113.79º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46943D is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 148 | 61 | - |
| CMYK | 0.53 | 0 | 0.59 | 0.42 |
| HSL | 113.79º | 0.42% | 0.41% | - |
| HSV(B) | 113.79º | 0.59% | 0.58% | - |
| XYZ | 13.96 | 22.82 | 8.08 | - |
| YUV | 114.76 | 97.66 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 148 | 61 | 0.53 | 0 | 0.59 | 0.42 | 113.79 | 0.42 | 0.41 |
| Hex | 46 | 94 | 3D | 35 | 0 | 3B | 2A | 72 | 2A | 29 |
| Octal | 106 | 224 | 75 | 65 | 0 | 73 | 52 | 162 | 52 | 51 |
| Binary | 1000110 | 10010100 | 111101 | 110101 | 0 | 111011 | 101010 | 1110010 | 101010 | 101001 |
Color Harmonies of #46943D
Complementary color
Monochromatic Colors of #46943D
Black with #46943D
Text Example
Text Example
White with #46943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46943D; }
p { color: rgb(70,148,61); }
H1.HeaderClassName
{
color: #46943D;
}
.AnyTagClassName
{
color: #46943D;
}
</style>
background-color css
<style>
a { background-color: #46943D; }
a { background-color: rgb(70,148,61); }
div.DivClassName
{
background-color: #46943D;
}
.BgClassName
{
background-color: #46943D;
}
</style>
border-color css
<style>
span { border-color: #46943D; }
span { border-color: rgb(70,148,61); }
td.TdClassName
{
border-color: #46943D;
}
.TagClassName
{
border-color: #46943D;
}
</style>