Shades of La Palma #4A8928
Tints of La Palma #4A8928
RGB
CMYK
RGB Variations
Color information
#4A8928 (or 0x4A8928) is known color: La Palma. HEX triplet: 4A, 89 and 28. RGB value is (74,137,40). Sum of RGB (Red+Green+Blue) = 74+137+40=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 137 (53.91% from 255 or 54.58% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 137 - color contains mainly: green. Hex color #4A8928 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8928 is #B576D7. Grayscale: #6B6B6B. Windows color (decimal): -11892440 or 2656586. OLE color: 2656586.
HSL color Cylindrical-coordinate representation of color #4A8928: hue angle of 98.97º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A8928 is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 137 | 40 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.46 |
| HSL | 98.97º | 0.55% | 0.35% | - |
| HSV(B) | 98.97º | 0.71% | 0.54% | - |
| XYZ | 12.15 | 19.5 | 5.13 | - |
| YUV | 107.11 | 90.13 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 137 | 40 | 0.46 | 0 | 0.71 | 0.46 | 98.97 | 0.55 | 0.35 |
| Hex | 4A | 89 | 28 | 2E | 0 | 47 | 2E | 63 | 37 | 23 |
| Octal | 112 | 211 | 50 | 56 | 0 | 107 | 56 | 143 | 67 | 43 |
| Binary | 1001010 | 10001001 | 101000 | 101110 | 0 | 1000111 | 101110 | 1100011 | 110111 | 100011 |
Color Harmonies of #4A8928
Complementary color
Monochromatic Colors of #4A8928
Black with #4A8928
Text Example
Text Example
White with #4A8928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8928; }
p { color: rgb(74,137,40); }
H1.HeaderClassName
{
color: #4A8928;
}
.AnyTagClassName
{
color: #4A8928;
}
</style>
background-color css
<style>
a { background-color: #4A8928; }
a { background-color: rgb(74,137,40); }
div.DivClassName
{
background-color: #4A8928;
}
.BgClassName
{
background-color: #4A8928;
}
</style>
border-color css
<style>
span { border-color: #4A8928; }
span { border-color: rgb(74,137,40); }
td.TdClassName
{
border-color: #4A8928;
}
.TagClassName
{
border-color: #4A8928;
}
</style>