Shades of La Palma #41992B
Tints of La Palma #41992B
RGB
CMYK
RGB Variations
Color information
#41992B (or 0x41992B) is known color: La Palma. HEX triplet: 41, 99 and 2B. RGB value is (65,153,43). Sum of RGB (Red+Green+Blue) = 65+153+43=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 153 (60.16% from 255 or 58.62% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 153 - color contains mainly: green. Hex color #41992B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41992B is #BE66D4. Grayscale: #727272. Windows color (decimal): -12478165 or 2857281. OLE color: 2857281.
HSL color Cylindrical-coordinate representation of color #41992B: hue angle of 108º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41992B is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 153 | 43 | - |
| CMYK | 0.58 | 0 | 0.72 | 0.4 |
| HSL | 108º | 0.56% | 0.38% | - |
| HSV(B) | 108º | 0.72% | 0.6% | - |
| XYZ | 14.01 | 24.08 | 6.2 | - |
| YUV | 114.15 | 87.85 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 43 | 0.58 | 0 | 0.72 | 0.4 | 108 | 0.56 | 0.38 |
| Hex | 41 | 99 | 2B | 3A | 0 | 48 | 28 | 6C | 38 | 26 |
| Octal | 101 | 231 | 53 | 72 | 0 | 110 | 50 | 154 | 70 | 46 |
| Binary | 1000001 | 10011001 | 101011 | 111010 | 0 | 1001000 | 101000 | 1101100 | 111000 | 100110 |
Color Harmonies of #41992B
Complementary color
Monochromatic Colors of #41992B
Black with #41992B
Text Example
Text Example
White with #41992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41992B; }
p { color: rgb(65,153,43); }
H1.HeaderClassName
{
color: #41992B;
}
.AnyTagClassName
{
color: #41992B;
}
</style>
background-color css
<style>
a { background-color: #41992B; }
a { background-color: rgb(65,153,43); }
div.DivClassName
{
background-color: #41992B;
}
.BgClassName
{
background-color: #41992B;
}
</style>
border-color css
<style>
span { border-color: #41992B; }
span { border-color: rgb(65,153,43); }
td.TdClassName
{
border-color: #41992B;
}
.TagClassName
{
border-color: #41992B;
}
</style>