Shades of La Palma #4A9011
Tints of La Palma #4A9011
RGB
CMYK
RGB Variations
Color information
#4A9011 (or 0x4A9011) is known color: La Palma. HEX triplet: 4A, 90 and 11. RGB value is (74,144,17). Sum of RGB (Red+Green+Blue) = 74+144+17=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 144 (56.64% from 255 or 61.28% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 144 - color contains mainly: green. Hex color #4A9011 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9011 is #B56FEE. Grayscale: #6D6D6D. Windows color (decimal): -11890671 or 1151050. OLE color: 1151050.
HSL color Cylindrical-coordinate representation of color #4A9011: hue angle of 93.07º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A9011 is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 144 | 17 | - |
| CMYK | 0.49 | 0 | 0.88 | 0.44 |
| HSL | 93.07º | 0.79% | 0.32% | - |
| HSV(B) | 93.07º | 0.88% | 0.56% | - |
| XYZ | 12.9 | 21.44 | 3.99 | - |
| YUV | 108.59 | 76.31 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 144 | 17 | 0.49 | 0 | 0.88 | 0.44 | 93.07 | 0.79 | 0.32 |
| Hex | 4A | 90 | 11 | 31 | 0 | 58 | 2C | 5D | 4F | 20 |
| Octal | 112 | 220 | 21 | 61 | 0 | 130 | 54 | 135 | 117 | 40 |
| Binary | 1001010 | 10010000 | 10001 | 110001 | 0 | 1011000 | 101100 | 1011101 | 1001111 | 100000 |
Color Harmonies of #4A9011
Complementary color
Monochromatic Colors of #4A9011
Black with #4A9011
Text Example
Text Example
White with #4A9011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9011; }
p { color: rgb(74,144,17); }
H1.HeaderClassName
{
color: #4A9011;
}
.AnyTagClassName
{
color: #4A9011;
}
</style>
background-color css
<style>
a { background-color: #4A9011; }
a { background-color: rgb(74,144,17); }
div.DivClassName
{
background-color: #4A9011;
}
.BgClassName
{
background-color: #4A9011;
}
</style>
border-color css
<style>
span { border-color: #4A9011; }
span { border-color: rgb(74,144,17); }
td.TdClassName
{
border-color: #4A9011;
}
.TagClassName
{
border-color: #4A9011;
}
</style>