Shades of La Palma #46913A
Tints of La Palma #46913A
RGB
CMYK
RGB Variations
Color information
#46913A (or 0x46913A) is known color: La Palma. HEX triplet: 46, 91 and 3A. RGB value is (70,145,58). Sum of RGB (Red+Green+Blue) = 70+145+58=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 145 (57.03% from 255 or 53.11% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 145 - color contains mainly: green. Hex color #46913A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46913A is #B96EC5. Grayscale: #707070. Windows color (decimal): -12152518 or 3838278. OLE color: 3838278.
HSL color Cylindrical-coordinate representation of color #46913A: hue angle of 111.72º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46913A is Cyan = 0.52, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 145 | 58 | - |
| CMYK | 0.52 | 0 | 0.6 | 0.43 |
| HSL | 111.72º | 0.43% | 0.4% | - |
| HSV(B) | 111.72º | 0.6% | 0.57% | - |
| XYZ | 13.41 | 21.86 | 7.52 | - |
| YUV | 112.66 | 97.15 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 145 | 58 | 0.52 | 0 | 0.6 | 0.43 | 111.72 | 0.43 | 0.4 |
| Hex | 46 | 91 | 3A | 34 | 0 | 3C | 2B | 70 | 2B | 28 |
| Octal | 106 | 221 | 72 | 64 | 0 | 74 | 53 | 160 | 53 | 50 |
| Binary | 1000110 | 10010001 | 111010 | 110100 | 0 | 111100 | 101011 | 1110000 | 101011 | 101000 |
Color Harmonies of #46913A
Complementary color
Monochromatic Colors of #46913A
Black with #46913A
Text Example
Text Example
White with #46913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46913A; }
p { color: rgb(70,145,58); }
H1.HeaderClassName
{
color: #46913A;
}
.AnyTagClassName
{
color: #46913A;
}
</style>
background-color css
<style>
a { background-color: #46913A; }
a { background-color: rgb(70,145,58); }
div.DivClassName
{
background-color: #46913A;
}
.BgClassName
{
background-color: #46913A;
}
</style>
border-color css
<style>
span { border-color: #46913A; }
span { border-color: rgb(70,145,58); }
td.TdClassName
{
border-color: #46913A;
}
.TagClassName
{
border-color: #46913A;
}
</style>