Shades of La Palma #4B9520
Tints of La Palma #4B9520
RGB
CMYK
RGB Variations
Color information
#4B9520 (or 0x4B9520) is known color: La Palma. HEX triplet: 4B, 95 and 20. RGB value is (75,149,32). Sum of RGB (Red+Green+Blue) = 75+149+32=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #4B9520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9520 is #B46ADF. Grayscale: #717171. Windows color (decimal): -11823840 or 2135371. OLE color: 2135371.
HSL color Cylindrical-coordinate representation of color #4B9520: hue angle of 97.95º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B9520 is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 149 | 32 | - |
| CMYK | 0.50 | 0 | 0.79 | 0.42 |
| HSL | 97.95º | 0.65% | 0.35% | - |
| HSV(B) | 97.95º | 0.79% | 0.58% | - |
| XYZ | 13.91 | 23.1 | 5.09 | - |
| YUV | 113.54 | 81.98 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 32 | 0.50 | 0 | 0.79 | 0.42 | 97.95 | 0.65 | 0.35 |
| Hex | 4B | 95 | 20 | 32 | 0 | 4F | 2A | 62 | 41 | 23 |
| Octal | 113 | 225 | 40 | 62 | 0 | 117 | 52 | 142 | 101 | 43 |
| Binary | 1001011 | 10010101 | 100000 | 110010 | 0 | 1001111 | 101010 | 1100010 | 1000001 | 100011 |
Color Harmonies of #4B9520
Complementary color
Monochromatic Colors of #4B9520
Black with #4B9520
Text Example
Text Example
White with #4B9520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9520; }
p { color: rgb(75,149,32); }
H1.HeaderClassName
{
color: #4B9520;
}
.AnyTagClassName
{
color: #4B9520;
}
</style>
background-color css
<style>
a { background-color: #4B9520; }
a { background-color: rgb(75,149,32); }
div.DivClassName
{
background-color: #4B9520;
}
.BgClassName
{
background-color: #4B9520;
}
</style>
border-color css
<style>
span { border-color: #4B9520; }
span { border-color: rgb(75,149,32); }
td.TdClassName
{
border-color: #4B9520;
}
.TagClassName
{
border-color: #4B9520;
}
</style>