Shades of La Palma #4D812C
Tints of La Palma #4D812C
RGB
CMYK
RGB Variations
Color information
#4D812C (or 0x4D812C) is known color: La Palma. HEX triplet: 4D, 81 and 2C. RGB value is (77,129,44). Sum of RGB (Red+Green+Blue) = 77+129+44=250 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.8% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #4D812C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D812C is #B27ED3. Grayscale: #686868. Windows color (decimal): -11697876 or 2916685. OLE color: 2916685.
HSL color Cylindrical-coordinate representation of color #4D812C: hue angle of 96.71º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D812C is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 129 | 44 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.49 |
| HSL | 96.71º | 0.49% | 0.34% | - |
| HSV(B) | 96.71º | 0.66% | 0.51% | - |
| XYZ | 11.37 | 17.46 | 5.15 | - |
| YUV | 103.76 | 94.27 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 129 | 44 | 0.40 | 0 | 0.66 | 0.49 | 96.71 | 0.49 | 0.34 |
| Hex | 4D | 81 | 2C | 28 | 0 | 42 | 31 | 61 | 31 | 22 |
| Octal | 115 | 201 | 54 | 50 | 0 | 102 | 61 | 141 | 61 | 42 |
| Binary | 1001101 | 10000001 | 101100 | 101000 | 0 | 1000010 | 110001 | 1100001 | 110001 | 100010 |
Color Harmonies of #4D812C
Complementary color
Monochromatic Colors of #4D812C
Black with #4D812C
Text Example
Text Example
White with #4D812C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D812C; }
p { color: rgb(77,129,44); }
H1.HeaderClassName
{
color: #4D812C;
}
.AnyTagClassName
{
color: #4D812C;
}
</style>
background-color css
<style>
a { background-color: #4D812C; }
a { background-color: rgb(77,129,44); }
div.DivClassName
{
background-color: #4D812C;
}
.BgClassName
{
background-color: #4D812C;
}
</style>
border-color css
<style>
span { border-color: #4D812C; }
span { border-color: rgb(77,129,44); }
td.TdClassName
{
border-color: #4D812C;
}
.TagClassName
{
border-color: #4D812C;
}
</style>