Shades of La Palma #4D941F
Tints of La Palma #4D941F
RGB
CMYK
RGB Variations
Color information
#4D941F (or 0x4D941F) is known color: La Palma. HEX triplet: 4D, 94 and 1F. RGB value is (77,148,31). Sum of RGB (Red+Green+Blue) = 77+148+31=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 148 (58.20% from 255 or 57.81% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 148 - color contains mainly: green. Hex color #4D941F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D941F is #B26BE0. Grayscale: #717171. Windows color (decimal): -11693025 or 2069581. OLE color: 2069581.
HSL color Cylindrical-coordinate representation of color #4D941F: hue angle of 96.41º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D941F is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 148 | 31 | - |
| CMYK | 0.48 | 0 | 0.79 | 0.42 |
| HSL | 96.41º | 0.65% | 0.35% | - |
| HSV(B) | 96.41º | 0.79% | 0.58% | - |
| XYZ | 13.9 | 22.86 | 4.98 | - |
| YUV | 113.43 | 81.48 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 148 | 31 | 0.48 | 0 | 0.79 | 0.42 | 96.41 | 0.65 | 0.35 |
| Hex | 4D | 94 | 1F | 30 | 0 | 4F | 2A | 60 | 41 | 23 |
| Octal | 115 | 224 | 37 | 60 | 0 | 117 | 52 | 140 | 101 | 43 |
| Binary | 1001101 | 10010100 | 11111 | 110000 | 0 | 1001111 | 101010 | 1100000 | 1000001 | 100011 |
Color Harmonies of #4D941F
Complementary color
Monochromatic Colors of #4D941F
Black with #4D941F
Text Example
Text Example
White with #4D941F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D941F; }
p { color: rgb(77,148,31); }
H1.HeaderClassName
{
color: #4D941F;
}
.AnyTagClassName
{
color: #4D941F;
}
</style>
background-color css
<style>
a { background-color: #4D941F; }
a { background-color: rgb(77,148,31); }
div.DivClassName
{
background-color: #4D941F;
}
.BgClassName
{
background-color: #4D941F;
}
</style>
border-color css
<style>
span { border-color: #4D941F; }
span { border-color: rgb(77,148,31); }
td.TdClassName
{
border-color: #4D941F;
}
.TagClassName
{
border-color: #4D941F;
}
</style>