Shades of La Palma #4A9521
Tints of La Palma #4A9521
RGB
CMYK
RGB Variations
Color information
#4A9521 (or 0x4A9521) is known color: La Palma. HEX triplet: 4A, 95 and 21. RGB value is (74,149,33). Sum of RGB (Red+Green+Blue) = 74+149+33=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #4A9521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9521 is #B56ADE. Grayscale: #717171. Windows color (decimal): -11889375 or 2200906. OLE color: 2200906.
HSL color Cylindrical-coordinate representation of color #4A9521: hue angle of 98.79º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A9521 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 149 | 33 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.42 |
| HSL | 98.79º | 0.64% | 0.36% | - |
| HSV(B) | 98.79º | 0.78% | 0.58% | - |
| XYZ | 13.85 | 23.06 | 5.16 | - |
| YUV | 113.35 | 82.65 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 149 | 33 | 0.50 | 0 | 0.78 | 0.42 | 98.79 | 0.64 | 0.36 |
| Hex | 4A | 95 | 21 | 32 | 0 | 4E | 2A | 63 | 40 | 24 |
| Octal | 112 | 225 | 41 | 62 | 0 | 116 | 52 | 143 | 100 | 44 |
| Binary | 1001010 | 10010101 | 100001 | 110010 | 0 | 1001110 | 101010 | 1100011 | 1000000 | 100100 |
Color Harmonies of #4A9521
Complementary color
Monochromatic Colors of #4A9521
Black with #4A9521
Text Example
Text Example
White with #4A9521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9521; }
p { color: rgb(74,149,33); }
H1.HeaderClassName
{
color: #4A9521;
}
.AnyTagClassName
{
color: #4A9521;
}
</style>
background-color css
<style>
a { background-color: #4A9521; }
a { background-color: rgb(74,149,33); }
div.DivClassName
{
background-color: #4A9521;
}
.BgClassName
{
background-color: #4A9521;
}
</style>
border-color css
<style>
span { border-color: #4A9521; }
span { border-color: rgb(74,149,33); }
td.TdClassName
{
border-color: #4A9521;
}
.TagClassName
{
border-color: #4A9521;
}
</style>