Shades of La Palma #4B9524
Tints of La Palma #4B9524
RGB
CMYK
RGB Variations
Color information
#4B9524 (or 0x4B9524) is known color: La Palma. HEX triplet: 4B, 95 and 24. RGB value is (75,149,36). Sum of RGB (Red+Green+Blue) = 75+149+36=260 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.85% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #4B9524 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9524 is #B46ADB. Grayscale: #727272. Windows color (decimal): -11823836 or 2397515. OLE color: 2397515.
HSL color Cylindrical-coordinate representation of color #4B9524: hue angle of 99.29º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B9524 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 149 | 36 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.42 |
| HSL | 99.29º | 0.61% | 0.36% | - |
| HSV(B) | 99.29º | 0.76% | 0.58% | - |
| XYZ | 13.97 | 23.12 | 5.4 | - |
| YUV | 113.99 | 83.98 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 36 | 0.50 | 0 | 0.76 | 0.42 | 99.29 | 0.61 | 0.36 |
| Hex | 4B | 95 | 24 | 32 | 0 | 4C | 2A | 63 | 3D | 24 |
| Octal | 113 | 225 | 44 | 62 | 0 | 114 | 52 | 143 | 75 | 44 |
| Binary | 1001011 | 10010101 | 100100 | 110010 | 0 | 1001100 | 101010 | 1100011 | 111101 | 100100 |
Color Harmonies of #4B9524
Complementary color
Monochromatic Colors of #4B9524
Black with #4B9524
Text Example
Text Example
White with #4B9524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9524; }
p { color: rgb(75,149,36); }
H1.HeaderClassName
{
color: #4B9524;
}
.AnyTagClassName
{
color: #4B9524;
}
</style>
background-color css
<style>
a { background-color: #4B9524; }
a { background-color: rgb(75,149,36); }
div.DivClassName
{
background-color: #4B9524;
}
.BgClassName
{
background-color: #4B9524;
}
</style>
border-color css
<style>
span { border-color: #4B9524; }
span { border-color: rgb(75,149,36); }
td.TdClassName
{
border-color: #4B9524;
}
.TagClassName
{
border-color: #4B9524;
}
</style>