Shades of La Palma #419401
Tints of La Palma #419401
RGB
CMYK
RGB Variations
Color information
#419401 (or 0x419401) is known color: La Palma. HEX triplet: 41, 94 and 01. RGB value is (65,148,1). Sum of RGB (Red+Green+Blue) = 65+148+1=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 148 (58.20% from 255 or 69.16% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 148 - color contains mainly: green. Hex color #419401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419401 is #BE6BFE. Grayscale: #6A6A6A. Windows color (decimal): -12479487 or 103489. OLE color: 103489.
HSL color Cylindrical-coordinate representation of color #419401: hue angle of 93.88º 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 #419401 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 148 | 1 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.42 |
| HSL | 93.88º | 0.99% | 0.29% | - |
| HSV(B) | 93.88º | 0.99% | 0.58% | - |
| XYZ | 12.78 | 22.31 | 3.66 | - |
| YUV | 106.43 | 68.5 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 148 | 1 | 0.56 | 0 | 0.99 | 0.42 | 93.88 | 0.99 | 0.29 |
| Hex | 41 | 94 | 1 | 38 | 0 | 63 | 2A | 5E | 63 | 1D |
| Octal | 101 | 224 | 1 | 70 | 0 | 143 | 52 | 136 | 143 | 35 |
| Binary | 1000001 | 10010100 | 1 | 111000 | 0 | 1100011 | 101010 | 1011110 | 1100011 | 11101 |
Color Harmonies of #419401
Complementary color
Monochromatic Colors of #419401
Black with #419401
Text Example
Text Example
White with #419401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419401; }
p { color: rgb(65,148,1); }
H1.HeaderClassName
{
color: #419401;
}
.AnyTagClassName
{
color: #419401;
}
</style>
background-color css
<style>
a { background-color: #419401; }
a { background-color: rgb(65,148,1); }
div.DivClassName
{
background-color: #419401;
}
.BgClassName
{
background-color: #419401;
}
</style>
border-color css
<style>
span { border-color: #419401; }
span { border-color: rgb(65,148,1); }
td.TdClassName
{
border-color: #419401;
}
.TagClassName
{
border-color: #419401;
}
</style>