Shades of La Palma #4A8428
Tints of La Palma #4A8428
RGB
CMYK
RGB Variations
Color information
#4A8428 (or 0x4A8428) is known color: La Palma. HEX triplet: 4A, 84 and 28. RGB value is (74,132,40). Sum of RGB (Red+Green+Blue) = 74+132+40=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #4A8428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8428 is #B57BD7. Grayscale: #686868. Windows color (decimal): -11893720 or 2655306. OLE color: 2655306.
HSL color Cylindrical-coordinate representation of color #4A8428: hue angle of 97.83º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A8428 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 132 | 40 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.48 |
| HSL | 97.83º | 0.53% | 0.34% | - |
| HSV(B) | 97.83º | 0.7% | 0.52% | - |
| XYZ | 11.46 | 18.11 | 4.9 | - |
| YUV | 104.17 | 91.78 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 132 | 40 | 0.44 | 0 | 0.70 | 0.48 | 97.83 | 0.53 | 0.34 |
| Hex | 4A | 84 | 28 | 2C | 0 | 46 | 30 | 62 | 35 | 22 |
| Octal | 112 | 204 | 50 | 54 | 0 | 106 | 60 | 142 | 65 | 42 |
| Binary | 1001010 | 10000100 | 101000 | 101100 | 0 | 1000110 | 110000 | 1100010 | 110101 | 100010 |
Color Harmonies of #4A8428
Complementary color
Monochromatic Colors of #4A8428
Black with #4A8428
Text Example
Text Example
White with #4A8428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8428; }
p { color: rgb(74,132,40); }
H1.HeaderClassName
{
color: #4A8428;
}
.AnyTagClassName
{
color: #4A8428;
}
</style>
background-color css
<style>
a { background-color: #4A8428; }
a { background-color: rgb(74,132,40); }
div.DivClassName
{
background-color: #4A8428;
}
.BgClassName
{
background-color: #4A8428;
}
</style>
border-color css
<style>
span { border-color: #4A8428; }
span { border-color: rgb(74,132,40); }
td.TdClassName
{
border-color: #4A8428;
}
.TagClassName
{
border-color: #4A8428;
}
</style>