Shades of La Palma #46941C
Tints of La Palma #46941C
RGB
CMYK
RGB Variations
Color information
#46941C (or 0x46941C) is known color: La Palma. HEX triplet: 46, 94 and 1C. RGB value is (70,148,28). Sum of RGB (Red+Green+Blue) = 70+148+28=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 148 (58.20% from 255 or 60.16% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 148 - color contains mainly: green. Hex color #46941C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46941C is #B96BE3. Grayscale: #6F6F6F. Windows color (decimal): -12151780 or 1872966. OLE color: 1872966.
HSL color Cylindrical-coordinate representation of color #46941C: hue angle of 99º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46941C is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 148 | 28 | - |
| CMYK | 0.53 | 0 | 0.81 | 0.42 |
| HSL | 99º | 0.68% | 0.35% | - |
| HSV(B) | 99º | 0.81% | 0.58% | - |
| XYZ | 13.33 | 22.57 | 4.75 | - |
| YUV | 111 | 81.16 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 148 | 28 | 0.53 | 0 | 0.81 | 0.42 | 99 | 0.68 | 0.35 |
| Hex | 46 | 94 | 1C | 35 | 0 | 51 | 2A | 63 | 44 | 23 |
| Octal | 106 | 224 | 34 | 65 | 0 | 121 | 52 | 143 | 104 | 43 |
| Binary | 1000110 | 10010100 | 11100 | 110101 | 0 | 1010001 | 101010 | 1100011 | 1000100 | 100011 |
Color Harmonies of #46941C
Complementary color
Monochromatic Colors of #46941C
Black with #46941C
Text Example
Text Example
White with #46941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46941C; }
p { color: rgb(70,148,28); }
H1.HeaderClassName
{
color: #46941C;
}
.AnyTagClassName
{
color: #46941C;
}
</style>
background-color css
<style>
a { background-color: #46941C; }
a { background-color: rgb(70,148,28); }
div.DivClassName
{
background-color: #46941C;
}
.BgClassName
{
background-color: #46941C;
}
</style>
border-color css
<style>
span { border-color: #46941C; }
span { border-color: rgb(70,148,28); }
td.TdClassName
{
border-color: #46941C;
}
.TagClassName
{
border-color: #46941C;
}
</style>