Shades of La Palma #46952F
Tints of La Palma #46952F
RGB
CMYK
RGB Variations
Color information
#46952F (or 0x46952F) is known color: La Palma. HEX triplet: 46, 95 and 2F. RGB value is (70,149,47). Sum of RGB (Red+Green+Blue) = 70+149+47=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #46952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46952F is #B96AD0. Grayscale: #727272. Windows color (decimal): -12151505 or 3118406. OLE color: 3118406.
HSL color Cylindrical-coordinate representation of color #46952F: hue angle of 106.47º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46952F is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 149 | 47 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.42 |
| HSL | 106.47º | 0.52% | 0.38% | - |
| HSV(B) | 106.47º | 0.68% | 0.58% | - |
| XYZ | 13.79 | 23 | 6.4 | - |
| YUV | 113.75 | 90.33 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 149 | 47 | 0.53 | 0 | 0.68 | 0.42 | 106.47 | 0.52 | 0.38 |
| Hex | 46 | 95 | 2F | 35 | 0 | 44 | 2A | 6A | 34 | 26 |
| Octal | 106 | 225 | 57 | 65 | 0 | 104 | 52 | 152 | 64 | 46 |
| Binary | 1000110 | 10010101 | 101111 | 110101 | 0 | 1000100 | 101010 | 1101010 | 110100 | 100110 |
Color Harmonies of #46952F
Complementary color
Monochromatic Colors of #46952F
Black with #46952F
Text Example
Text Example
White with #46952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46952F; }
p { color: rgb(70,149,47); }
H1.HeaderClassName
{
color: #46952F;
}
.AnyTagClassName
{
color: #46952F;
}
</style>
background-color css
<style>
a { background-color: #46952F; }
a { background-color: rgb(70,149,47); }
div.DivClassName
{
background-color: #46952F;
}
.BgClassName
{
background-color: #46952F;
}
</style>
border-color css
<style>
span { border-color: #46952F; }
span { border-color: rgb(70,149,47); }
td.TdClassName
{
border-color: #46952F;
}
.TagClassName
{
border-color: #46952F;
}
</style>