Shades of La Palma #4D922E
Tints of La Palma #4D922E
RGB
CMYK
RGB Variations
Color information
#4D922E (or 0x4D922E) is known color: La Palma. HEX triplet: 4D, 92 and 2E. RGB value is (77,146,46). Sum of RGB (Red+Green+Blue) = 77+146+46=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #4D922E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D922E is #B26DD1. Grayscale: #727272. Windows color (decimal): -11693522 or 3052109. OLE color: 3052109.
HSL color Cylindrical-coordinate representation of color #4D922E: hue angle of 101.4º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D922E is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 146 | 46 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.43 |
| HSL | 101.4º | 0.52% | 0.38% | - |
| HSV(B) | 101.4º | 0.68% | 0.57% | - |
| XYZ | 13.83 | 22.33 | 6.17 | - |
| YUV | 113.97 | 89.64 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 146 | 46 | 0.47 | 0 | 0.68 | 0.43 | 101.4 | 0.52 | 0.38 |
| Hex | 4D | 92 | 2E | 2F | 0 | 44 | 2B | 65 | 34 | 26 |
| Octal | 115 | 222 | 56 | 57 | 0 | 104 | 53 | 145 | 64 | 46 |
| Binary | 1001101 | 10010010 | 101110 | 101111 | 0 | 1000100 | 101011 | 1100101 | 110100 | 100110 |
Color Harmonies of #4D922E
Complementary color
Monochromatic Colors of #4D922E
Black with #4D922E
Text Example
Text Example
White with #4D922E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D922E; }
p { color: rgb(77,146,46); }
H1.HeaderClassName
{
color: #4D922E;
}
.AnyTagClassName
{
color: #4D922E;
}
</style>
background-color css
<style>
a { background-color: #4D922E; }
a { background-color: rgb(77,146,46); }
div.DivClassName
{
background-color: #4D922E;
}
.BgClassName
{
background-color: #4D922E;
}
</style>
border-color css
<style>
span { border-color: #4D922E; }
span { border-color: rgb(77,146,46); }
td.TdClassName
{
border-color: #4D922E;
}
.TagClassName
{
border-color: #4D922E;
}
</style>