Shades of La Palma #4D8133
Tints of La Palma #4D8133
RGB
CMYK
RGB Variations
Color information
#4D8133 (or 0x4D8133) is known color: La Palma. HEX triplet: 4D, 81 and 33. RGB value is (77,129,51). Sum of RGB (Red+Green+Blue) = 77+129+51=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #4D8133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8133 is #B27ECC. Grayscale: #686868. Windows color (decimal): -11697869 or 3375437. OLE color: 3375437.
HSL color Cylindrical-coordinate representation of color #4D8133: hue angle of 100º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D8133 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 129 | 51 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.49 |
| HSL | 100º | 0.43% | 0.35% | - |
| HSV(B) | 100º | 0.6% | 0.51% | - |
| XYZ | 11.51 | 17.52 | 5.91 | - |
| YUV | 104.56 | 97.77 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 129 | 51 | 0.40 | 0 | 0.60 | 0.49 | 100 | 0.43 | 0.35 |
| Hex | 4D | 81 | 33 | 28 | 0 | 3C | 31 | 64 | 2B | 23 |
| Octal | 115 | 201 | 63 | 50 | 0 | 74 | 61 | 144 | 53 | 43 |
| Binary | 1001101 | 10000001 | 110011 | 101000 | 0 | 111100 | 110001 | 1100100 | 101011 | 100011 |
Color Harmonies of #4D8133
Complementary color
Monochromatic Colors of #4D8133
Black with #4D8133
Text Example
Text Example
White with #4D8133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8133; }
p { color: rgb(77,129,51); }
H1.HeaderClassName
{
color: #4D8133;
}
.AnyTagClassName
{
color: #4D8133;
}
</style>
background-color css
<style>
a { background-color: #4D8133; }
a { background-color: rgb(77,129,51); }
div.DivClassName
{
background-color: #4D8133;
}
.BgClassName
{
background-color: #4D8133;
}
</style>
border-color css
<style>
span { border-color: #4D8133; }
span { border-color: rgb(77,129,51); }
td.TdClassName
{
border-color: #4D8133;
}
.TagClassName
{
border-color: #4D8133;
}
</style>