Shades of La Palma #4D9629
Tints of La Palma #4D9629
RGB
CMYK
RGB Variations
Color information
#4D9629 (or 0x4D9629) is known color: La Palma. HEX triplet: 4D, 96 and 29. RGB value is (77,150,41). Sum of RGB (Red+Green+Blue) = 77+150+41=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #4D9629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9629 is #B269D6. Grayscale: #747474. Windows color (decimal): -11692503 or 2725453. OLE color: 2725453.
HSL color Cylindrical-coordinate representation of color #4D9629: hue angle of 100.18º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D9629 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 150 | 41 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.41 |
| HSL | 100.18º | 0.57% | 0.37% | - |
| HSV(B) | 100.18º | 0.73% | 0.59% | - |
| XYZ | 14.37 | 23.55 | 5.89 | - |
| YUV | 115.75 | 85.82 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 150 | 41 | 0.49 | 0 | 0.73 | 0.41 | 100.18 | 0.57 | 0.37 |
| Hex | 4D | 96 | 29 | 31 | 0 | 49 | 29 | 64 | 39 | 25 |
| Octal | 115 | 226 | 51 | 61 | 0 | 111 | 51 | 144 | 71 | 45 |
| Binary | 1001101 | 10010110 | 101001 | 110001 | 0 | 1001001 | 101001 | 1100100 | 111001 | 100101 |
Color Harmonies of #4D9629
Complementary color
Monochromatic Colors of #4D9629
Black with #4D9629
Text Example
Text Example
White with #4D9629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9629; }
p { color: rgb(77,150,41); }
H1.HeaderClassName
{
color: #4D9629;
}
.AnyTagClassName
{
color: #4D9629;
}
</style>
background-color css
<style>
a { background-color: #4D9629; }
a { background-color: rgb(77,150,41); }
div.DivClassName
{
background-color: #4D9629;
}
.BgClassName
{
background-color: #4D9629;
}
</style>
border-color css
<style>
span { border-color: #4D9629; }
span { border-color: rgb(77,150,41); }
td.TdClassName
{
border-color: #4D9629;
}
.TagClassName
{
border-color: #4D9629;
}
</style>