Shades of La Palma #4A8628
Tints of La Palma #4A8628
RGB
CMYK
RGB Variations
Color information
#4A8628 (or 0x4A8628) is known color: La Palma. HEX triplet: 4A, 86 and 28. RGB value is (74,134,40). Sum of RGB (Red+Green+Blue) = 74+134+40=248 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.84% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #4A8628 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8628 is #B579D7. Grayscale: #696969. Windows color (decimal): -11893208 or 2655818. OLE color: 2655818.
HSL color Cylindrical-coordinate representation of color #4A8628: hue angle of 98.3º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A8628 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 134 | 40 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.47 |
| HSL | 98.3º | 0.54% | 0.34% | - |
| HSV(B) | 98.3º | 0.7% | 0.53% | - |
| XYZ | 11.73 | 18.66 | 4.99 | - |
| YUV | 105.34 | 91.12 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 134 | 40 | 0.45 | 0 | 0.70 | 0.47 | 98.3 | 0.54 | 0.34 |
| Hex | 4A | 86 | 28 | 2D | 0 | 46 | 2F | 62 | 36 | 22 |
| Octal | 112 | 206 | 50 | 55 | 0 | 106 | 57 | 142 | 66 | 42 |
| Binary | 1001010 | 10000110 | 101000 | 101101 | 0 | 1000110 | 101111 | 1100010 | 110110 | 100010 |
Color Harmonies of #4A8628
Complementary color
Monochromatic Colors of #4A8628
Black with #4A8628
Text Example
Text Example
White with #4A8628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8628; }
p { color: rgb(74,134,40); }
H1.HeaderClassName
{
color: #4A8628;
}
.AnyTagClassName
{
color: #4A8628;
}
</style>
background-color css
<style>
a { background-color: #4A8628; }
a { background-color: rgb(74,134,40); }
div.DivClassName
{
background-color: #4A8628;
}
.BgClassName
{
background-color: #4A8628;
}
</style>
border-color css
<style>
span { border-color: #4A8628; }
span { border-color: rgb(74,134,40); }
td.TdClassName
{
border-color: #4A8628;
}
.TagClassName
{
border-color: #4A8628;
}
</style>