Shades of La Palma #4C9127
Tints of La Palma #4C9127
RGB
CMYK
RGB Variations
Color information
#4C9127 (or 0x4C9127) is known color: La Palma. HEX triplet: 4C, 91 and 27. RGB value is (76,145,39). Sum of RGB (Red+Green+Blue) = 76+145+39=260 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.23% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #4C9127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9127 is #B36ED8. Grayscale: #707070. Windows color (decimal): -11759321 or 2593100. OLE color: 2593100.
HSL color Cylindrical-coordinate representation of color #4C9127: hue angle of 99.06º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C9127 is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 145 | 39 | - |
| CMYK | 0.48 | 0 | 0.73 | 0.43 |
| HSL | 99.06º | 0.58% | 0.36% | - |
| HSV(B) | 99.06º | 0.73% | 0.57% | - |
| XYZ | 13.47 | 21.93 | 5.44 | - |
| YUV | 112.29 | 86.64 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 145 | 39 | 0.48 | 0 | 0.73 | 0.43 | 99.06 | 0.58 | 0.36 |
| Hex | 4C | 91 | 27 | 30 | 0 | 49 | 2B | 63 | 3A | 24 |
| Octal | 114 | 221 | 47 | 60 | 0 | 111 | 53 | 143 | 72 | 44 |
| Binary | 1001100 | 10010001 | 100111 | 110000 | 0 | 1001001 | 101011 | 1100011 | 111010 | 100100 |
Color Harmonies of #4C9127
Complementary color
Monochromatic Colors of #4C9127
Black with #4C9127
Text Example
Text Example
White with #4C9127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9127; }
p { color: rgb(76,145,39); }
H1.HeaderClassName
{
color: #4C9127;
}
.AnyTagClassName
{
color: #4C9127;
}
</style>
background-color css
<style>
a { background-color: #4C9127; }
a { background-color: rgb(76,145,39); }
div.DivClassName
{
background-color: #4C9127;
}
.BgClassName
{
background-color: #4C9127;
}
</style>
border-color css
<style>
span { border-color: #4C9127; }
span { border-color: rgb(76,145,39); }
td.TdClassName
{
border-color: #4C9127;
}
.TagClassName
{
border-color: #4C9127;
}
</style>