Shades of La Palma #4A890F
Tints of La Palma #4A890F
RGB
CMYK
RGB Variations
Color information
#4A890F (or 0x4A890F) is known color: La Palma. HEX triplet: 4A, 89 and 0F. RGB value is (74,137,15). Sum of RGB (Red+Green+Blue) = 74+137+15=226 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.74% from 226); Green value is 137 (53.91% from 255 or 60.62% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 137 - color contains mainly: green. Hex color #4A890F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A890F is #B576F0. Grayscale: #686868. Windows color (decimal): -11892465 or 1018186. OLE color: 1018186.
HSL color Cylindrical-coordinate representation of color #4A890F: hue angle of 90.98º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A890F is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 137 | 15 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.46 |
| HSL | 90.98º | 0.8% | 0.3% | - |
| HSV(B) | 90.98º | 0.89% | 0.54% | - |
| XYZ | 11.86 | 19.38 | 3.57 | - |
| YUV | 104.26 | 77.63 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 137 | 15 | 0.46 | 0 | 0.89 | 0.46 | 90.98 | 0.8 | 0.3 |
| Hex | 4A | 89 | F | 2E | 0 | 59 | 2E | 5B | 50 | 1E |
| Octal | 112 | 211 | 17 | 56 | 0 | 131 | 56 | 133 | 120 | 36 |
| Binary | 1001010 | 10001001 | 1111 | 101110 | 0 | 1011001 | 101110 | 1011011 | 1010000 | 11110 |
Color Harmonies of #4A890F
Complementary color
Monochromatic Colors of #4A890F
Black with #4A890F
Text Example
Text Example
White with #4A890F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A890F; }
p { color: rgb(74,137,15); }
H1.HeaderClassName
{
color: #4A890F;
}
.AnyTagClassName
{
color: #4A890F;
}
</style>
background-color css
<style>
a { background-color: #4A890F; }
a { background-color: rgb(74,137,15); }
div.DivClassName
{
background-color: #4A890F;
}
.BgClassName
{
background-color: #4A890F;
}
</style>
border-color css
<style>
span { border-color: #4A890F; }
span { border-color: rgb(74,137,15); }
td.TdClassName
{
border-color: #4A890F;
}
.TagClassName
{
border-color: #4A890F;
}
</style>