Shades of La Palma #4B9822
Tints of La Palma #4B9822
RGB
CMYK
RGB Variations
Color information
#4B9822 (or 0x4B9822) is known color: La Palma. HEX triplet: 4B, 98 and 22. RGB value is (75,152,34). Sum of RGB (Red+Green+Blue) = 75+152+34=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 152 (59.77% from 255 or 58.24% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 152 - color contains mainly: green. Hex color #4B9822 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9822 is #B467DD. Grayscale: #737373. Windows color (decimal): -11823070 or 2267211. OLE color: 2267211.
HSL color Cylindrical-coordinate representation of color #4B9822: hue angle of 99.15º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B9822 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 75 | 152 | 34 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.40 |
| HSL | 99.15º | 0.63% | 0.36% | - |
| HSV(B) | 99.15º | 0.78% | 0.6% | - |
| XYZ | 14.42 | 24.07 | 5.4 | - |
| YUV | 115.53 | 81.99 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 152 | 34 | 0.51 | 0 | 0.78 | 0.40 | 99.15 | 0.63 | 0.36 |
| Hex | 4B | 98 | 22 | 33 | 0 | 4E | 28 | 63 | 3F | 24 |
| Octal | 113 | 230 | 42 | 63 | 0 | 116 | 50 | 143 | 77 | 44 |
| Binary | 1001011 | 10011000 | 100010 | 110011 | 0 | 1001110 | 101000 | 1100011 | 111111 | 100100 |
Color Harmonies of #4B9822
Complementary color
Monochromatic Colors of #4B9822
Black with #4B9822
Text Example
Text Example
White with #4B9822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9822; }
p { color: rgb(75,152,34); }
H1.HeaderClassName
{
color: #4B9822;
}
.AnyTagClassName
{
color: #4B9822;
}
</style>
background-color css
<style>
a { background-color: #4B9822; }
a { background-color: rgb(75,152,34); }
div.DivClassName
{
background-color: #4B9822;
}
.BgClassName
{
background-color: #4B9822;
}
</style>
border-color css
<style>
span { border-color: #4B9822; }
span { border-color: rgb(75,152,34); }
td.TdClassName
{
border-color: #4B9822;
}
.TagClassName
{
border-color: #4B9822;
}
</style>