Shades of La Palma #4D802C
Tints of La Palma #4D802C
RGB
CMYK
RGB Variations
Color information
#4D802C (or 0x4D802C) is known color: La Palma. HEX triplet: 4D, 80 and 2C. RGB value is (77,128,44). Sum of RGB (Red+Green+Blue) = 77+128+44=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #4D802C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D802C is #B27FD3. Grayscale: #676767. Windows color (decimal): -11698132 or 2916429. OLE color: 2916429.
HSL color Cylindrical-coordinate representation of color #4D802C: hue angle of 96.43º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D802C is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 128 | 44 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.50 |
| HSL | 96.43º | 0.49% | 0.34% | - |
| HSV(B) | 96.43º | 0.66% | 0.5% | - |
| XYZ | 11.23 | 17.2 | 5.11 | - |
| YUV | 103.18 | 94.6 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 128 | 44 | 0.40 | 0 | 0.66 | 0.50 | 96.43 | 0.49 | 0.34 |
| Hex | 4D | 80 | 2C | 28 | 0 | 42 | 32 | 60 | 31 | 22 |
| Octal | 115 | 200 | 54 | 50 | 0 | 102 | 62 | 140 | 61 | 42 |
| Binary | 1001101 | 10000000 | 101100 | 101000 | 0 | 1000010 | 110010 | 1100000 | 110001 | 100010 |
Color Harmonies of #4D802C
Complementary color
Monochromatic Colors of #4D802C
Black with #4D802C
Text Example
Text Example
White with #4D802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D802C; }
p { color: rgb(77,128,44); }
H1.HeaderClassName
{
color: #4D802C;
}
.AnyTagClassName
{
color: #4D802C;
}
</style>
background-color css
<style>
a { background-color: #4D802C; }
a { background-color: rgb(77,128,44); }
div.DivClassName
{
background-color: #4D802C;
}
.BgClassName
{
background-color: #4D802C;
}
</style>
border-color css
<style>
span { border-color: #4D802C; }
span { border-color: rgb(77,128,44); }
td.TdClassName
{
border-color: #4D802C;
}
.TagClassName
{
border-color: #4D802C;
}
</style>