Shades of La Palma #4D9D38
Tints of La Palma #4D9D38
RGB
CMYK
RGB Variations
Color information
#4D9D38 (or 0x4D9D38) is known color: La Palma. HEX triplet: 4D, 9D and 38. RGB value is (77,157,56). Sum of RGB (Red+Green+Blue) = 77+157+56=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 157 (61.72% from 255 or 54.14% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 157 - color contains mainly: green. Hex color #4D9D38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9D38 is #B262C7. Grayscale: #797979. Windows color (decimal): -11690696 or 3710285. OLE color: 3710285.
HSL color Cylindrical-coordinate representation of color #4D9D38: hue angle of 107.52º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D9D38 is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 157 | 56 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.38 |
| HSL | 107.52º | 0.47% | 0.42% | - |
| HSV(B) | 107.52º | 0.64% | 0.62% | - |
| XYZ | 15.83 | 25.98 | 7.92 | - |
| YUV | 121.57 | 91 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 157 | 56 | 0.51 | 0 | 0.64 | 0.38 | 107.52 | 0.47 | 0.42 |
| Hex | 4D | 9D | 38 | 33 | 0 | 40 | 26 | 6C | 2F | 2A |
| Octal | 115 | 235 | 70 | 63 | 0 | 100 | 46 | 154 | 57 | 52 |
| Binary | 1001101 | 10011101 | 111000 | 110011 | 0 | 1000000 | 100110 | 1101100 | 101111 | 101010 |
Color Harmonies of #4D9D38
Complementary color
Monochromatic Colors of #4D9D38
Black with #4D9D38
Text Example
Text Example
White with #4D9D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9D38; }
p { color: rgb(77,157,56); }
H1.HeaderClassName
{
color: #4D9D38;
}
.AnyTagClassName
{
color: #4D9D38;
}
</style>
background-color css
<style>
a { background-color: #4D9D38; }
a { background-color: rgb(77,157,56); }
div.DivClassName
{
background-color: #4D9D38;
}
.BgClassName
{
background-color: #4D9D38;
}
</style>
border-color css
<style>
span { border-color: #4D9D38; }
span { border-color: rgb(77,157,56); }
td.TdClassName
{
border-color: #4D9D38;
}
.TagClassName
{
border-color: #4D9D38;
}
</style>