Shades of La Palma #4D9021
Tints of La Palma #4D9021
RGB
CMYK
RGB Variations
Color information
#4D9021 (or 0x4D9021) is known color: La Palma. HEX triplet: 4D, 90 and 21. RGB value is (77,144,33). Sum of RGB (Red+Green+Blue) = 77+144+33=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #4D9021 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9021 is #B26FDE. Grayscale: #6F6F6F. Windows color (decimal): -11694047 or 2199629. OLE color: 2199629.
HSL color Cylindrical-coordinate representation of color #4D9021: hue angle of 96.22º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D9021 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 144 | 33 | - |
| CMYK | 0.47 | 0 | 0.77 | 0.44 |
| HSL | 96.22º | 0.63% | 0.35% | - |
| HSV(B) | 96.22º | 0.77% | 0.56% | - |
| XYZ | 13.31 | 21.63 | 4.91 | - |
| YUV | 111.31 | 83.8 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 144 | 33 | 0.47 | 0 | 0.77 | 0.44 | 96.22 | 0.63 | 0.35 |
| Hex | 4D | 90 | 21 | 2F | 0 | 4D | 2C | 60 | 3F | 23 |
| Octal | 115 | 220 | 41 | 57 | 0 | 115 | 54 | 140 | 77 | 43 |
| Binary | 1001101 | 10010000 | 100001 | 101111 | 0 | 1001101 | 101100 | 1100000 | 111111 | 100011 |
Color Harmonies of #4D9021
Complementary color
Monochromatic Colors of #4D9021
Black with #4D9021
Text Example
Text Example
White with #4D9021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9021; }
p { color: rgb(77,144,33); }
H1.HeaderClassName
{
color: #4D9021;
}
.AnyTagClassName
{
color: #4D9021;
}
</style>
background-color css
<style>
a { background-color: #4D9021; }
a { background-color: rgb(77,144,33); }
div.DivClassName
{
background-color: #4D9021;
}
.BgClassName
{
background-color: #4D9021;
}
</style>
border-color css
<style>
span { border-color: #4D9021; }
span { border-color: rgb(77,144,33); }
td.TdClassName
{
border-color: #4D9021;
}
.TagClassName
{
border-color: #4D9021;
}
</style>