Shades of La Palma #46990D
Tints of La Palma #46990D
RGB
CMYK
RGB Variations
Color information
#46990D (or 0x46990D) is known color: La Palma. HEX triplet: 46, 99 and 0D. RGB value is (70,153,13). Sum of RGB (Red+Green+Blue) = 70+153+13=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 153 (60.16% from 255 or 64.83% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 153 - color contains mainly: green. Hex color #46990D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46990D is #B966F2. Grayscale: #707070. Windows color (decimal): -12150515 or 891206. OLE color: 891206.
HSL color Cylindrical-coordinate representation of color #46990D: hue angle of 95.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #46990D is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 153 | 13 | - |
| CMYK | 0.54 | 0 | 0.92 | 0.4 |
| HSL | 95.57º | 0.84% | 0.33% | - |
| HSV(B) | 95.57º | 0.92% | 0.6% | - |
| XYZ | 13.99 | 24.11 | 4.3 | - |
| YUV | 112.22 | 72 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 13 | 0.54 | 0 | 0.92 | 0.4 | 95.57 | 0.84 | 0.33 |
| Hex | 46 | 99 | D | 36 | 0 | 5C | 28 | 60 | 54 | 21 |
| Octal | 106 | 231 | 15 | 66 | 0 | 134 | 50 | 140 | 124 | 41 |
| Binary | 1000110 | 10011001 | 1101 | 110110 | 0 | 1011100 | 101000 | 1100000 | 1010100 | 100001 |
Color Harmonies of #46990D
Complementary color
Monochromatic Colors of #46990D
Black with #46990D
Text Example
Text Example
White with #46990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46990D; }
p { color: rgb(70,153,13); }
H1.HeaderClassName
{
color: #46990D;
}
.AnyTagClassName
{
color: #46990D;
}
</style>
background-color css
<style>
a { background-color: #46990D; }
a { background-color: rgb(70,153,13); }
div.DivClassName
{
background-color: #46990D;
}
.BgClassName
{
background-color: #46990D;
}
</style>
border-color css
<style>
span { border-color: #46990D; }
span { border-color: rgb(70,153,13); }
td.TdClassName
{
border-color: #46990D;
}
.TagClassName
{
border-color: #46990D;
}
</style>