Shades of La Palma #4A9117
Tints of La Palma #4A9117
RGB
CMYK
RGB Variations
Color information
#4A9117 (or 0x4A9117) is known color: La Palma. HEX triplet: 4A, 91 and 17. RGB value is (74,145,23). Sum of RGB (Red+Green+Blue) = 74+145+23=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 145 (57.03% from 255 or 59.92% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 145 - color contains mainly: green. Hex color #4A9117 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9117 is #B56EE8. Grayscale: #6E6E6E. Windows color (decimal): -11890409 or 1544522. OLE color: 1544522.
HSL color Cylindrical-coordinate representation of color #4A9117: hue angle of 94.92º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A9117 is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 74 | 145 | 23 | - |
| CMYK | 0.49 | 0 | 0.84 | 0.43 |
| HSL | 94.92º | 0.73% | 0.33% | - |
| HSV(B) | 94.92º | 0.84% | 0.57% | - |
| XYZ | 13.1 | 21.77 | 4.32 | - |
| YUV | 109.86 | 78.98 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 145 | 23 | 0.49 | 0 | 0.84 | 0.43 | 94.92 | 0.73 | 0.33 |
| Hex | 4A | 91 | 17 | 31 | 0 | 54 | 2B | 5F | 49 | 21 |
| Octal | 112 | 221 | 27 | 61 | 0 | 124 | 53 | 137 | 111 | 41 |
| Binary | 1001010 | 10010001 | 10111 | 110001 | 0 | 1010100 | 101011 | 1011111 | 1001001 | 100001 |
Color Harmonies of #4A9117
Complementary color
Monochromatic Colors of #4A9117
Black with #4A9117
Text Example
Text Example
White with #4A9117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9117; }
p { color: rgb(74,145,23); }
H1.HeaderClassName
{
color: #4A9117;
}
.AnyTagClassName
{
color: #4A9117;
}
</style>
background-color css
<style>
a { background-color: #4A9117; }
a { background-color: rgb(74,145,23); }
div.DivClassName
{
background-color: #4A9117;
}
.BgClassName
{
background-color: #4A9117;
}
</style>
border-color css
<style>
span { border-color: #4A9117; }
span { border-color: rgb(74,145,23); }
td.TdClassName
{
border-color: #4A9117;
}
.TagClassName
{
border-color: #4A9117;
}
</style>