Shades of La Palma #4A872E
Tints of La Palma #4A872E
RGB
CMYK
RGB Variations
Color information
#4A872E (or 0x4A872E) is known color: La Palma. HEX triplet: 4A, 87 and 2E. RGB value is (74,135,46). Sum of RGB (Red+Green+Blue) = 74+135+46=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #4A872E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A872E is #B578D1. Grayscale: #6A6A6A. Windows color (decimal): -11892946 or 3049290. OLE color: 3049290.
HSL color Cylindrical-coordinate representation of color #4A872E: hue angle of 101.12º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A872E is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 135 | 46 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.47 |
| HSL | 101.12º | 0.49% | 0.35% | - |
| HSV(B) | 101.12º | 0.66% | 0.53% | - |
| XYZ | 11.98 | 18.98 | 5.62 | - |
| YUV | 106.62 | 93.79 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 135 | 46 | 0.45 | 0 | 0.66 | 0.47 | 101.12 | 0.49 | 0.35 |
| Hex | 4A | 87 | 2E | 2D | 0 | 42 | 2F | 65 | 31 | 23 |
| Octal | 112 | 207 | 56 | 55 | 0 | 102 | 57 | 145 | 61 | 43 |
| Binary | 1001010 | 10000111 | 101110 | 101101 | 0 | 1000010 | 101111 | 1100101 | 110001 | 100011 |
Color Harmonies of #4A872E
Complementary color
Monochromatic Colors of #4A872E
Black with #4A872E
Text Example
Text Example
White with #4A872E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A872E; }
p { color: rgb(74,135,46); }
H1.HeaderClassName
{
color: #4A872E;
}
.AnyTagClassName
{
color: #4A872E;
}
</style>
background-color css
<style>
a { background-color: #4A872E; }
a { background-color: rgb(74,135,46); }
div.DivClassName
{
background-color: #4A872E;
}
.BgClassName
{
background-color: #4A872E;
}
</style>
border-color css
<style>
span { border-color: #4A872E; }
span { border-color: rgb(74,135,46); }
td.TdClassName
{
border-color: #4A872E;
}
.TagClassName
{
border-color: #4A872E;
}
</style>