Shades of La Palma #4D992F
Tints of La Palma #4D992F
RGB
CMYK
RGB Variations
Color information
#4D992F (or 0x4D992F) is known color: La Palma. HEX triplet: 4D, 99 and 2F. RGB value is (77,153,47). Sum of RGB (Red+Green+Blue) = 77+153+47=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #4D992F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D992F is #B266D0. Grayscale: #767676. Windows color (decimal): -11691729 or 3119437. OLE color: 3119437.
HSL color Cylindrical-coordinate representation of color #4D992F: hue angle of 103.02º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D992F is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 153 | 47 | - |
| CMYK | 0.50 | 0 | 0.69 | 0.4 |
| HSL | 103.02º | 0.53% | 0.39% | - |
| HSV(B) | 103.02º | 0.69% | 0.6% | - |
| XYZ | 14.96 | 24.57 | 6.64 | - |
| YUV | 118.19 | 87.82 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 47 | 0.50 | 0 | 0.69 | 0.4 | 103.02 | 0.53 | 0.39 |
| Hex | 4D | 99 | 2F | 32 | 0 | 45 | 28 | 67 | 35 | 27 |
| Octal | 115 | 231 | 57 | 62 | 0 | 105 | 50 | 147 | 65 | 47 |
| Binary | 1001101 | 10011001 | 101111 | 110010 | 0 | 1000101 | 101000 | 1100111 | 110101 | 100111 |
Color Harmonies of #4D992F
Complementary color
Monochromatic Colors of #4D992F
Black with #4D992F
Text Example
Text Example
White with #4D992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D992F; }
p { color: rgb(77,153,47); }
H1.HeaderClassName
{
color: #4D992F;
}
.AnyTagClassName
{
color: #4D992F;
}
</style>
background-color css
<style>
a { background-color: #4D992F; }
a { background-color: rgb(77,153,47); }
div.DivClassName
{
background-color: #4D992F;
}
.BgClassName
{
background-color: #4D992F;
}
</style>
border-color css
<style>
span { border-color: #4D992F; }
span { border-color: rgb(77,153,47); }
td.TdClassName
{
border-color: #4D992F;
}
.TagClassName
{
border-color: #4D992F;
}
</style>