Shades of La Palma #4D9029
Tints of La Palma #4D9029
RGB
CMYK
RGB Variations
Color information
#4D9029 (or 0x4D9029) is known color: La Palma. HEX triplet: 4D, 90 and 29. RGB value is (77,144,41). Sum of RGB (Red+Green+Blue) = 77+144+41=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #4D9029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9029 is #B26FD6. Grayscale: #707070. Windows color (decimal): -11694039 or 2723917. OLE color: 2723917.
HSL color Cylindrical-coordinate representation of color #4D9029: hue angle of 99.03º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D9029 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 144 | 41 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.44 |
| HSL | 99.03º | 0.56% | 0.36% | - |
| HSV(B) | 99.03º | 0.72% | 0.56% | - |
| XYZ | 13.43 | 21.68 | 5.58 | - |
| YUV | 112.23 | 87.8 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 144 | 41 | 0.47 | 0 | 0.72 | 0.44 | 99.03 | 0.56 | 0.36 |
| Hex | 4D | 90 | 29 | 2F | 0 | 48 | 2C | 63 | 38 | 24 |
| Octal | 115 | 220 | 51 | 57 | 0 | 110 | 54 | 143 | 70 | 44 |
| Binary | 1001101 | 10010000 | 101001 | 101111 | 0 | 1001000 | 101100 | 1100011 | 111000 | 100100 |
Color Harmonies of #4D9029
Complementary color
Monochromatic Colors of #4D9029
Black with #4D9029
Text Example
Text Example
White with #4D9029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9029; }
p { color: rgb(77,144,41); }
H1.HeaderClassName
{
color: #4D9029;
}
.AnyTagClassName
{
color: #4D9029;
}
</style>
background-color css
<style>
a { background-color: #4D9029; }
a { background-color: rgb(77,144,41); }
div.DivClassName
{
background-color: #4D9029;
}
.BgClassName
{
background-color: #4D9029;
}
</style>
border-color css
<style>
span { border-color: #4D9029; }
span { border-color: rgb(77,144,41); }
td.TdClassName
{
border-color: #4D9029;
}
.TagClassName
{
border-color: #4D9029;
}
</style>