Shades of La Palma #4D9130
Tints of La Palma #4D9130
RGB
CMYK
RGB Variations
Color information
#4D9130 (or 0x4D9130) is known color: La Palma. HEX triplet: 4D, 91 and 30. RGB value is (77,145,48). Sum of RGB (Red+Green+Blue) = 77+145+48=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 145 (57.03% from 255 or 53.70% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 145 - color contains mainly: green. Hex color #4D9130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9130 is #B26ECF. Grayscale: #717171. Windows color (decimal): -11693776 or 3182925. OLE color: 3182925.
HSL color Cylindrical-coordinate representation of color #4D9130: hue angle of 102.06º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D9130 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 145 | 48 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.43 |
| HSL | 102.06º | 0.5% | 0.38% | - |
| HSV(B) | 102.06º | 0.67% | 0.57% | - |
| XYZ | 13.72 | 22.04 | 6.33 | - |
| YUV | 113.61 | 90.97 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 48 | 0.47 | 0 | 0.67 | 0.43 | 102.06 | 0.5 | 0.38 |
| Hex | 4D | 91 | 30 | 2F | 0 | 43 | 2B | 66 | 32 | 26 |
| Octal | 115 | 221 | 60 | 57 | 0 | 103 | 53 | 146 | 62 | 46 |
| Binary | 1001101 | 10010001 | 110000 | 101111 | 0 | 1000011 | 101011 | 1100110 | 110010 | 100110 |
Color Harmonies of #4D9130
Complementary color
Monochromatic Colors of #4D9130
Black with #4D9130
Text Example
Text Example
White with #4D9130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9130; }
p { color: rgb(77,145,48); }
H1.HeaderClassName
{
color: #4D9130;
}
.AnyTagClassName
{
color: #4D9130;
}
</style>
background-color css
<style>
a { background-color: #4D9130; }
a { background-color: rgb(77,145,48); }
div.DivClassName
{
background-color: #4D9130;
}
.BgClassName
{
background-color: #4D9130;
}
</style>
border-color css
<style>
span { border-color: #4D9130; }
span { border-color: rgb(77,145,48); }
td.TdClassName
{
border-color: #4D9130;
}
.TagClassName
{
border-color: #4D9130;
}
</style>