Shades of La Palma #4D993D
Tints of La Palma #4D993D
RGB
CMYK
RGB Variations
Color information
#4D993D (or 0x4D993D) is known color: La Palma. HEX triplet: 4D, 99 and 3D. RGB value is (77,153,61). Sum of RGB (Red+Green+Blue) = 77+153+61=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #4D993D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D993D is #B266C2. Grayscale: #787878. Windows color (decimal): -11691715 or 4036941. OLE color: 4036941.
HSL color Cylindrical-coordinate representation of color #4D993D: hue angle of 109.57º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D993D is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 153 | 61 | - |
| CMYK | 0.50 | 0 | 0.60 | 0.4 |
| HSL | 109.57º | 0.43% | 0.42% | - |
| HSV(B) | 109.57º | 0.6% | 0.6% | - |
| XYZ | 15.29 | 24.7 | 8.38 | - |
| YUV | 119.79 | 94.82 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 61 | 0.50 | 0 | 0.60 | 0.4 | 109.57 | 0.43 | 0.42 |
| Hex | 4D | 99 | 3D | 32 | 0 | 3C | 28 | 6E | 2B | 2A |
| Octal | 115 | 231 | 75 | 62 | 0 | 74 | 50 | 156 | 53 | 52 |
| Binary | 1001101 | 10011001 | 111101 | 110010 | 0 | 111100 | 101000 | 1101110 | 101011 | 101010 |
Color Harmonies of #4D993D
Complementary color
Monochromatic Colors of #4D993D
Black with #4D993D
Text Example
Text Example
White with #4D993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D993D; }
p { color: rgb(77,153,61); }
H1.HeaderClassName
{
color: #4D993D;
}
.AnyTagClassName
{
color: #4D993D;
}
</style>
background-color css
<style>
a { background-color: #4D993D; }
a { background-color: rgb(77,153,61); }
div.DivClassName
{
background-color: #4D993D;
}
.BgClassName
{
background-color: #4D993D;
}
</style>
border-color css
<style>
span { border-color: #4D993D; }
span { border-color: rgb(77,153,61); }
td.TdClassName
{
border-color: #4D993D;
}
.TagClassName
{
border-color: #4D993D;
}
</style>