Shades of La Palma #41951A
Tints of La Palma #41951A
RGB
CMYK
RGB Variations
Color information
#41951A (or 0x41951A) is known color: La Palma. HEX triplet: 41, 95 and 1A. RGB value is (65,149,26). Sum of RGB (Red+Green+Blue) = 65+149+26=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 149 (58.59% from 255 or 62.08% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 149 - color contains mainly: green. Hex color #41951A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41951A is #BE6AE5. Grayscale: #6E6E6E. Windows color (decimal): -12479206 or 1742145. OLE color: 1742145.
HSL color Cylindrical-coordinate representation of color #41951A: hue angle of 100.98º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41951A is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 149 | 26 | - |
| CMYK | 0.56 | 0 | 0.83 | 0.42 |
| HSL | 100.98º | 0.7% | 0.34% | - |
| HSV(B) | 100.98º | 0.83% | 0.58% | - |
| XYZ | 13.11 | 22.69 | 4.67 | - |
| YUV | 109.86 | 80.67 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 149 | 26 | 0.56 | 0 | 0.83 | 0.42 | 100.98 | 0.7 | 0.34 |
| Hex | 41 | 95 | 1A | 38 | 0 | 53 | 2A | 65 | 46 | 22 |
| Octal | 101 | 225 | 32 | 70 | 0 | 123 | 52 | 145 | 106 | 42 |
| Binary | 1000001 | 10010101 | 11010 | 111000 | 0 | 1010011 | 101010 | 1100101 | 1000110 | 100010 |
Color Harmonies of #41951A
Complementary color
Monochromatic Colors of #41951A
Black with #41951A
Text Example
Text Example
White with #41951A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41951A; }
p { color: rgb(65,149,26); }
H1.HeaderClassName
{
color: #41951A;
}
.AnyTagClassName
{
color: #41951A;
}
</style>
background-color css
<style>
a { background-color: #41951A; }
a { background-color: rgb(65,149,26); }
div.DivClassName
{
background-color: #41951A;
}
.BgClassName
{
background-color: #41951A;
}
</style>
border-color css
<style>
span { border-color: #41951A; }
span { border-color: rgb(65,149,26); }
td.TdClassName
{
border-color: #41951A;
}
.TagClassName
{
border-color: #41951A;
}
</style>