Shades of La Palma #4D9C31
Tints of La Palma #4D9C31
RGB
CMYK
RGB Variations
Color information
#4D9C31 (or 0x4D9C31) is known color: La Palma. HEX triplet: 4D, 9C and 31. RGB value is (77,156,49). Sum of RGB (Red+Green+Blue) = 77+156+49=282 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.30% from 282); Green value is 156 (61.33% from 255 or 55.32% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 156 - color contains mainly: green. Hex color #4D9C31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9C31 is #B263CE. Grayscale: #787878. Windows color (decimal): -11690959 or 3251277. OLE color: 3251277.
HSL color Cylindrical-coordinate representation of color #4D9C31: hue angle of 104.3º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D9C31 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 156 | 49 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.39 |
| HSL | 104.3º | 0.52% | 0.4% | - |
| HSV(B) | 104.3º | 0.69% | 0.61% | - |
| XYZ | 15.5 | 25.58 | 7.03 | - |
| YUV | 120.18 | 87.83 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 156 | 49 | 0.51 | 0 | 0.69 | 0.39 | 104.3 | 0.52 | 0.4 |
| Hex | 4D | 9C | 31 | 33 | 0 | 45 | 27 | 68 | 34 | 28 |
| Octal | 115 | 234 | 61 | 63 | 0 | 105 | 47 | 150 | 64 | 50 |
| Binary | 1001101 | 10011100 | 110001 | 110011 | 0 | 1000101 | 100111 | 1101000 | 110100 | 101000 |
Color Harmonies of #4D9C31
Complementary color
Monochromatic Colors of #4D9C31
Black with #4D9C31
Text Example
Text Example
White with #4D9C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9C31; }
p { color: rgb(77,156,49); }
H1.HeaderClassName
{
color: #4D9C31;
}
.AnyTagClassName
{
color: #4D9C31;
}
</style>
background-color css
<style>
a { background-color: #4D9C31; }
a { background-color: rgb(77,156,49); }
div.DivClassName
{
background-color: #4D9C31;
}
.BgClassName
{
background-color: #4D9C31;
}
</style>
border-color css
<style>
span { border-color: #4D9C31; }
span { border-color: rgb(77,156,49); }
td.TdClassName
{
border-color: #4D9C31;
}
.TagClassName
{
border-color: #4D9C31;
}
</style>