Shades of La Palma #4A860D
Tints of La Palma #4A860D
RGB
CMYK
RGB Variations
Color information
#4A860D (or 0x4A860D) is known color: La Palma. HEX triplet: 4A, 86 and 0D. RGB value is (74,134,13). Sum of RGB (Red+Green+Blue) = 74+134+13=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 134 (52.73% from 255 or 60.63% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 134 - color contains mainly: green. Hex color #4A860D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A860D is #B579F2. Grayscale: #666666. Windows color (decimal): -11893235 or 886346. OLE color: 886346.
HSL color Cylindrical-coordinate representation of color #4A860D: hue angle of 89.75º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A860D is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 134 | 13 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.47 |
| HSL | 89.75º | 0.82% | 0.29% | - |
| HSV(B) | 89.75º | 0.9% | 0.53% | - |
| XYZ | 11.42 | 18.54 | 3.36 | - |
| YUV | 102.27 | 77.62 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 134 | 13 | 0.45 | 0 | 0.90 | 0.47 | 89.75 | 0.82 | 0.29 |
| Hex | 4A | 86 | D | 2D | 0 | 5A | 2F | 5A | 52 | 1D |
| Octal | 112 | 206 | 15 | 55 | 0 | 132 | 57 | 132 | 122 | 35 |
| Binary | 1001010 | 10000110 | 1101 | 101101 | 0 | 1011010 | 101111 | 1011010 | 1010010 | 11101 |
Color Harmonies of #4A860D
Complementary color
Monochromatic Colors of #4A860D
Black with #4A860D
Text Example
Text Example
White with #4A860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A860D; }
p { color: rgb(74,134,13); }
H1.HeaderClassName
{
color: #4A860D;
}
.AnyTagClassName
{
color: #4A860D;
}
</style>
background-color css
<style>
a { background-color: #4A860D; }
a { background-color: rgb(74,134,13); }
div.DivClassName
{
background-color: #4A860D;
}
.BgClassName
{
background-color: #4A860D;
}
</style>
border-color css
<style>
span { border-color: #4A860D; }
span { border-color: rgb(74,134,13); }
td.TdClassName
{
border-color: #4A860D;
}
.TagClassName
{
border-color: #4A860D;
}
</style>