Shades of La Palma #4B9C21
Tints of La Palma #4B9C21
RGB
CMYK
RGB Variations
Color information
#4B9C21 (or 0x4B9C21) is known color: La Palma. HEX triplet: 4B, 9C and 21. RGB value is (75,156,33). Sum of RGB (Red+Green+Blue) = 75+156+33=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 156 (61.33% from 255 or 59.09% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 156 - color contains mainly: green. Hex color #4B9C21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9C21 is #B463DE. Grayscale: #767676. Windows color (decimal): -11822047 or 2202699. OLE color: 2202699.
HSL color Cylindrical-coordinate representation of color #4B9C21: hue angle of 99.51º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B9C21 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 156 | 33 | - |
| CMYK | 0.52 | 0 | 0.79 | 0.39 |
| HSL | 99.51º | 0.65% | 0.37% | - |
| HSV(B) | 99.51º | 0.79% | 0.61% | - |
| XYZ | 15.06 | 25.38 | 5.54 | - |
| YUV | 117.76 | 80.16 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 156 | 33 | 0.52 | 0 | 0.79 | 0.39 | 99.51 | 0.65 | 0.37 |
| Hex | 4B | 9C | 21 | 34 | 0 | 4F | 27 | 64 | 41 | 25 |
| Octal | 113 | 234 | 41 | 64 | 0 | 117 | 47 | 144 | 101 | 45 |
| Binary | 1001011 | 10011100 | 100001 | 110100 | 0 | 1001111 | 100111 | 1100100 | 1000001 | 100101 |
Color Harmonies of #4B9C21
Complementary color
Monochromatic Colors of #4B9C21
Black with #4B9C21
Text Example
Text Example
White with #4B9C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9C21; }
p { color: rgb(75,156,33); }
H1.HeaderClassName
{
color: #4B9C21;
}
.AnyTagClassName
{
color: #4B9C21;
}
</style>
background-color css
<style>
a { background-color: #4B9C21; }
a { background-color: rgb(75,156,33); }
div.DivClassName
{
background-color: #4B9C21;
}
.BgClassName
{
background-color: #4B9C21;
}
</style>
border-color css
<style>
span { border-color: #4B9C21; }
span { border-color: rgb(75,156,33); }
td.TdClassName
{
border-color: #4B9C21;
}
.TagClassName
{
border-color: #4B9C21;
}
</style>