Shades of La Palma #4D8421
Tints of La Palma #4D8421
RGB
CMYK
RGB Variations
Color information
#4D8421 (or 0x4D8421) is known color: La Palma. HEX triplet: 4D, 84 and 21. RGB value is (77,132,33). Sum of RGB (Red+Green+Blue) = 77+132+33=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #4D8421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8421 is #B27BDE. Grayscale: #686868. Windows color (decimal): -11697119 or 2196557. OLE color: 2196557.
HSL color Cylindrical-coordinate representation of color #4D8421: hue angle of 93.33º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D8421 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 132 | 33 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.48 |
| HSL | 93.33º | 0.6% | 0.32% | - |
| HSV(B) | 93.33º | 0.75% | 0.52% | - |
| XYZ | 11.59 | 18.19 | 4.34 | - |
| YUV | 104.27 | 87.78 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 132 | 33 | 0.42 | 0 | 0.75 | 0.48 | 93.33 | 0.6 | 0.32 |
| Hex | 4D | 84 | 21 | 2A | 0 | 4B | 30 | 5D | 3C | 20 |
| Octal | 115 | 204 | 41 | 52 | 0 | 113 | 60 | 135 | 74 | 40 |
| Binary | 1001101 | 10000100 | 100001 | 101010 | 0 | 1001011 | 110000 | 1011101 | 111100 | 100000 |
Color Harmonies of #4D8421
Complementary color
Monochromatic Colors of #4D8421
Black with #4D8421
Text Example
Text Example
White with #4D8421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8421; }
p { color: rgb(77,132,33); }
H1.HeaderClassName
{
color: #4D8421;
}
.AnyTagClassName
{
color: #4D8421;
}
</style>
background-color css
<style>
a { background-color: #4D8421; }
a { background-color: rgb(77,132,33); }
div.DivClassName
{
background-color: #4D8421;
}
.BgClassName
{
background-color: #4D8421;
}
</style>
border-color css
<style>
span { border-color: #4D8421; }
span { border-color: rgb(77,132,33); }
td.TdClassName
{
border-color: #4D8421;
}
.TagClassName
{
border-color: #4D8421;
}
</style>