Shades of La Palma #41922D
Tints of La Palma #41922D
RGB
CMYK
RGB Variations
Color information
#41922D (or 0x41922D) is known color: La Palma. HEX triplet: 41, 92 and 2D. RGB value is (65,146,45). Sum of RGB (Red+Green+Blue) = 65+146+45=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #41922D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41922D is #BE6DD2. Grayscale: #6E6E6E. Windows color (decimal): -12479955 or 2986561. OLE color: 2986561.
HSL color Cylindrical-coordinate representation of color #41922D: hue angle of 108.12º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41922D is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 146 | 45 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.43 |
| HSL | 108.12º | 0.53% | 0.37% | - |
| HSV(B) | 108.12º | 0.69% | 0.57% | - |
| XYZ | 12.93 | 21.87 | 6.02 | - |
| YUV | 110.27 | 91.16 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 146 | 45 | 0.55 | 0 | 0.69 | 0.43 | 108.12 | 0.53 | 0.37 |
| Hex | 41 | 92 | 2D | 37 | 0 | 45 | 2B | 6C | 35 | 25 |
| Octal | 101 | 222 | 55 | 67 | 0 | 105 | 53 | 154 | 65 | 45 |
| Binary | 1000001 | 10010010 | 101101 | 110111 | 0 | 1000101 | 101011 | 1101100 | 110101 | 100101 |
Color Harmonies of #41922D
Complementary color
Monochromatic Colors of #41922D
Black with #41922D
Text Example
Text Example
White with #41922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41922D; }
p { color: rgb(65,146,45); }
H1.HeaderClassName
{
color: #41922D;
}
.AnyTagClassName
{
color: #41922D;
}
</style>
background-color css
<style>
a { background-color: #41922D; }
a { background-color: rgb(65,146,45); }
div.DivClassName
{
background-color: #41922D;
}
.BgClassName
{
background-color: #41922D;
}
</style>
border-color css
<style>
span { border-color: #41922D; }
span { border-color: rgb(65,146,45); }
td.TdClassName
{
border-color: #41922D;
}
.TagClassName
{
border-color: #41922D;
}
</style>