Shades of La Palma #4B892E
Tints of La Palma #4B892E
RGB
CMYK
RGB Variations
Color information
#4B892E (or 0x4B892E) is known color: La Palma. HEX triplet: 4B, 89 and 2E. RGB value is (75,137,46). Sum of RGB (Red+Green+Blue) = 75+137+46=258 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.07% from 258); Green value is 137 (53.91% from 255 or 53.10% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 137 - color contains mainly: green. Hex color #4B892E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B892E is #B476D1. Grayscale: #6C6C6C. Windows color (decimal): -11826898 or 3049803. OLE color: 3049803.
HSL color Cylindrical-coordinate representation of color #4B892E: hue angle of 100.88º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B892E is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 75 | 137 | 46 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.46 |
| HSL | 100.88º | 0.5% | 0.36% | - |
| HSV(B) | 100.88º | 0.66% | 0.54% | - |
| XYZ | 12.34 | 19.58 | 5.71 | - |
| YUV | 108.09 | 92.96 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 137 | 46 | 0.45 | 0 | 0.66 | 0.46 | 100.88 | 0.5 | 0.36 |
| Hex | 4B | 89 | 2E | 2D | 0 | 42 | 2E | 65 | 32 | 24 |
| Octal | 113 | 211 | 56 | 55 | 0 | 102 | 56 | 145 | 62 | 44 |
| Binary | 1001011 | 10001001 | 101110 | 101101 | 0 | 1000010 | 101110 | 1100101 | 110010 | 100100 |
Color Harmonies of #4B892E
Complementary color
Monochromatic Colors of #4B892E
Black with #4B892E
Text Example
Text Example
White with #4B892E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B892E; }
p { color: rgb(75,137,46); }
H1.HeaderClassName
{
color: #4B892E;
}
.AnyTagClassName
{
color: #4B892E;
}
</style>
background-color css
<style>
a { background-color: #4B892E; }
a { background-color: rgb(75,137,46); }
div.DivClassName
{
background-color: #4B892E;
}
.BgClassName
{
background-color: #4B892E;
}
</style>
border-color css
<style>
span { border-color: #4B892E; }
span { border-color: rgb(75,137,46); }
td.TdClassName
{
border-color: #4B892E;
}
.TagClassName
{
border-color: #4B892E;
}
</style>