Shades of La Palma #4D852F
Tints of La Palma #4D852F
RGB
CMYK
RGB Variations
Color information
#4D852F (or 0x4D852F) is known color: La Palma. HEX triplet: 4D, 85 and 2F. RGB value is (77,133,47). Sum of RGB (Red+Green+Blue) = 77+133+47=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #4D852F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D852F is #B27AD0. Grayscale: #6A6A6A. Windows color (decimal): -11696849 or 3114317. OLE color: 3114317.
HSL color Cylindrical-coordinate representation of color #4D852F: hue angle of 99.07º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D852F is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 133 | 47 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.48 |
| HSL | 99.07º | 0.48% | 0.35% | - |
| HSV(B) | 99.07º | 0.65% | 0.52% | - |
| XYZ | 11.96 | 18.56 | 5.64 | - |
| YUV | 106.45 | 94.45 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 47 | 0.42 | 0 | 0.65 | 0.48 | 99.07 | 0.48 | 0.35 |
| Hex | 4D | 85 | 2F | 2A | 0 | 41 | 30 | 63 | 30 | 23 |
| Octal | 115 | 205 | 57 | 52 | 0 | 101 | 60 | 143 | 60 | 43 |
| Binary | 1001101 | 10000101 | 101111 | 101010 | 0 | 1000001 | 110000 | 1100011 | 110000 | 100011 |
Color Harmonies of #4D852F
Complementary color
Monochromatic Colors of #4D852F
Black with #4D852F
Text Example
Text Example
White with #4D852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D852F; }
p { color: rgb(77,133,47); }
H1.HeaderClassName
{
color: #4D852F;
}
.AnyTagClassName
{
color: #4D852F;
}
</style>
background-color css
<style>
a { background-color: #4D852F; }
a { background-color: rgb(77,133,47); }
div.DivClassName
{
background-color: #4D852F;
}
.BgClassName
{
background-color: #4D852F;
}
</style>
border-color css
<style>
span { border-color: #4D852F; }
span { border-color: rgb(77,133,47); }
td.TdClassName
{
border-color: #4D852F;
}
.TagClassName
{
border-color: #4D852F;
}
</style>