Shades of La Palma #4A861E
Tints of La Palma #4A861E
RGB
CMYK
RGB Variations
Color information
#4A861E (or 0x4A861E) is known color: La Palma. HEX triplet: 4A, 86 and 1E. RGB value is (74,134,30). Sum of RGB (Red+Green+Blue) = 74+134+30=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 134 (52.73% from 255 or 56.30% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 134 - color contains mainly: green. Hex color #4A861E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A861E is #B579E1. Grayscale: #686868. Windows color (decimal): -11893218 or 2000458. OLE color: 2000458.
HSL color Cylindrical-coordinate representation of color #4A861E: hue angle of 94.62º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A861E is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 134 | 30 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.47 |
| HSL | 94.62º | 0.63% | 0.32% | - |
| HSV(B) | 94.62º | 0.78% | 0.53% | - |
| XYZ | 11.58 | 18.6 | 4.21 | - |
| YUV | 104.2 | 86.12 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 134 | 30 | 0.45 | 0 | 0.78 | 0.47 | 94.62 | 0.63 | 0.32 |
| Hex | 4A | 86 | 1E | 2D | 0 | 4E | 2F | 5F | 3F | 20 |
| Octal | 112 | 206 | 36 | 55 | 0 | 116 | 57 | 137 | 77 | 40 |
| Binary | 1001010 | 10000110 | 11110 | 101101 | 0 | 1001110 | 101111 | 1011111 | 111111 | 100000 |
Color Harmonies of #4A861E
Complementary color
Monochromatic Colors of #4A861E
Black with #4A861E
Text Example
Text Example
White with #4A861E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A861E; }
p { color: rgb(74,134,30); }
H1.HeaderClassName
{
color: #4A861E;
}
.AnyTagClassName
{
color: #4A861E;
}
</style>
background-color css
<style>
a { background-color: #4A861E; }
a { background-color: rgb(74,134,30); }
div.DivClassName
{
background-color: #4A861E;
}
.BgClassName
{
background-color: #4A861E;
}
</style>
border-color css
<style>
span { border-color: #4A861E; }
span { border-color: rgb(74,134,30); }
td.TdClassName
{
border-color: #4A861E;
}
.TagClassName
{
border-color: #4A861E;
}
</style>