Shades of La Palma #4D992B
Tints of La Palma #4D992B
RGB
CMYK
RGB Variations
Color information
#4D992B (or 0x4D992B) is known color: La Palma. HEX triplet: 4D, 99 and 2B. RGB value is (77,153,43). Sum of RGB (Red+Green+Blue) = 77+153+43=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #4D992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D992B is #B266D4. Grayscale: #767676. Windows color (decimal): -11691733 or 2857293. OLE color: 2857293.
HSL color Cylindrical-coordinate representation of color #4D992B: hue angle of 101.45º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D992B is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 153 | 43 | - |
| CMYK | 0.50 | 0 | 0.72 | 0.4 |
| HSL | 101.45º | 0.56% | 0.38% | - |
| HSV(B) | 101.45º | 0.72% | 0.6% | - |
| XYZ | 14.89 | 24.53 | 6.24 | - |
| YUV | 117.74 | 85.82 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 43 | 0.50 | 0 | 0.72 | 0.4 | 101.45 | 0.56 | 0.38 |
| Hex | 4D | 99 | 2B | 32 | 0 | 48 | 28 | 65 | 38 | 26 |
| Octal | 115 | 231 | 53 | 62 | 0 | 110 | 50 | 145 | 70 | 46 |
| Binary | 1001101 | 10011001 | 101011 | 110010 | 0 | 1001000 | 101000 | 1100101 | 111000 | 100110 |
Color Harmonies of #4D992B
Complementary color
Monochromatic Colors of #4D992B
Black with #4D992B
Text Example
Text Example
White with #4D992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D992B; }
p { color: rgb(77,153,43); }
H1.HeaderClassName
{
color: #4D992B;
}
.AnyTagClassName
{
color: #4D992B;
}
</style>
background-color css
<style>
a { background-color: #4D992B; }
a { background-color: rgb(77,153,43); }
div.DivClassName
{
background-color: #4D992B;
}
.BgClassName
{
background-color: #4D992B;
}
</style>
border-color css
<style>
span { border-color: #4D992B; }
span { border-color: rgb(77,153,43); }
td.TdClassName
{
border-color: #4D992B;
}
.TagClassName
{
border-color: #4D992B;
}
</style>