Shades of La Palma #4D9D33
Tints of La Palma #4D9D33
RGB
CMYK
RGB Variations
Color information
#4D9D33 (or 0x4D9D33) is known color: La Palma. HEX triplet: 4D, 9D and 33. RGB value is (77,157,51). Sum of RGB (Red+Green+Blue) = 77+157+51=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 157 (61.72% from 255 or 55.09% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 157 - color contains mainly: green. Hex color #4D9D33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9D33 is #B262CC. Grayscale: #797979. Windows color (decimal): -11690701 or 3382605. OLE color: 3382605.
HSL color Cylindrical-coordinate representation of color #4D9D33: hue angle of 105.28º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D9D33 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 157 | 51 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.38 |
| HSL | 105.28º | 0.51% | 0.41% | - |
| HSV(B) | 105.28º | 0.68% | 0.62% | - |
| XYZ | 15.72 | 25.93 | 7.31 | - |
| YUV | 121 | 88.5 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 157 | 51 | 0.51 | 0 | 0.68 | 0.38 | 105.28 | 0.51 | 0.41 |
| Hex | 4D | 9D | 33 | 33 | 0 | 44 | 26 | 69 | 33 | 29 |
| Octal | 115 | 235 | 63 | 63 | 0 | 104 | 46 | 151 | 63 | 51 |
| Binary | 1001101 | 10011101 | 110011 | 110011 | 0 | 1000100 | 100110 | 1101001 | 110011 | 101001 |
Color Harmonies of #4D9D33
Complementary color
Monochromatic Colors of #4D9D33
Black with #4D9D33
Text Example
Text Example
White with #4D9D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9D33; }
p { color: rgb(77,157,51); }
H1.HeaderClassName
{
color: #4D9D33;
}
.AnyTagClassName
{
color: #4D9D33;
}
</style>
background-color css
<style>
a { background-color: #4D9D33; }
a { background-color: rgb(77,157,51); }
div.DivClassName
{
background-color: #4D9D33;
}
.BgClassName
{
background-color: #4D9D33;
}
</style>
border-color css
<style>
span { border-color: #4D9D33; }
span { border-color: rgb(77,157,51); }
td.TdClassName
{
border-color: #4D9D33;
}
.TagClassName
{
border-color: #4D9D33;
}
</style>