Shades of La Palma #4B9121
Tints of La Palma #4B9121
RGB
CMYK
RGB Variations
Color information
#4B9121 (or 0x4B9121) is known color: La Palma. HEX triplet: 4B, 91 and 21. RGB value is (75,145,33). Sum of RGB (Red+Green+Blue) = 75+145+33=253 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.64% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #4B9121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9121 is #B46EDE. Grayscale: #6F6F6F. Windows color (decimal): -11824863 or 2199883. OLE color: 2199883.
HSL color Cylindrical-coordinate representation of color #4B9121: hue angle of 97.5º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B9121 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 75 | 145 | 33 | - |
| CMYK | 0.48 | 0 | 0.77 | 0.43 |
| HSL | 97.5º | 0.63% | 0.35% | - |
| HSV(B) | 97.5º | 0.77% | 0.57% | - |
| XYZ | 13.3 | 21.86 | 4.96 | - |
| YUV | 111.3 | 83.81 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 145 | 33 | 0.48 | 0 | 0.77 | 0.43 | 97.5 | 0.63 | 0.35 |
| Hex | 4B | 91 | 21 | 30 | 0 | 4D | 2B | 62 | 3F | 23 |
| Octal | 113 | 221 | 41 | 60 | 0 | 115 | 53 | 142 | 77 | 43 |
| Binary | 1001011 | 10010001 | 100001 | 110000 | 0 | 1001101 | 101011 | 1100010 | 111111 | 100011 |
Color Harmonies of #4B9121
Complementary color
Monochromatic Colors of #4B9121
Black with #4B9121
Text Example
Text Example
White with #4B9121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9121; }
p { color: rgb(75,145,33); }
H1.HeaderClassName
{
color: #4B9121;
}
.AnyTagClassName
{
color: #4B9121;
}
</style>
background-color css
<style>
a { background-color: #4B9121; }
a { background-color: rgb(75,145,33); }
div.DivClassName
{
background-color: #4B9121;
}
.BgClassName
{
background-color: #4B9121;
}
</style>
border-color css
<style>
span { border-color: #4B9121; }
span { border-color: rgb(75,145,33); }
td.TdClassName
{
border-color: #4B9121;
}
.TagClassName
{
border-color: #4B9121;
}
</style>