Shades of La Palma #40992B
Tints of La Palma #40992B
RGB
CMYK
RGB Variations
Color information
#40992B (or 0x40992B) is known color: La Palma. HEX triplet: 40, 99 and 2B. RGB value is (64,153,43). Sum of RGB (Red+Green+Blue) = 64+153+43=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 153 (60.16% from 255 or 58.85% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 153 - color contains mainly: green. Hex color #40992B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40992B is #BF66D4. Grayscale: #727272. Windows color (decimal): -12543701 or 2857280. OLE color: 2857280.
HSL color Cylindrical-coordinate representation of color #40992B: hue angle of 108.55º 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 #40992B is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 153 | 43 | - |
| CMYK | 0.58 | 0 | 0.72 | 0.4 |
| HSL | 108.55º | 0.56% | 0.38% | - |
| HSV(B) | 108.55º | 0.72% | 0.6% | - |
| XYZ | 13.94 | 24.05 | 6.19 | - |
| YUV | 113.85 | 88.01 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 43 | 0.58 | 0 | 0.72 | 0.4 | 108.55 | 0.56 | 0.38 |
| Hex | 40 | 99 | 2B | 3A | 0 | 48 | 28 | 6D | 38 | 26 |
| Octal | 100 | 231 | 53 | 72 | 0 | 110 | 50 | 155 | 70 | 46 |
| Binary | 1000000 | 10011001 | 101011 | 111010 | 0 | 1001000 | 101000 | 1101101 | 111000 | 100110 |
Color Harmonies of #40992B
Complementary color
Monochromatic Colors of #40992B
Black with #40992B
Text Example
Text Example
White with #40992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40992B; }
p { color: rgb(64,153,43); }
H1.HeaderClassName
{
color: #40992B;
}
.AnyTagClassName
{
color: #40992B;
}
</style>
background-color css
<style>
a { background-color: #40992B; }
a { background-color: rgb(64,153,43); }
div.DivClassName
{
background-color: #40992B;
}
.BgClassName
{
background-color: #40992B;
}
</style>
border-color css
<style>
span { border-color: #40992B; }
span { border-color: rgb(64,153,43); }
td.TdClassName
{
border-color: #40992B;
}
.TagClassName
{
border-color: #40992B;
}
</style>