Shades of La Palma #4D851B
Tints of La Palma #4D851B
RGB
CMYK
RGB Variations
Color information
#4D851B (or 0x4D851B) is known color: La Palma. HEX triplet: 4D, 85 and 1B. RGB value is (77,133,27). Sum of RGB (Red+Green+Blue) = 77+133+27=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #4D851B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D851B is #B27AE4. Grayscale: #686868. Windows color (decimal): -11696869 or 1803597. OLE color: 1803597.
HSL color Cylindrical-coordinate representation of color #4D851B: hue angle of 91.7º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D851B is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 133 | 27 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.48 |
| HSL | 91.7º | 0.66% | 0.31% | - |
| HSV(B) | 91.7º | 0.8% | 0.52% | - |
| XYZ | 11.65 | 18.43 | 3.98 | - |
| YUV | 104.17 | 84.45 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 27 | 0.42 | 0 | 0.80 | 0.48 | 91.7 | 0.66 | 0.31 |
| Hex | 4D | 85 | 1B | 2A | 0 | 50 | 30 | 5C | 42 | 1F |
| Octal | 115 | 205 | 33 | 52 | 0 | 120 | 60 | 134 | 102 | 37 |
| Binary | 1001101 | 10000101 | 11011 | 101010 | 0 | 1010000 | 110000 | 1011100 | 1000010 | 11111 |
Color Harmonies of #4D851B
Complementary color
Monochromatic Colors of #4D851B
Black with #4D851B
Text Example
Text Example
White with #4D851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D851B; }
p { color: rgb(77,133,27); }
H1.HeaderClassName
{
color: #4D851B;
}
.AnyTagClassName
{
color: #4D851B;
}
</style>
background-color css
<style>
a { background-color: #4D851B; }
a { background-color: rgb(77,133,27); }
div.DivClassName
{
background-color: #4D851B;
}
.BgClassName
{
background-color: #4D851B;
}
</style>
border-color css
<style>
span { border-color: #4D851B; }
span { border-color: rgb(77,133,27); }
td.TdClassName
{
border-color: #4D851B;
}
.TagClassName
{
border-color: #4D851B;
}
</style>