Shades of La Palma #4D8328
Tints of La Palma #4D8328
RGB
CMYK
RGB Variations
Color information
#4D8328 (or 0x4D8328) is known color: La Palma. HEX triplet: 4D, 83 and 28. RGB value is (77,131,40). Sum of RGB (Red+Green+Blue) = 77+131+40=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #4D8328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8328 is #B27CD7. Grayscale: #686868. Windows color (decimal): -11697368 or 2655053. OLE color: 2655053.
HSL color Cylindrical-coordinate representation of color #4D8328: hue angle of 95.6º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D8328 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 131 | 40 | - |
| CMYK | 0.41 | 0 | 0.69 | 0.49 |
| HSL | 95.6º | 0.53% | 0.34% | - |
| HSV(B) | 95.6º | 0.69% | 0.51% | - |
| XYZ | 11.56 | 17.96 | 4.87 | - |
| YUV | 104.48 | 91.61 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 131 | 40 | 0.41 | 0 | 0.69 | 0.49 | 95.6 | 0.53 | 0.34 |
| Hex | 4D | 83 | 28 | 29 | 0 | 45 | 31 | 60 | 35 | 22 |
| Octal | 115 | 203 | 50 | 51 | 0 | 105 | 61 | 140 | 65 | 42 |
| Binary | 1001101 | 10000011 | 101000 | 101001 | 0 | 1000101 | 110001 | 1100000 | 110101 | 100010 |
Color Harmonies of #4D8328
Complementary color
Monochromatic Colors of #4D8328
Black with #4D8328
Text Example
Text Example
White with #4D8328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8328; }
p { color: rgb(77,131,40); }
H1.HeaderClassName
{
color: #4D8328;
}
.AnyTagClassName
{
color: #4D8328;
}
</style>
background-color css
<style>
a { background-color: #4D8328; }
a { background-color: rgb(77,131,40); }
div.DivClassName
{
background-color: #4D8328;
}
.BgClassName
{
background-color: #4D8328;
}
</style>
border-color css
<style>
span { border-color: #4D8328; }
span { border-color: rgb(77,131,40); }
td.TdClassName
{
border-color: #4D8328;
}
.TagClassName
{
border-color: #4D8328;
}
</style>