Shades of La Palma #41892A
Tints of La Palma #41892A
RGB
CMYK
RGB Variations
Color information
#41892A (or 0x41892A) is known color: La Palma. HEX triplet: 41, 89 and 2A. RGB value is (65,137,42). Sum of RGB (Red+Green+Blue) = 65+137+42=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #41892A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41892A is #BE76D5. Grayscale: #686868. Windows color (decimal): -12482262 or 2787649. OLE color: 2787649.
HSL color Cylindrical-coordinate representation of color #41892A: hue angle of 105.47º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41892A is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 137 | 42 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.46 |
| HSL | 105.47º | 0.53% | 0.35% | - |
| HSV(B) | 105.47º | 0.69% | 0.54% | - |
| XYZ | 11.54 | 19.18 | 5.28 | - |
| YUV | 104.64 | 92.65 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 137 | 42 | 0.53 | 0 | 0.69 | 0.46 | 105.47 | 0.53 | 0.35 |
| Hex | 41 | 89 | 2A | 35 | 0 | 45 | 2E | 69 | 35 | 23 |
| Octal | 101 | 211 | 52 | 65 | 0 | 105 | 56 | 151 | 65 | 43 |
| Binary | 1000001 | 10001001 | 101010 | 110101 | 0 | 1000101 | 101110 | 1101001 | 110101 | 100011 |
Color Harmonies of #41892A
Complementary color
Monochromatic Colors of #41892A
Black with #41892A
Text Example
Text Example
White with #41892A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41892A; }
p { color: rgb(65,137,42); }
H1.HeaderClassName
{
color: #41892A;
}
.AnyTagClassName
{
color: #41892A;
}
</style>
background-color css
<style>
a { background-color: #41892A; }
a { background-color: rgb(65,137,42); }
div.DivClassName
{
background-color: #41892A;
}
.BgClassName
{
background-color: #41892A;
}
</style>
border-color css
<style>
span { border-color: #41892A; }
span { border-color: rgb(65,137,42); }
td.TdClassName
{
border-color: #41892A;
}
.TagClassName
{
border-color: #41892A;
}
</style>