Shades of La Palma #4D7F2C
Tints of La Palma #4D7F2C
RGB
CMYK
RGB Variations
Color information
#4D7F2C (or 0x4D7F2C) is known color: La Palma. HEX triplet: 4D, 7F and 2C. RGB value is (77,127,44). Sum of RGB (Red+Green+Blue) = 77+127+44=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #4D7F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7F2C is #B280D3. Grayscale: #666666. Windows color (decimal): -11698388 or 2916173. OLE color: 2916173.
HSL color Cylindrical-coordinate representation of color #4D7F2C: hue angle of 96.14º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D7F2C is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 127 | 44 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.50 |
| HSL | 96.14º | 0.49% | 0.34% | - |
| HSV(B) | 96.14º | 0.65% | 0.5% | - |
| XYZ | 11.1 | 16.94 | 5.07 | - |
| YUV | 102.59 | 94.94 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 127 | 44 | 0.39 | 0 | 0.65 | 0.50 | 96.14 | 0.49 | 0.34 |
| Hex | 4D | 7F | 2C | 27 | 0 | 41 | 32 | 60 | 31 | 22 |
| Octal | 115 | 177 | 54 | 47 | 0 | 101 | 62 | 140 | 61 | 42 |
| Binary | 1001101 | 1111111 | 101100 | 100111 | 0 | 1000001 | 110010 | 1100000 | 110001 | 100010 |
Color Harmonies of #4D7F2C
Complementary color
Monochromatic Colors of #4D7F2C
Black with #4D7F2C
Text Example
Text Example
White with #4D7F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7F2C; }
p { color: rgb(77,127,44); }
H1.HeaderClassName
{
color: #4D7F2C;
}
.AnyTagClassName
{
color: #4D7F2C;
}
</style>
background-color css
<style>
a { background-color: #4D7F2C; }
a { background-color: rgb(77,127,44); }
div.DivClassName
{
background-color: #4D7F2C;
}
.BgClassName
{
background-color: #4D7F2C;
}
</style>
border-color css
<style>
span { border-color: #4D7F2C; }
span { border-color: rgb(77,127,44); }
td.TdClassName
{
border-color: #4D7F2C;
}
.TagClassName
{
border-color: #4D7F2C;
}
</style>