Shades of La Palma #46990F
Tints of La Palma #46990F
RGB
CMYK
RGB Variations
Color information
#46990F (or 0x46990F) is known color: La Palma. HEX triplet: 46, 99 and 0F. RGB value is (70,153,15). Sum of RGB (Red+Green+Blue) = 70+153+15=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 153 (60.16% from 255 or 64.29% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 153 - color contains mainly: green. Hex color #46990F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46990F is #B966F0. Grayscale: #707070. Windows color (decimal): -12150513 or 1022278. OLE color: 1022278.
HSL color Cylindrical-coordinate representation of color #46990F: hue angle of 96.09º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46990F is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 153 | 15 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.4 |
| HSL | 96.09º | 0.82% | 0.33% | - |
| HSV(B) | 96.09º | 0.9% | 0.6% | - |
| XYZ | 14 | 24.12 | 4.37 | - |
| YUV | 112.45 | 73 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 15 | 0.54 | 0 | 0.90 | 0.4 | 96.09 | 0.82 | 0.33 |
| Hex | 46 | 99 | F | 36 | 0 | 5A | 28 | 60 | 52 | 21 |
| Octal | 106 | 231 | 17 | 66 | 0 | 132 | 50 | 140 | 122 | 41 |
| Binary | 1000110 | 10011001 | 1111 | 110110 | 0 | 1011010 | 101000 | 1100000 | 1010010 | 100001 |
Color Harmonies of #46990F
Complementary color
Monochromatic Colors of #46990F
Black with #46990F
Text Example
Text Example
White with #46990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46990F; }
p { color: rgb(70,153,15); }
H1.HeaderClassName
{
color: #46990F;
}
.AnyTagClassName
{
color: #46990F;
}
</style>
background-color css
<style>
a { background-color: #46990F; }
a { background-color: rgb(70,153,15); }
div.DivClassName
{
background-color: #46990F;
}
.BgClassName
{
background-color: #46990F;
}
</style>
border-color css
<style>
span { border-color: #46990F; }
span { border-color: rgb(70,153,15); }
td.TdClassName
{
border-color: #46990F;
}
.TagClassName
{
border-color: #46990F;
}
</style>