Shades of La Palma #4D832B
Tints of La Palma #4D832B
RGB
CMYK
RGB Variations
Color information
#4D832B (or 0x4D832B) is known color: La Palma. HEX triplet: 4D, 83 and 2B. RGB value is (77,131,43). Sum of RGB (Red+Green+Blue) = 77+131+43=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #4D832B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D832B is #B27CD4. Grayscale: #696969. Windows color (decimal): -11697365 or 2851661. OLE color: 2851661.
HSL color Cylindrical-coordinate representation of color #4D832B: hue angle of 96.82º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D832B is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 131 | 43 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.49 |
| HSL | 96.82º | 0.51% | 0.34% | - |
| HSV(B) | 96.82º | 0.67% | 0.51% | - |
| XYZ | 11.61 | 17.98 | 5.14 | - |
| YUV | 104.82 | 93.11 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 131 | 43 | 0.41 | 0 | 0.67 | 0.49 | 96.82 | 0.51 | 0.34 |
| Hex | 4D | 83 | 2B | 29 | 0 | 43 | 31 | 61 | 33 | 22 |
| Octal | 115 | 203 | 53 | 51 | 0 | 103 | 61 | 141 | 63 | 42 |
| Binary | 1001101 | 10000011 | 101011 | 101001 | 0 | 1000011 | 110001 | 1100001 | 110011 | 100010 |
Color Harmonies of #4D832B
Complementary color
Monochromatic Colors of #4D832B
Black with #4D832B
Text Example
Text Example
White with #4D832B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D832B; }
p { color: rgb(77,131,43); }
H1.HeaderClassName
{
color: #4D832B;
}
.AnyTagClassName
{
color: #4D832B;
}
</style>
background-color css
<style>
a { background-color: #4D832B; }
a { background-color: rgb(77,131,43); }
div.DivClassName
{
background-color: #4D832B;
}
.BgClassName
{
background-color: #4D832B;
}
</style>
border-color css
<style>
span { border-color: #4D832B; }
span { border-color: rgb(77,131,43); }
td.TdClassName
{
border-color: #4D832B;
}
.TagClassName
{
border-color: #4D832B;
}
</style>