Shades of La Palma #4A9321
Tints of La Palma #4A9321
RGB
CMYK
RGB Variations
Color information
#4A9321 (or 0x4A9321) is known color: La Palma. HEX triplet: 4A, 93 and 21. RGB value is (74,147,33). Sum of RGB (Red+Green+Blue) = 74+147+33=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 147 (57.81% from 255 or 57.87% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 147 - color contains mainly: green. Hex color #4A9321 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9321 is #B56CDE. Grayscale: #707070. Windows color (decimal): -11889887 or 2200394. OLE color: 2200394.
HSL color Cylindrical-coordinate representation of color #4A9321: hue angle of 98.42º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A9321 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 147 | 33 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.42 |
| HSL | 98.42º | 0.63% | 0.35% | - |
| HSV(B) | 98.42º | 0.78% | 0.58% | - |
| XYZ | 13.53 | 22.43 | 5.06 | - |
| YUV | 112.18 | 83.32 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 147 | 33 | 0.50 | 0 | 0.78 | 0.42 | 98.42 | 0.63 | 0.35 |
| Hex | 4A | 93 | 21 | 32 | 0 | 4E | 2A | 62 | 3F | 23 |
| Octal | 112 | 223 | 41 | 62 | 0 | 116 | 52 | 142 | 77 | 43 |
| Binary | 1001010 | 10010011 | 100001 | 110010 | 0 | 1001110 | 101010 | 1100010 | 111111 | 100011 |
Color Harmonies of #4A9321
Complementary color
Monochromatic Colors of #4A9321
Black with #4A9321
Text Example
Text Example
White with #4A9321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9321; }
p { color: rgb(74,147,33); }
H1.HeaderClassName
{
color: #4A9321;
}
.AnyTagClassName
{
color: #4A9321;
}
</style>
background-color css
<style>
a { background-color: #4A9321; }
a { background-color: rgb(74,147,33); }
div.DivClassName
{
background-color: #4A9321;
}
.BgClassName
{
background-color: #4A9321;
}
</style>
border-color css
<style>
span { border-color: #4A9321; }
span { border-color: rgb(74,147,33); }
td.TdClassName
{
border-color: #4A9321;
}
.TagClassName
{
border-color: #4A9321;
}
</style>