Shades of La Palma #409401
Tints of La Palma #409401
RGB
CMYK
RGB Variations
Color information
#409401 (or 0x409401) is known color: La Palma. HEX triplet: 40, 94 and 01. RGB value is (64,148,1). Sum of RGB (Red+Green+Blue) = 64+148+1=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 148 (58.20% from 255 or 69.48% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 148 - color contains mainly: green. Hex color #409401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409401 is #BF6BFE. Grayscale: #6A6A6A. Windows color (decimal): -12545023 or 103488. OLE color: 103488.
HSL color Cylindrical-coordinate representation of color #409401: hue angle of 94.29º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #409401 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 148 | 1 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.42 |
| HSL | 94.29º | 0.99% | 0.29% | - |
| HSV(B) | 94.29º | 0.99% | 0.58% | - |
| XYZ | 12.71 | 22.27 | 3.66 | - |
| YUV | 106.13 | 68.67 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 148 | 1 | 0.57 | 0 | 0.99 | 0.42 | 94.29 | 0.99 | 0.29 |
| Hex | 40 | 94 | 1 | 39 | 0 | 63 | 2A | 5E | 63 | 1D |
| Octal | 100 | 224 | 1 | 71 | 0 | 143 | 52 | 136 | 143 | 35 |
| Binary | 1000000 | 10010100 | 1 | 111001 | 0 | 1100011 | 101010 | 1011110 | 1100011 | 11101 |
Color Harmonies of #409401
Complementary color
Monochromatic Colors of #409401
Black with #409401
Text Example
Text Example
White with #409401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409401; }
p { color: rgb(64,148,1); }
H1.HeaderClassName
{
color: #409401;
}
.AnyTagClassName
{
color: #409401;
}
</style>
background-color css
<style>
a { background-color: #409401; }
a { background-color: rgb(64,148,1); }
div.DivClassName
{
background-color: #409401;
}
.BgClassName
{
background-color: #409401;
}
</style>
border-color css
<style>
span { border-color: #409401; }
span { border-color: rgb(64,148,1); }
td.TdClassName
{
border-color: #409401;
}
.TagClassName
{
border-color: #409401;
}
</style>