Shades of La Palma #4B8721
Tints of La Palma #4B8721
RGB
CMYK
RGB Variations
Color information
#4B8721 (or 0x4B8721) is known color: La Palma. HEX triplet: 4B, 87 and 21. RGB value is (75,135,33). Sum of RGB (Red+Green+Blue) = 75+135+33=243 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.86% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #4B8721 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8721 is #B478DE. Grayscale: #696969. Windows color (decimal): -11827423 or 2197323. OLE color: 2197323.
HSL color Cylindrical-coordinate representation of color #4B8721: hue angle of 95.29º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B8721 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 135 | 33 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.47 |
| HSL | 95.29º | 0.61% | 0.33% | - |
| HSV(B) | 95.29º | 0.76% | 0.53% | - |
| XYZ | 11.84 | 18.93 | 4.47 | - |
| YUV | 105.43 | 87.12 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 135 | 33 | 0.44 | 0 | 0.76 | 0.47 | 95.29 | 0.61 | 0.33 |
| Hex | 4B | 87 | 21 | 2C | 0 | 4C | 2F | 5F | 3D | 21 |
| Octal | 113 | 207 | 41 | 54 | 0 | 114 | 57 | 137 | 75 | 41 |
| Binary | 1001011 | 10000111 | 100001 | 101100 | 0 | 1001100 | 101111 | 1011111 | 111101 | 100001 |
Color Harmonies of #4B8721
Complementary color
Monochromatic Colors of #4B8721
Black with #4B8721
Text Example
Text Example
White with #4B8721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8721; }
p { color: rgb(75,135,33); }
H1.HeaderClassName
{
color: #4B8721;
}
.AnyTagClassName
{
color: #4B8721;
}
</style>
background-color css
<style>
a { background-color: #4B8721; }
a { background-color: rgb(75,135,33); }
div.DivClassName
{
background-color: #4B8721;
}
.BgClassName
{
background-color: #4B8721;
}
</style>
border-color css
<style>
span { border-color: #4B8721; }
span { border-color: rgb(75,135,33); }
td.TdClassName
{
border-color: #4B8721;
}
.TagClassName
{
border-color: #4B8721;
}
</style>