Shades of La Palma #4A880F
Tints of La Palma #4A880F
RGB
CMYK
RGB Variations
Color information
#4A880F (or 0x4A880F) is known color: La Palma. HEX triplet: 4A, 88 and 0F. RGB value is (74,136,15). Sum of RGB (Red+Green+Blue) = 74+136+15=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 136 (53.52% from 255 or 60.44% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 136 - color contains mainly: green. Hex color #4A880F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A880F is #B577F0. Grayscale: #686868. Windows color (decimal): -11892721 or 1017930. OLE color: 1017930.
HSL color Cylindrical-coordinate representation of color #4A880F: hue angle of 90.74º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A880F is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 136 | 15 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.47 |
| HSL | 90.74º | 0.8% | 0.3% | - |
| HSV(B) | 90.74º | 0.89% | 0.53% | - |
| XYZ | 11.71 | 19.1 | 3.52 | - |
| YUV | 103.67 | 77.96 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 136 | 15 | 0.46 | 0 | 0.89 | 0.47 | 90.74 | 0.8 | 0.3 |
| Hex | 4A | 88 | F | 2E | 0 | 59 | 2F | 5B | 50 | 1E |
| Octal | 112 | 210 | 17 | 56 | 0 | 131 | 57 | 133 | 120 | 36 |
| Binary | 1001010 | 10001000 | 1111 | 101110 | 0 | 1011001 | 101111 | 1011011 | 1010000 | 11110 |
Color Harmonies of #4A880F
Complementary color
Monochromatic Colors of #4A880F
Black with #4A880F
Text Example
Text Example
White with #4A880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A880F; }
p { color: rgb(74,136,15); }
H1.HeaderClassName
{
color: #4A880F;
}
.AnyTagClassName
{
color: #4A880F;
}
</style>
background-color css
<style>
a { background-color: #4A880F; }
a { background-color: rgb(74,136,15); }
div.DivClassName
{
background-color: #4A880F;
}
.BgClassName
{
background-color: #4A880F;
}
</style>
border-color css
<style>
span { border-color: #4A880F; }
span { border-color: rgb(74,136,15); }
td.TdClassName
{
border-color: #4A880F;
}
.TagClassName
{
border-color: #4A880F;
}
</style>