Shades of La Palma #4D931E
Tints of La Palma #4D931E
RGB
CMYK
RGB Variations
Color information
#4D931E (or 0x4D931E) is known color: La Palma. HEX triplet: 4D, 93 and 1E. RGB value is (77,147,30). Sum of RGB (Red+Green+Blue) = 77+147+30=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 147 (57.81% from 255 or 57.87% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 147 - color contains mainly: green. Hex color #4D931E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D931E is #B26CE1. Grayscale: #717171. Windows color (decimal): -11693282 or 2003789. OLE color: 2003789.
HSL color Cylindrical-coordinate representation of color #4D931E: hue angle of 95.9º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D931E is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 147 | 30 | - |
| CMYK | 0.48 | 0 | 0.80 | 0.42 |
| HSL | 95.9º | 0.66% | 0.35% | - |
| HSV(B) | 95.9º | 0.8% | 0.58% | - |
| XYZ | 13.73 | 22.54 | 4.86 | - |
| YUV | 112.73 | 81.31 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 147 | 30 | 0.48 | 0 | 0.80 | 0.42 | 95.9 | 0.66 | 0.35 |
| Hex | 4D | 93 | 1E | 30 | 0 | 50 | 2A | 60 | 42 | 23 |
| Octal | 115 | 223 | 36 | 60 | 0 | 120 | 52 | 140 | 102 | 43 |
| Binary | 1001101 | 10010011 | 11110 | 110000 | 0 | 1010000 | 101010 | 1100000 | 1000010 | 100011 |
Color Harmonies of #4D931E
Complementary color
Monochromatic Colors of #4D931E
Black with #4D931E
Text Example
Text Example
White with #4D931E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D931E; }
p { color: rgb(77,147,30); }
H1.HeaderClassName
{
color: #4D931E;
}
.AnyTagClassName
{
color: #4D931E;
}
</style>
background-color css
<style>
a { background-color: #4D931E; }
a { background-color: rgb(77,147,30); }
div.DivClassName
{
background-color: #4D931E;
}
.BgClassName
{
background-color: #4D931E;
}
</style>
border-color css
<style>
span { border-color: #4D931E; }
span { border-color: rgb(77,147,30); }
td.TdClassName
{
border-color: #4D931E;
}
.TagClassName
{
border-color: #4D931E;
}
</style>