Shades of La Palma #4D9320
Tints of La Palma #4D9320
RGB
CMYK
RGB Variations
Color information
#4D9320 (or 0x4D9320) is known color: La Palma. HEX triplet: 4D, 93 and 20. RGB value is (77,147,32). Sum of RGB (Red+Green+Blue) = 77+147+32=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 147 (57.81% from 255 or 57.42% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 147 - color contains mainly: green. Hex color #4D9320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9320 is #B26CDF. Grayscale: #717171. Windows color (decimal): -11693280 or 2134861. OLE color: 2134861.
HSL color Cylindrical-coordinate representation of color #4D9320: hue angle of 96.52º degrees, saturation: 0.64, 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 #4D9320 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 147 | 32 | - |
| CMYK | 0.48 | 0 | 0.78 | 0.42 |
| HSL | 96.52º | 0.64% | 0.35% | - |
| HSV(B) | 96.52º | 0.78% | 0.58% | - |
| XYZ | 13.76 | 22.55 | 4.99 | - |
| YUV | 112.96 | 82.31 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 147 | 32 | 0.48 | 0 | 0.78 | 0.42 | 96.52 | 0.64 | 0.35 |
| Hex | 4D | 93 | 20 | 30 | 0 | 4E | 2A | 61 | 40 | 23 |
| Octal | 115 | 223 | 40 | 60 | 0 | 116 | 52 | 141 | 100 | 43 |
| Binary | 1001101 | 10010011 | 100000 | 110000 | 0 | 1001110 | 101010 | 1100001 | 1000000 | 100011 |
Color Harmonies of #4D9320
Complementary color
Monochromatic Colors of #4D9320
Black with #4D9320
Text Example
Text Example
White with #4D9320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9320; }
p { color: rgb(77,147,32); }
H1.HeaderClassName
{
color: #4D9320;
}
.AnyTagClassName
{
color: #4D9320;
}
</style>
background-color css
<style>
a { background-color: #4D9320; }
a { background-color: rgb(77,147,32); }
div.DivClassName
{
background-color: #4D9320;
}
.BgClassName
{
background-color: #4D9320;
}
</style>
border-color css
<style>
span { border-color: #4D9320; }
span { border-color: rgb(77,147,32); }
td.TdClassName
{
border-color: #4D9320;
}
.TagClassName
{
border-color: #4D9320;
}
</style>