Shades of La Palma #4D8526
Tints of La Palma #4D8526
RGB
CMYK
RGB Variations
Color information
#4D8526 (or 0x4D8526) is known color: La Palma. HEX triplet: 4D, 85 and 26. RGB value is (77,133,38). Sum of RGB (Red+Green+Blue) = 77+133+38=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #4D8526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8526 is #B27AD9. Grayscale: #696969. Windows color (decimal): -11696858 or 2524493. OLE color: 2524493.
HSL color Cylindrical-coordinate representation of color #4D8526: hue angle of 95.37º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D8526 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 133 | 38 | - |
| CMYK | 0.42 | 0 | 0.71 | 0.48 |
| HSL | 95.37º | 0.56% | 0.34% | - |
| HSV(B) | 95.37º | 0.71% | 0.52% | - |
| XYZ | 11.8 | 18.49 | 4.78 | - |
| YUV | 105.43 | 89.95 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 38 | 0.42 | 0 | 0.71 | 0.48 | 95.37 | 0.56 | 0.34 |
| Hex | 4D | 85 | 26 | 2A | 0 | 47 | 30 | 5F | 38 | 22 |
| Octal | 115 | 205 | 46 | 52 | 0 | 107 | 60 | 137 | 70 | 42 |
| Binary | 1001101 | 10000101 | 100110 | 101010 | 0 | 1000111 | 110000 | 1011111 | 111000 | 100010 |
Color Harmonies of #4D8526
Complementary color
Monochromatic Colors of #4D8526
Black with #4D8526
Text Example
Text Example
White with #4D8526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8526; }
p { color: rgb(77,133,38); }
H1.HeaderClassName
{
color: #4D8526;
}
.AnyTagClassName
{
color: #4D8526;
}
</style>
background-color css
<style>
a { background-color: #4D8526; }
a { background-color: rgb(77,133,38); }
div.DivClassName
{
background-color: #4D8526;
}
.BgClassName
{
background-color: #4D8526;
}
</style>
border-color css
<style>
span { border-color: #4D8526; }
span { border-color: rgb(77,133,38); }
td.TdClassName
{
border-color: #4D8526;
}
.TagClassName
{
border-color: #4D8526;
}
</style>