Shades of La Palma #4C9431
Tints of La Palma #4C9431
RGB
CMYK
RGB Variations
Color information
#4C9431 (or 0x4C9431) is known color: La Palma. HEX triplet: 4C, 94 and 31. RGB value is (76,148,49). Sum of RGB (Red+Green+Blue) = 76+148+49=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #4C9431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9431 is #B36BCE. Grayscale: #737373. Windows color (decimal): -11758543 or 3249228. OLE color: 3249228.
HSL color Cylindrical-coordinate representation of color #4C9431: hue angle of 103.64º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C9431 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 148 | 49 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.42 |
| HSL | 103.64º | 0.5% | 0.39% | - |
| HSV(B) | 103.64º | 0.67% | 0.58% | - |
| XYZ | 14.12 | 22.94 | 6.59 | - |
| YUV | 115.19 | 90.65 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 148 | 49 | 0.49 | 0 | 0.67 | 0.42 | 103.64 | 0.5 | 0.39 |
| Hex | 4C | 94 | 31 | 31 | 0 | 43 | 2A | 68 | 32 | 27 |
| Octal | 114 | 224 | 61 | 61 | 0 | 103 | 52 | 150 | 62 | 47 |
| Binary | 1001100 | 10010100 | 110001 | 110001 | 0 | 1000011 | 101010 | 1101000 | 110010 | 100111 |
Color Harmonies of #4C9431
Complementary color
Monochromatic Colors of #4C9431
Black with #4C9431
Text Example
Text Example
White with #4C9431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9431; }
p { color: rgb(76,148,49); }
H1.HeaderClassName
{
color: #4C9431;
}
.AnyTagClassName
{
color: #4C9431;
}
</style>
background-color css
<style>
a { background-color: #4C9431; }
a { background-color: rgb(76,148,49); }
div.DivClassName
{
background-color: #4C9431;
}
.BgClassName
{
background-color: #4C9431;
}
</style>
border-color css
<style>
span { border-color: #4C9431; }
span { border-color: rgb(76,148,49); }
td.TdClassName
{
border-color: #4C9431;
}
.TagClassName
{
border-color: #4C9431;
}
</style>