Shades of La Palma #4D811F
Tints of La Palma #4D811F
RGB
CMYK
RGB Variations
Color information
#4D811F (or 0x4D811F) is known color: La Palma. HEX triplet: 4D, 81 and 1F. RGB value is (77,129,31). Sum of RGB (Red+Green+Blue) = 77+129+31=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 129 (50.78% from 255 or 54.43% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 129 - color contains mainly: green. Hex color #4D811F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D811F is #B27EE0. Grayscale: #666666. Windows color (decimal): -11697889 or 2064717. OLE color: 2064717.
HSL color Cylindrical-coordinate representation of color #4D811F: hue angle of 91.84º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D811F is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 129 | 31 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.49 |
| HSL | 91.84º | 0.61% | 0.31% | - |
| HSV(B) | 91.84º | 0.76% | 0.51% | - |
| XYZ | 11.16 | 17.38 | 4.06 | - |
| YUV | 102.28 | 87.77 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 129 | 31 | 0.40 | 0 | 0.76 | 0.49 | 91.84 | 0.61 | 0.31 |
| Hex | 4D | 81 | 1F | 28 | 0 | 4C | 31 | 5C | 3D | 1F |
| Octal | 115 | 201 | 37 | 50 | 0 | 114 | 61 | 134 | 75 | 37 |
| Binary | 1001101 | 10000001 | 11111 | 101000 | 0 | 1001100 | 110001 | 1011100 | 111101 | 11111 |
Color Harmonies of #4D811F
Complementary color
Monochromatic Colors of #4D811F
Black with #4D811F
Text Example
Text Example
White with #4D811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D811F; }
p { color: rgb(77,129,31); }
H1.HeaderClassName
{
color: #4D811F;
}
.AnyTagClassName
{
color: #4D811F;
}
</style>
background-color css
<style>
a { background-color: #4D811F; }
a { background-color: rgb(77,129,31); }
div.DivClassName
{
background-color: #4D811F;
}
.BgClassName
{
background-color: #4D811F;
}
</style>
border-color css
<style>
span { border-color: #4D811F; }
span { border-color: rgb(77,129,31); }
td.TdClassName
{
border-color: #4D811F;
}
.TagClassName
{
border-color: #4D811F;
}
</style>