Shades of La Palma #46960C
Tints of La Palma #46960C
RGB
CMYK
RGB Variations
Color information
#46960C (or 0x46960C) is known color: La Palma. HEX triplet: 46, 96 and 0C. RGB value is (70,150,12). Sum of RGB (Red+Green+Blue) = 70+150+12=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 150 (58.98% from 255 or 64.66% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 150 - color contains mainly: green. Hex color #46960C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46960C is #B969F3. Grayscale: #6E6E6E. Windows color (decimal): -12151284 or 824902. OLE color: 824902.
HSL color Cylindrical-coordinate representation of color #46960C: hue angle of 94.78º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #46960C is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 150 | 12 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.41 |
| HSL | 94.78º | 0.85% | 0.32% | - |
| HSV(B) | 94.78º | 0.92% | 0.59% | - |
| XYZ | 13.5 | 23.14 | 4.1 | - |
| YUV | 110.35 | 72.5 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 150 | 12 | 0.53 | 0 | 0.92 | 0.41 | 94.78 | 0.85 | 0.32 |
| Hex | 46 | 96 | C | 35 | 0 | 5C | 29 | 5F | 55 | 20 |
| Octal | 106 | 226 | 14 | 65 | 0 | 134 | 51 | 137 | 125 | 40 |
| Binary | 1000110 | 10010110 | 1100 | 110101 | 0 | 1011100 | 101001 | 1011111 | 1010101 | 100000 |
Color Harmonies of #46960C
Complementary color
Monochromatic Colors of #46960C
Black with #46960C
Text Example
Text Example
White with #46960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46960C; }
p { color: rgb(70,150,12); }
H1.HeaderClassName
{
color: #46960C;
}
.AnyTagClassName
{
color: #46960C;
}
</style>
background-color css
<style>
a { background-color: #46960C; }
a { background-color: rgb(70,150,12); }
div.DivClassName
{
background-color: #46960C;
}
.BgClassName
{
background-color: #46960C;
}
</style>
border-color css
<style>
span { border-color: #46960C; }
span { border-color: rgb(70,150,12); }
td.TdClassName
{
border-color: #46960C;
}
.TagClassName
{
border-color: #46960C;
}
</style>