Shades of La Palma #46963D
Tints of La Palma #46963D
RGB
CMYK
RGB Variations
Color information
#46963D (or 0x46963D) is known color: La Palma. HEX triplet: 46, 96 and 3D. RGB value is (70,150,61). Sum of RGB (Red+Green+Blue) = 70+150+61=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 150 (58.98% from 255 or 53.38% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 150 - color contains mainly: green. Hex color #46963D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46963D is #B969C2. Grayscale: #747474. Windows color (decimal): -12151235 or 4036166. OLE color: 4036166.
HSL color Cylindrical-coordinate representation of color #46963D: hue angle of 113.93º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46963D is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 150 | 61 | - |
| CMYK | 0.53 | 0 | 0.59 | 0.41 |
| HSL | 113.93º | 0.42% | 0.41% | - |
| HSV(B) | 113.93º | 0.59% | 0.59% | - |
| XYZ | 14.27 | 23.45 | 8.19 | - |
| YUV | 115.93 | 97 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 150 | 61 | 0.53 | 0 | 0.59 | 0.41 | 113.93 | 0.42 | 0.41 |
| Hex | 46 | 96 | 3D | 35 | 0 | 3B | 29 | 72 | 2A | 29 |
| Octal | 106 | 226 | 75 | 65 | 0 | 73 | 51 | 162 | 52 | 51 |
| Binary | 1000110 | 10010110 | 111101 | 110101 | 0 | 111011 | 101001 | 1110010 | 101010 | 101001 |
Color Harmonies of #46963D
Complementary color
Monochromatic Colors of #46963D
Black with #46963D
Text Example
Text Example
White with #46963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46963D; }
p { color: rgb(70,150,61); }
H1.HeaderClassName
{
color: #46963D;
}
.AnyTagClassName
{
color: #46963D;
}
</style>
background-color css
<style>
a { background-color: #46963D; }
a { background-color: rgb(70,150,61); }
div.DivClassName
{
background-color: #46963D;
}
.BgClassName
{
background-color: #46963D;
}
</style>
border-color css
<style>
span { border-color: #46963D; }
span { border-color: rgb(70,150,61); }
td.TdClassName
{
border-color: #46963D;
}
.TagClassName
{
border-color: #46963D;
}
</style>