Shades of La Palma #409304
Tints of La Palma #409304
RGB
CMYK
RGB Variations
Color information
#409304 (or 0x409304) is known color: La Palma. HEX triplet: 40, 93 and 04. RGB value is (64,147,4). Sum of RGB (Red+Green+Blue) = 64+147+4=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 147 (57.81% from 255 or 68.37% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 147 - color contains mainly: green. Hex color #409304 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409304 is #BF6CFB. Grayscale: #6A6A6A. Windows color (decimal): -12545276 or 299840. OLE color: 299840.
HSL color Cylindrical-coordinate representation of color #409304: hue angle of 94.83º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #409304 is Cyan = 0.56, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 4 | - |
| CMYK | 0.56 | 0 | 0.97 | 0.42 |
| HSL | 94.83º | 0.95% | 0.3% | - |
| HSV(B) | 94.83º | 0.97% | 0.58% | - |
| XYZ | 12.57 | 21.97 | 3.69 | - |
| YUV | 105.88 | 70.5 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 4 | 0.56 | 0 | 0.97 | 0.42 | 94.83 | 0.95 | 0.3 |
| Hex | 40 | 93 | 4 | 38 | 0 | 61 | 2A | 5F | 5F | 1E |
| Octal | 100 | 223 | 4 | 70 | 0 | 141 | 52 | 137 | 137 | 36 |
| Binary | 1000000 | 10010011 | 100 | 111000 | 0 | 1100001 | 101010 | 1011111 | 1011111 | 11110 |
Color Harmonies of #409304
Complementary color
Monochromatic Colors of #409304
Black with #409304
Text Example
Text Example
White with #409304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409304; }
p { color: rgb(64,147,4); }
H1.HeaderClassName
{
color: #409304;
}
.AnyTagClassName
{
color: #409304;
}
</style>
background-color css
<style>
a { background-color: #409304; }
a { background-color: rgb(64,147,4); }
div.DivClassName
{
background-color: #409304;
}
.BgClassName
{
background-color: #409304;
}
</style>
border-color css
<style>
span { border-color: #409304; }
span { border-color: rgb(64,147,4); }
td.TdClassName
{
border-color: #409304;
}
.TagClassName
{
border-color: #409304;
}
</style>