Shades of La Palma #46911A
Tints of La Palma #46911A
RGB
CMYK
RGB Variations
Color information
#46911A (or 0x46911A) is known color: La Palma. HEX triplet: 46, 91 and 1A. RGB value is (70,145,26). Sum of RGB (Red+Green+Blue) = 70+145+26=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 145 (57.03% from 255 or 60.17% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 145 - color contains mainly: green. Hex color #46911A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46911A is #B96EE5. Grayscale: #6D6D6D. Windows color (decimal): -12152550 or 1741126. OLE color: 1741126.
HSL color Cylindrical-coordinate representation of color #46911A: hue angle of 97.82º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46911A is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 145 | 26 | - |
| CMYK | 0.52 | 0 | 0.82 | 0.43 |
| HSL | 97.82º | 0.7% | 0.34% | - |
| HSV(B) | 97.82º | 0.82% | 0.57% | - |
| XYZ | 12.84 | 21.63 | 4.48 | - |
| YUV | 109.01 | 81.15 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 145 | 26 | 0.52 | 0 | 0.82 | 0.43 | 97.82 | 0.7 | 0.34 |
| Hex | 46 | 91 | 1A | 34 | 0 | 52 | 2B | 62 | 46 | 22 |
| Octal | 106 | 221 | 32 | 64 | 0 | 122 | 53 | 142 | 106 | 42 |
| Binary | 1000110 | 10010001 | 11010 | 110100 | 0 | 1010010 | 101011 | 1100010 | 1000110 | 100010 |
Color Harmonies of #46911A
Complementary color
Monochromatic Colors of #46911A
Black with #46911A
Text Example
Text Example
White with #46911A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46911A; }
p { color: rgb(70,145,26); }
H1.HeaderClassName
{
color: #46911A;
}
.AnyTagClassName
{
color: #46911A;
}
</style>
background-color css
<style>
a { background-color: #46911A; }
a { background-color: rgb(70,145,26); }
div.DivClassName
{
background-color: #46911A;
}
.BgClassName
{
background-color: #46911A;
}
</style>
border-color css
<style>
span { border-color: #46911A; }
span { border-color: rgb(70,145,26); }
td.TdClassName
{
border-color: #46911A;
}
.TagClassName
{
border-color: #46911A;
}
</style>