Shades of La Palma #4D9926
Tints of La Palma #4D9926
RGB
CMYK
RGB Variations
Color information
#4D9926 (or 0x4D9926) is known color: La Palma. HEX triplet: 4D, 99 and 26. RGB value is (77,153,38). Sum of RGB (Red+Green+Blue) = 77+153+38=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #4D9926 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9926 is #B266D9. Grayscale: #757575. Windows color (decimal): -11691738 or 2529613. OLE color: 2529613.
HSL color Cylindrical-coordinate representation of color #4D9926: hue angle of 99.65º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D9926 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 153 | 38 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.4 |
| HSL | 99.65º | 0.6% | 0.37% | - |
| HSV(B) | 99.65º | 0.75% | 0.6% | - |
| XYZ | 14.8 | 24.5 | 5.78 | - |
| YUV | 117.17 | 83.32 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 38 | 0.50 | 0 | 0.75 | 0.4 | 99.65 | 0.6 | 0.37 |
| Hex | 4D | 99 | 26 | 32 | 0 | 4B | 28 | 64 | 3C | 25 |
| Octal | 115 | 231 | 46 | 62 | 0 | 113 | 50 | 144 | 74 | 45 |
| Binary | 1001101 | 10011001 | 100110 | 110010 | 0 | 1001011 | 101000 | 1100100 | 111100 | 100101 |
Color Harmonies of #4D9926
Complementary color
Monochromatic Colors of #4D9926
Black with #4D9926
Text Example
Text Example
White with #4D9926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9926; }
p { color: rgb(77,153,38); }
H1.HeaderClassName
{
color: #4D9926;
}
.AnyTagClassName
{
color: #4D9926;
}
</style>
background-color css
<style>
a { background-color: #4D9926; }
a { background-color: rgb(77,153,38); }
div.DivClassName
{
background-color: #4D9926;
}
.BgClassName
{
background-color: #4D9926;
}
</style>
border-color css
<style>
span { border-color: #4D9926; }
span { border-color: rgb(77,153,38); }
td.TdClassName
{
border-color: #4D9926;
}
.TagClassName
{
border-color: #4D9926;
}
</style>