Shades of La Palma #4A8624
Tints of La Palma #4A8624
RGB
CMYK
RGB Variations
Color information
#4A8624 (or 0x4A8624) is known color: La Palma. HEX triplet: 4A, 86 and 24. RGB value is (74,134,36). Sum of RGB (Red+Green+Blue) = 74+134+36=244 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.33% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #4A8624 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8624 is #B579DB. Grayscale: #696969. Windows color (decimal): -11893212 or 2393674. OLE color: 2393674.
HSL color Cylindrical-coordinate representation of color #4A8624: hue angle of 96.73º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A8624 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 134 | 36 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.47 |
| HSL | 96.73º | 0.58% | 0.33% | - |
| HSV(B) | 96.73º | 0.73% | 0.53% | - |
| XYZ | 11.67 | 18.63 | 4.65 | - |
| YUV | 104.89 | 89.12 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 134 | 36 | 0.45 | 0 | 0.73 | 0.47 | 96.73 | 0.58 | 0.33 |
| Hex | 4A | 86 | 24 | 2D | 0 | 49 | 2F | 61 | 3A | 21 |
| Octal | 112 | 206 | 44 | 55 | 0 | 111 | 57 | 141 | 72 | 41 |
| Binary | 1001010 | 10000110 | 100100 | 101101 | 0 | 1001001 | 101111 | 1100001 | 111010 | 100001 |
Color Harmonies of #4A8624
Complementary color
Monochromatic Colors of #4A8624
Black with #4A8624
Text Example
Text Example
White with #4A8624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8624; }
p { color: rgb(74,134,36); }
H1.HeaderClassName
{
color: #4A8624;
}
.AnyTagClassName
{
color: #4A8624;
}
</style>
background-color css
<style>
a { background-color: #4A8624; }
a { background-color: rgb(74,134,36); }
div.DivClassName
{
background-color: #4A8624;
}
.BgClassName
{
background-color: #4A8624;
}
</style>
border-color css
<style>
span { border-color: #4A8624; }
span { border-color: rgb(74,134,36); }
td.TdClassName
{
border-color: #4A8624;
}
.TagClassName
{
border-color: #4A8624;
}
</style>