Shades of La Palma #4D8E2D
Tints of La Palma #4D8E2D
RGB
CMYK
RGB Variations
Color information
#4D8E2D (or 0x4D8E2D) is known color: La Palma. HEX triplet: 4D, 8E and 2D. RGB value is (77,142,45). Sum of RGB (Red+Green+Blue) = 77+142+45=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 142 (55.86% from 255 or 53.79% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 142 - color contains mainly: green. Hex color #4D8E2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8E2D is #B271D2. Grayscale: #6F6F6F. Windows color (decimal): -11694547 or 2985549. OLE color: 2985549.
HSL color Cylindrical-coordinate representation of color #4D8E2D: hue angle of 100.21º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D8E2D is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 142 | 45 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.44 |
| HSL | 100.21º | 0.52% | 0.37% | - |
| HSV(B) | 100.21º | 0.68% | 0.56% | - |
| XYZ | 13.21 | 21.11 | 5.86 | - |
| YUV | 111.51 | 90.47 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 142 | 45 | 0.46 | 0 | 0.68 | 0.44 | 100.21 | 0.52 | 0.37 |
| Hex | 4D | 8E | 2D | 2E | 0 | 44 | 2C | 64 | 34 | 25 |
| Octal | 115 | 216 | 55 | 56 | 0 | 104 | 54 | 144 | 64 | 45 |
| Binary | 1001101 | 10001110 | 101101 | 101110 | 0 | 1000100 | 101100 | 1100100 | 110100 | 100101 |
Color Harmonies of #4D8E2D
Complementary color
Monochromatic Colors of #4D8E2D
Black with #4D8E2D
Text Example
Text Example
White with #4D8E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8E2D; }
p { color: rgb(77,142,45); }
H1.HeaderClassName
{
color: #4D8E2D;
}
.AnyTagClassName
{
color: #4D8E2D;
}
</style>
background-color css
<style>
a { background-color: #4D8E2D; }
a { background-color: rgb(77,142,45); }
div.DivClassName
{
background-color: #4D8E2D;
}
.BgClassName
{
background-color: #4D8E2D;
}
</style>
border-color css
<style>
span { border-color: #4D8E2D; }
span { border-color: rgb(77,142,45); }
td.TdClassName
{
border-color: #4D8E2D;
}
.TagClassName
{
border-color: #4D8E2D;
}
</style>