Shades of La Palma #4A9316
Tints of La Palma #4A9316
RGB
CMYK
RGB Variations
Color information
#4A9316 (or 0x4A9316) is known color: La Palma. HEX triplet: 4A, 93 and 16. RGB value is (74,147,22). Sum of RGB (Red+Green+Blue) = 74+147+22=243 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.45% from 243); Green value is 147 (57.81% from 255 or 60.49% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 147 - color contains mainly: green. Hex color #4A9316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9316 is #B56CE9. Grayscale: #6F6F6F. Windows color (decimal): -11889898 or 1479498. OLE color: 1479498.
HSL color Cylindrical-coordinate representation of color #4A9316: hue angle of 95.04º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A9316 is Cyan = 0.50, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 147 | 22 | - |
| CMYK | 0.50 | 0 | 0.85 | 0.42 |
| HSL | 95.04º | 0.74% | 0.33% | - |
| HSV(B) | 95.04º | 0.85% | 0.58% | - |
| XYZ | 13.4 | 22.38 | 4.37 | - |
| YUV | 110.92 | 77.82 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 147 | 22 | 0.50 | 0 | 0.85 | 0.42 | 95.04 | 0.74 | 0.33 |
| Hex | 4A | 93 | 16 | 32 | 0 | 55 | 2A | 5F | 4A | 21 |
| Octal | 112 | 223 | 26 | 62 | 0 | 125 | 52 | 137 | 112 | 41 |
| Binary | 1001010 | 10010011 | 10110 | 110010 | 0 | 1010101 | 101010 | 1011111 | 1001010 | 100001 |
Color Harmonies of #4A9316
Complementary color
Monochromatic Colors of #4A9316
Black with #4A9316
Text Example
Text Example
White with #4A9316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9316; }
p { color: rgb(74,147,22); }
H1.HeaderClassName
{
color: #4A9316;
}
.AnyTagClassName
{
color: #4A9316;
}
</style>
background-color css
<style>
a { background-color: #4A9316; }
a { background-color: rgb(74,147,22); }
div.DivClassName
{
background-color: #4A9316;
}
.BgClassName
{
background-color: #4A9316;
}
</style>
border-color css
<style>
span { border-color: #4A9316; }
span { border-color: rgb(74,147,22); }
td.TdClassName
{
border-color: #4A9316;
}
.TagClassName
{
border-color: #4A9316;
}
</style>