Shades of La Palma #4B871E
Tints of La Palma #4B871E
RGB
CMYK
RGB Variations
Color information
#4B871E (or 0x4B871E) is known color: La Palma. HEX triplet: 4B, 87 and 1E. RGB value is (75,135,30). Sum of RGB (Red+Green+Blue) = 75+135+30=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #4B871E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B871E is #B478E1. Grayscale: #696969. Windows color (decimal): -11827426 or 2000715. OLE color: 2000715.
HSL color Cylindrical-coordinate representation of color #4B871E: hue angle of 94.29º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B871E is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 135 | 30 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.47 |
| HSL | 94.29º | 0.64% | 0.32% | - |
| HSV(B) | 94.29º | 0.78% | 0.53% | - |
| XYZ | 11.8 | 18.92 | 4.26 | - |
| YUV | 105.09 | 85.62 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 135 | 30 | 0.44 | 0 | 0.78 | 0.47 | 94.29 | 0.64 | 0.32 |
| Hex | 4B | 87 | 1E | 2C | 0 | 4E | 2F | 5E | 40 | 20 |
| Octal | 113 | 207 | 36 | 54 | 0 | 116 | 57 | 136 | 100 | 40 |
| Binary | 1001011 | 10000111 | 11110 | 101100 | 0 | 1001110 | 101111 | 1011110 | 1000000 | 100000 |
Color Harmonies of #4B871E
Complementary color
Monochromatic Colors of #4B871E
Black with #4B871E
Text Example
Text Example
White with #4B871E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B871E; }
p { color: rgb(75,135,30); }
H1.HeaderClassName
{
color: #4B871E;
}
.AnyTagClassName
{
color: #4B871E;
}
</style>
background-color css
<style>
a { background-color: #4B871E; }
a { background-color: rgb(75,135,30); }
div.DivClassName
{
background-color: #4B871E;
}
.BgClassName
{
background-color: #4B871E;
}
</style>
border-color css
<style>
span { border-color: #4B871E; }
span { border-color: rgb(75,135,30); }
td.TdClassName
{
border-color: #4B871E;
}
.TagClassName
{
border-color: #4B871E;
}
</style>