Shades of La Palma #4D9A28
Tints of La Palma #4D9A28
RGB
CMYK
RGB Variations
Color information
#4D9A28 (or 0x4D9A28) is known color: La Palma. HEX triplet: 4D, 9A and 28. RGB value is (77,154,40). Sum of RGB (Red+Green+Blue) = 77+154+40=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 154 (60.55% from 255 or 56.83% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 154 - color contains mainly: green. Hex color #4D9A28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9A28 is #B265D7. Grayscale: #767676. Windows color (decimal): -11691480 or 2660941. OLE color: 2660941.
HSL color Cylindrical-coordinate representation of color #4D9A28: hue angle of 100.53º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D9A28 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 154 | 40 | - |
| CMYK | 0.50 | 0 | 0.74 | 0.40 |
| HSL | 100.53º | 0.59% | 0.38% | - |
| HSV(B) | 100.53º | 0.74% | 0.6% | - |
| XYZ | 15 | 24.84 | 6.01 | - |
| YUV | 117.98 | 83.99 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 154 | 40 | 0.50 | 0 | 0.74 | 0.40 | 100.53 | 0.59 | 0.38 |
| Hex | 4D | 9A | 28 | 32 | 0 | 4A | 28 | 65 | 3B | 26 |
| Octal | 115 | 232 | 50 | 62 | 0 | 112 | 50 | 145 | 73 | 46 |
| Binary | 1001101 | 10011010 | 101000 | 110010 | 0 | 1001010 | 101000 | 1100101 | 111011 | 100110 |
Color Harmonies of #4D9A28
Complementary color
Monochromatic Colors of #4D9A28
Black with #4D9A28
Text Example
Text Example
White with #4D9A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9A28; }
p { color: rgb(77,154,40); }
H1.HeaderClassName
{
color: #4D9A28;
}
.AnyTagClassName
{
color: #4D9A28;
}
</style>
background-color css
<style>
a { background-color: #4D9A28; }
a { background-color: rgb(77,154,40); }
div.DivClassName
{
background-color: #4D9A28;
}
.BgClassName
{
background-color: #4D9A28;
}
</style>
border-color css
<style>
span { border-color: #4D9A28; }
span { border-color: rgb(77,154,40); }
td.TdClassName
{
border-color: #4D9A28;
}
.TagClassName
{
border-color: #4D9A28;
}
</style>