Shades of La Palma #46910F
Tints of La Palma #46910F
RGB
CMYK
RGB Variations
Color information
#46910F (or 0x46910F) is known color: La Palma. HEX triplet: 46, 91 and 0F. RGB value is (70,145,15). Sum of RGB (Red+Green+Blue) = 70+145+15=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 145 (57.03% from 255 or 63.04% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 145 - color contains mainly: green. Hex color #46910F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46910F is #B96EF0. Grayscale: #6C6C6C. Windows color (decimal): -12152561 or 1020230. OLE color: 1020230.
HSL color Cylindrical-coordinate representation of color #46910F: hue angle of 94.62º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46910F is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 145 | 15 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.43 |
| HSL | 94.62º | 0.81% | 0.31% | - |
| HSV(B) | 94.62º | 0.9% | 0.57% | - |
| XYZ | 12.74 | 21.59 | 3.95 | - |
| YUV | 107.76 | 75.65 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 145 | 15 | 0.52 | 0 | 0.90 | 0.43 | 94.62 | 0.81 | 0.31 |
| Hex | 46 | 91 | F | 34 | 0 | 5A | 2B | 5F | 51 | 1F |
| Octal | 106 | 221 | 17 | 64 | 0 | 132 | 53 | 137 | 121 | 37 |
| Binary | 1000110 | 10010001 | 1111 | 110100 | 0 | 1011010 | 101011 | 1011111 | 1010001 | 11111 |
Color Harmonies of #46910F
Complementary color
Monochromatic Colors of #46910F
Black with #46910F
Text Example
Text Example
White with #46910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46910F; }
p { color: rgb(70,145,15); }
H1.HeaderClassName
{
color: #46910F;
}
.AnyTagClassName
{
color: #46910F;
}
</style>
background-color css
<style>
a { background-color: #46910F; }
a { background-color: rgb(70,145,15); }
div.DivClassName
{
background-color: #46910F;
}
.BgClassName
{
background-color: #46910F;
}
</style>
border-color css
<style>
span { border-color: #46910F; }
span { border-color: rgb(70,145,15); }
td.TdClassName
{
border-color: #46910F;
}
.TagClassName
{
border-color: #46910F;
}
</style>