Shades of La Palma #4A8828
Tints of La Palma #4A8828
RGB
CMYK
RGB Variations
Color information
#4A8828 (or 0x4A8828) is known color: La Palma. HEX triplet: 4A, 88 and 28. RGB value is (74,136,40). Sum of RGB (Red+Green+Blue) = 74+136+40=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #4A8828 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8828 is #B577D7. Grayscale: #6A6A6A. Windows color (decimal): -11892696 or 2656330. OLE color: 2656330.
HSL color Cylindrical-coordinate representation of color #4A8828: hue angle of 98.75º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A8828 is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 136 | 40 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.47 |
| HSL | 98.75º | 0.55% | 0.35% | - |
| HSV(B) | 98.75º | 0.71% | 0.53% | - |
| XYZ | 12.01 | 19.22 | 5.08 | - |
| YUV | 106.52 | 90.46 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 136 | 40 | 0.46 | 0 | 0.71 | 0.47 | 98.75 | 0.55 | 0.35 |
| Hex | 4A | 88 | 28 | 2E | 0 | 47 | 2F | 63 | 37 | 23 |
| Octal | 112 | 210 | 50 | 56 | 0 | 107 | 57 | 143 | 67 | 43 |
| Binary | 1001010 | 10001000 | 101000 | 101110 | 0 | 1000111 | 101111 | 1100011 | 110111 | 100011 |
Color Harmonies of #4A8828
Complementary color
Monochromatic Colors of #4A8828
Black with #4A8828
Text Example
Text Example
White with #4A8828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8828; }
p { color: rgb(74,136,40); }
H1.HeaderClassName
{
color: #4A8828;
}
.AnyTagClassName
{
color: #4A8828;
}
</style>
background-color css
<style>
a { background-color: #4A8828; }
a { background-color: rgb(74,136,40); }
div.DivClassName
{
background-color: #4A8828;
}
.BgClassName
{
background-color: #4A8828;
}
</style>
border-color css
<style>
span { border-color: #4A8828; }
span { border-color: rgb(74,136,40); }
td.TdClassName
{
border-color: #4A8828;
}
.TagClassName
{
border-color: #4A8828;
}
</style>