Shades of La Palma #409113
Tints of La Palma #409113
RGB
CMYK
RGB Variations
Color information
#409113 (or 0x409113) is known color: La Palma. HEX triplet: 40, 91 and 13. RGB value is (64,145,19). Sum of RGB (Red+Green+Blue) = 64+145+19=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 145 (57.03% from 255 or 63.60% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 145 - color contains mainly: green. Hex color #409113 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409113 is #BF6EEC. Grayscale: #6A6A6A. Windows color (decimal): -12545773 or 1282368. OLE color: 1282368.
HSL color Cylindrical-coordinate representation of color #409113: hue angle of 98.57º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #409113 is Cyan = 0.56, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 145 | 19 | - |
| CMYK | 0.56 | 0 | 0.87 | 0.43 |
| HSL | 98.57º | 0.77% | 0.32% | - |
| HSV(B) | 98.57º | 0.87% | 0.57% | - |
| XYZ | 12.36 | 21.39 | 4.09 | - |
| YUV | 106.42 | 78.66 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 19 | 0.56 | 0 | 0.87 | 0.43 | 98.57 | 0.77 | 0.32 |
| Hex | 40 | 91 | 13 | 38 | 0 | 57 | 2B | 63 | 4D | 20 |
| Octal | 100 | 221 | 23 | 70 | 0 | 127 | 53 | 143 | 115 | 40 |
| Binary | 1000000 | 10010001 | 10011 | 111000 | 0 | 1010111 | 101011 | 1100011 | 1001101 | 100000 |
Color Harmonies of #409113
Complementary color
Monochromatic Colors of #409113
Black with #409113
Text Example
Text Example
White with #409113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409113; }
p { color: rgb(64,145,19); }
H1.HeaderClassName
{
color: #409113;
}
.AnyTagClassName
{
color: #409113;
}
</style>
background-color css
<style>
a { background-color: #409113; }
a { background-color: rgb(64,145,19); }
div.DivClassName
{
background-color: #409113;
}
.BgClassName
{
background-color: #409113;
}
</style>
border-color css
<style>
span { border-color: #409113; }
span { border-color: rgb(64,145,19); }
td.TdClassName
{
border-color: #409113;
}
.TagClassName
{
border-color: #409113;
}
</style>