Shades of La Palma #4A861C
Tints of La Palma #4A861C
RGB
CMYK
RGB Variations
Color information
#4A861C (or 0x4A861C) is known color: La Palma. HEX triplet: 4A, 86 and 1C. RGB value is (74,134,28). Sum of RGB (Red+Green+Blue) = 74+134+28=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 134 (52.73% from 255 or 56.78% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 134 - color contains mainly: green. Hex color #4A861C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A861C is #B579E3. Grayscale: #686868. Windows color (decimal): -11893220 or 1869386. OLE color: 1869386.
HSL color Cylindrical-coordinate representation of color #4A861C: hue angle of 93.96º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A861C is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 134 | 28 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.47 |
| HSL | 93.96º | 0.65% | 0.32% | - |
| HSV(B) | 93.96º | 0.79% | 0.53% | - |
| XYZ | 11.56 | 18.59 | 4.08 | - |
| YUV | 103.98 | 85.12 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 134 | 28 | 0.45 | 0 | 0.79 | 0.47 | 93.96 | 0.65 | 0.32 |
| Hex | 4A | 86 | 1C | 2D | 0 | 4F | 2F | 5E | 41 | 20 |
| Octal | 112 | 206 | 34 | 55 | 0 | 117 | 57 | 136 | 101 | 40 |
| Binary | 1001010 | 10000110 | 11100 | 101101 | 0 | 1001111 | 101111 | 1011110 | 1000001 | 100000 |
Color Harmonies of #4A861C
Complementary color
Monochromatic Colors of #4A861C
Black with #4A861C
Text Example
Text Example
White with #4A861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A861C; }
p { color: rgb(74,134,28); }
H1.HeaderClassName
{
color: #4A861C;
}
.AnyTagClassName
{
color: #4A861C;
}
</style>
background-color css
<style>
a { background-color: #4A861C; }
a { background-color: rgb(74,134,28); }
div.DivClassName
{
background-color: #4A861C;
}
.BgClassName
{
background-color: #4A861C;
}
</style>
border-color css
<style>
span { border-color: #4A861C; }
span { border-color: rgb(74,134,28); }
td.TdClassName
{
border-color: #4A861C;
}
.TagClassName
{
border-color: #4A861C;
}
</style>