Shades of La Palma #41891B
Tints of La Palma #41891B
RGB
CMYK
RGB Variations
Color information
#41891B (or 0x41891B) is known color: La Palma. HEX triplet: 41, 89 and 1B. RGB value is (65,137,27). Sum of RGB (Red+Green+Blue) = 65+137+27=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 137 (53.91% from 255 or 59.83% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 137 - color contains mainly: green. Hex color #41891B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41891B is #BE76E4. Grayscale: #676767. Windows color (decimal): -12482277 or 1804609. OLE color: 1804609.
HSL color Cylindrical-coordinate representation of color #41891B: hue angle of 99.27º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41891B is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 137 | 27 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.46 |
| HSL | 99.27º | 0.67% | 0.32% | - |
| HSV(B) | 99.27º | 0.8% | 0.54% | - |
| XYZ | 11.32 | 19.09 | 4.13 | - |
| YUV | 102.93 | 85.15 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 137 | 27 | 0.53 | 0 | 0.80 | 0.46 | 99.27 | 0.67 | 0.32 |
| Hex | 41 | 89 | 1B | 35 | 0 | 50 | 2E | 63 | 43 | 20 |
| Octal | 101 | 211 | 33 | 65 | 0 | 120 | 56 | 143 | 103 | 40 |
| Binary | 1000001 | 10001001 | 11011 | 110101 | 0 | 1010000 | 101110 | 1100011 | 1000011 | 100000 |
Color Harmonies of #41891B
Complementary color
Monochromatic Colors of #41891B
Black with #41891B
Text Example
Text Example
White with #41891B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41891B; }
p { color: rgb(65,137,27); }
H1.HeaderClassName
{
color: #41891B;
}
.AnyTagClassName
{
color: #41891B;
}
</style>
background-color css
<style>
a { background-color: #41891B; }
a { background-color: rgb(65,137,27); }
div.DivClassName
{
background-color: #41891B;
}
.BgClassName
{
background-color: #41891B;
}
</style>
border-color css
<style>
span { border-color: #41891B; }
span { border-color: rgb(65,137,27); }
td.TdClassName
{
border-color: #41891B;
}
.TagClassName
{
border-color: #41891B;
}
</style>