Shades of La Palma #4B9529
Tints of La Palma #4B9529
RGB
CMYK
RGB Variations
Color information
#4B9529 (or 0x4B9529) is known color: La Palma. HEX triplet: 4B, 95 and 29. RGB value is (75,149,41). Sum of RGB (Red+Green+Blue) = 75+149+41=265 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.30% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #4B9529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9529 is #B46AD6. Grayscale: #727272. Windows color (decimal): -11823831 or 2725195. OLE color: 2725195.
HSL color Cylindrical-coordinate representation of color #4B9529: hue angle of 101.11º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B9529 is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 149 | 41 | - |
| CMYK | 0.50 | 0 | 0.72 | 0.42 |
| HSL | 101.11º | 0.57% | 0.37% | - |
| HSV(B) | 101.11º | 0.72% | 0.58% | - |
| XYZ | 14.05 | 23.15 | 5.83 | - |
| YUV | 114.56 | 86.48 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 41 | 0.50 | 0 | 0.72 | 0.42 | 101.11 | 0.57 | 0.37 |
| Hex | 4B | 95 | 29 | 32 | 0 | 48 | 2A | 65 | 39 | 25 |
| Octal | 113 | 225 | 51 | 62 | 0 | 110 | 52 | 145 | 71 | 45 |
| Binary | 1001011 | 10010101 | 101001 | 110010 | 0 | 1001000 | 101010 | 1100101 | 111001 | 100101 |
Color Harmonies of #4B9529
Complementary color
Monochromatic Colors of #4B9529
Black with #4B9529
Text Example
Text Example
White with #4B9529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9529; }
p { color: rgb(75,149,41); }
H1.HeaderClassName
{
color: #4B9529;
}
.AnyTagClassName
{
color: #4B9529;
}
</style>
background-color css
<style>
a { background-color: #4B9529; }
a { background-color: rgb(75,149,41); }
div.DivClassName
{
background-color: #4B9529;
}
.BgClassName
{
background-color: #4B9529;
}
</style>
border-color css
<style>
span { border-color: #4B9529; }
span { border-color: rgb(75,149,41); }
td.TdClassName
{
border-color: #4B9529;
}
.TagClassName
{
border-color: #4B9529;
}
</style>