Shades of La Palma #4D8521
Tints of La Palma #4D8521
RGB
CMYK
RGB Variations
Color information
#4D8521 (or 0x4D8521) is known color: La Palma. HEX triplet: 4D, 85 and 21. RGB value is (77,133,33). Sum of RGB (Red+Green+Blue) = 77+133+33=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #4D8521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8521 is #B27ADE. Grayscale: #696969. Windows color (decimal): -11696863 or 2196813. OLE color: 2196813.
HSL color Cylindrical-coordinate representation of color #4D8521: hue angle of 93.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D8521 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 133 | 33 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.48 |
| HSL | 93.6º | 0.6% | 0.33% | - |
| HSV(B) | 93.6º | 0.75% | 0.52% | - |
| XYZ | 11.72 | 18.46 | 4.38 | - |
| YUV | 104.86 | 87.45 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 33 | 0.42 | 0 | 0.75 | 0.48 | 93.6 | 0.6 | 0.33 |
| Hex | 4D | 85 | 21 | 2A | 0 | 4B | 30 | 5E | 3C | 21 |
| Octal | 115 | 205 | 41 | 52 | 0 | 113 | 60 | 136 | 74 | 41 |
| Binary | 1001101 | 10000101 | 100001 | 101010 | 0 | 1001011 | 110000 | 1011110 | 111100 | 100001 |
Color Harmonies of #4D8521
Complementary color
Monochromatic Colors of #4D8521
Black with #4D8521
Text Example
Text Example
White with #4D8521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8521; }
p { color: rgb(77,133,33); }
H1.HeaderClassName
{
color: #4D8521;
}
.AnyTagClassName
{
color: #4D8521;
}
</style>
background-color css
<style>
a { background-color: #4D8521; }
a { background-color: rgb(77,133,33); }
div.DivClassName
{
background-color: #4D8521;
}
.BgClassName
{
background-color: #4D8521;
}
</style>
border-color css
<style>
span { border-color: #4D8521; }
span { border-color: rgb(77,133,33); }
td.TdClassName
{
border-color: #4D8521;
}
.TagClassName
{
border-color: #4D8521;
}
</style>