Shades of La Palma #4B8727
Tints of La Palma #4B8727
RGB
CMYK
RGB Variations
Color information
#4B8727 (or 0x4B8727) is known color: La Palma. HEX triplet: 4B, 87 and 27. RGB value is (75,135,39). Sum of RGB (Red+Green+Blue) = 75+135+39=249 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.12% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #4B8727 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8727 is #B478D8. Grayscale: #6A6A6A. Windows color (decimal): -11827417 or 2590539. OLE color: 2590539.
HSL color Cylindrical-coordinate representation of color #4B8727: hue angle of 97.5º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B8727 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 135 | 39 | - |
| CMYK | 0.44 | 0 | 0.71 | 0.47 |
| HSL | 97.5º | 0.55% | 0.34% | - |
| HSV(B) | 97.5º | 0.71% | 0.53% | - |
| XYZ | 11.93 | 18.97 | 4.95 | - |
| YUV | 106.12 | 90.12 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 135 | 39 | 0.44 | 0 | 0.71 | 0.47 | 97.5 | 0.55 | 0.34 |
| Hex | 4B | 87 | 27 | 2C | 0 | 47 | 2F | 62 | 37 | 22 |
| Octal | 113 | 207 | 47 | 54 | 0 | 107 | 57 | 142 | 67 | 42 |
| Binary | 1001011 | 10000111 | 100111 | 101100 | 0 | 1000111 | 101111 | 1100010 | 110111 | 100010 |
Color Harmonies of #4B8727
Complementary color
Monochromatic Colors of #4B8727
Black with #4B8727
Text Example
Text Example
White with #4B8727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8727; }
p { color: rgb(75,135,39); }
H1.HeaderClassName
{
color: #4B8727;
}
.AnyTagClassName
{
color: #4B8727;
}
</style>
background-color css
<style>
a { background-color: #4B8727; }
a { background-color: rgb(75,135,39); }
div.DivClassName
{
background-color: #4B8727;
}
.BgClassName
{
background-color: #4B8727;
}
</style>
border-color css
<style>
span { border-color: #4B8727; }
span { border-color: rgb(75,135,39); }
td.TdClassName
{
border-color: #4B8727;
}
.TagClassName
{
border-color: #4B8727;
}
</style>