Shades of La Palma #4D8625
Tints of La Palma #4D8625
RGB
CMYK
RGB Variations
Color information
#4D8625 (or 0x4D8625) is known color: La Palma. HEX triplet: 4D, 86 and 25. RGB value is (77,134,37). Sum of RGB (Red+Green+Blue) = 77+134+37=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #4D8625 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8625 is #B279DA. Grayscale: #6A6A6A. Windows color (decimal): -11696603 or 2459213. OLE color: 2459213.
HSL color Cylindrical-coordinate representation of color #4D8625: hue angle of 95.26º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D8625 is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 134 | 37 | - |
| CMYK | 0.43 | 0 | 0.72 | 0.47 |
| HSL | 95.26º | 0.57% | 0.34% | - |
| HSV(B) | 95.26º | 0.72% | 0.53% | - |
| XYZ | 11.92 | 18.76 | 4.74 | - |
| YUV | 105.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 134 | 37 | 0.43 | 0 | 0.72 | 0.47 | 95.26 | 0.57 | 0.34 |
| Hex | 4D | 86 | 25 | 2B | 0 | 48 | 2F | 5F | 39 | 22 |
| Octal | 115 | 206 | 45 | 53 | 0 | 110 | 57 | 137 | 71 | 42 |
| Binary | 1001101 | 10000110 | 100101 | 101011 | 0 | 1001000 | 101111 | 1011111 | 111001 | 100010 |
Color Harmonies of #4D8625
Complementary color
Monochromatic Colors of #4D8625
Black with #4D8625
Text Example
Text Example
White with #4D8625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8625; }
p { color: rgb(77,134,37); }
H1.HeaderClassName
{
color: #4D8625;
}
.AnyTagClassName
{
color: #4D8625;
}
</style>
background-color css
<style>
a { background-color: #4D8625; }
a { background-color: rgb(77,134,37); }
div.DivClassName
{
background-color: #4D8625;
}
.BgClassName
{
background-color: #4D8625;
}
</style>
border-color css
<style>
span { border-color: #4D8625; }
span { border-color: rgb(77,134,37); }
td.TdClassName
{
border-color: #4D8625;
}
.TagClassName
{
border-color: #4D8625;
}
</style>