Shades of La Palma #409503
Tints of La Palma #409503
RGB
CMYK
RGB Variations
Color information
#409503 (or 0x409503) is known color: La Palma. HEX triplet: 40, 95 and 03. RGB value is (64,149,3). Sum of RGB (Red+Green+Blue) = 64+149+3=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 149 (58.59% from 255 or 68.98% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 149 - color contains mainly: green. Hex color #409503 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409503 is #BF6AFC. Grayscale: #6B6B6B. Windows color (decimal): -12544765 or 234816. OLE color: 234816.
HSL color Cylindrical-coordinate representation of color #409503: hue angle of 94.93º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #409503 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 149 | 3 | - |
| CMYK | 0.57 | 0 | 0.98 | 0.42 |
| HSL | 94.93º | 0.96% | 0.3% | - |
| HSV(B) | 94.93º | 0.98% | 0.58% | - |
| XYZ | 12.88 | 22.59 | 3.77 | - |
| YUV | 106.94 | 69.34 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 3 | 0.57 | 0 | 0.98 | 0.42 | 94.93 | 0.96 | 0.3 |
| Hex | 40 | 95 | 3 | 39 | 0 | 62 | 2A | 5F | 60 | 1E |
| Octal | 100 | 225 | 3 | 71 | 0 | 142 | 52 | 137 | 140 | 36 |
| Binary | 1000000 | 10010101 | 11 | 111001 | 0 | 1100010 | 101010 | 1011111 | 1100000 | 11110 |
Color Harmonies of #409503
Complementary color
Monochromatic Colors of #409503
Black with #409503
Text Example
Text Example
White with #409503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409503; }
p { color: rgb(64,149,3); }
H1.HeaderClassName
{
color: #409503;
}
.AnyTagClassName
{
color: #409503;
}
</style>
background-color css
<style>
a { background-color: #409503; }
a { background-color: rgb(64,149,3); }
div.DivClassName
{
background-color: #409503;
}
.BgClassName
{
background-color: #409503;
}
</style>
border-color css
<style>
span { border-color: #409503; }
span { border-color: rgb(64,149,3); }
td.TdClassName
{
border-color: #409503;
}
.TagClassName
{
border-color: #409503;
}
</style>