Shades of La Palma #4B9525
Tints of La Palma #4B9525
RGB
CMYK
RGB Variations
Color information
#4B9525 (or 0x4B9525) is known color: La Palma. HEX triplet: 4B, 95 and 25. RGB value is (75,149,37). Sum of RGB (Red+Green+Blue) = 75+149+37=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #4B9525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9525 is #B46ADA. Grayscale: #727272. Windows color (decimal): -11823835 or 2463051. OLE color: 2463051.
HSL color Cylindrical-coordinate representation of color #4B9525: hue angle of 99.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B9525 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 149 | 37 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.42 |
| HSL | 99.64º | 0.6% | 0.36% | - |
| HSV(B) | 99.64º | 0.75% | 0.58% | - |
| XYZ | 13.98 | 23.12 | 5.48 | - |
| YUV | 114.11 | 84.48 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 37 | 0.50 | 0 | 0.75 | 0.42 | 99.64 | 0.6 | 0.36 |
| Hex | 4B | 95 | 25 | 32 | 0 | 4B | 2A | 64 | 3C | 24 |
| Octal | 113 | 225 | 45 | 62 | 0 | 113 | 52 | 144 | 74 | 44 |
| Binary | 1001011 | 10010101 | 100101 | 110010 | 0 | 1001011 | 101010 | 1100100 | 111100 | 100100 |
Color Harmonies of #4B9525
Complementary color
Monochromatic Colors of #4B9525
Black with #4B9525
Text Example
Text Example
White with #4B9525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9525; }
p { color: rgb(75,149,37); }
H1.HeaderClassName
{
color: #4B9525;
}
.AnyTagClassName
{
color: #4B9525;
}
</style>
background-color css
<style>
a { background-color: #4B9525; }
a { background-color: rgb(75,149,37); }
div.DivClassName
{
background-color: #4B9525;
}
.BgClassName
{
background-color: #4B9525;
}
</style>
border-color css
<style>
span { border-color: #4B9525; }
span { border-color: rgb(75,149,37); }
td.TdClassName
{
border-color: #4B9525;
}
.TagClassName
{
border-color: #4B9525;
}
</style>