Shades of La Palma #4D9523
Tints of La Palma #4D9523
RGB
CMYK
RGB Variations
Color information
#4D9523 (or 0x4D9523) is known color: La Palma. HEX triplet: 4D, 95 and 23. RGB value is (77,149,35). Sum of RGB (Red+Green+Blue) = 77+149+35=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #4D9523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9523 is #B26ADC. Grayscale: #727272. Windows color (decimal): -11692765 or 2331981. OLE color: 2331981.
HSL color Cylindrical-coordinate representation of color #4D9523: hue angle of 97.89º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D9523 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 149 | 35 | - |
| CMYK | 0.48 | 0 | 0.77 | 0.42 |
| HSL | 97.89º | 0.62% | 0.36% | - |
| HSV(B) | 97.89º | 0.77% | 0.58% | - |
| XYZ | 14.11 | 23.19 | 5.32 | - |
| YUV | 114.48 | 83.15 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 35 | 0.48 | 0 | 0.77 | 0.42 | 97.89 | 0.62 | 0.36 |
| Hex | 4D | 95 | 23 | 30 | 0 | 4D | 2A | 62 | 3E | 24 |
| Octal | 115 | 225 | 43 | 60 | 0 | 115 | 52 | 142 | 76 | 44 |
| Binary | 1001101 | 10010101 | 100011 | 110000 | 0 | 1001101 | 101010 | 1100010 | 111110 | 100100 |
Color Harmonies of #4D9523
Complementary color
Monochromatic Colors of #4D9523
Black with #4D9523
Text Example
Text Example
White with #4D9523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9523; }
p { color: rgb(77,149,35); }
H1.HeaderClassName
{
color: #4D9523;
}
.AnyTagClassName
{
color: #4D9523;
}
</style>
background-color css
<style>
a { background-color: #4D9523; }
a { background-color: rgb(77,149,35); }
div.DivClassName
{
background-color: #4D9523;
}
.BgClassName
{
background-color: #4D9523;
}
</style>
border-color css
<style>
span { border-color: #4D9523; }
span { border-color: rgb(77,149,35); }
td.TdClassName
{
border-color: #4D9523;
}
.TagClassName
{
border-color: #4D9523;
}
</style>