Shades of La Palma #40923B
Tints of La Palma #40923B
RGB
CMYK
RGB Variations
Color information
#40923B (or 0x40923B) is known color: La Palma. HEX triplet: 40, 92 and 3B. RGB value is (64,146,59). Sum of RGB (Red+Green+Blue) = 64+146+59=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #40923B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40923B is #BF6DC4. Grayscale: #6F6F6F. Windows color (decimal): -12545477 or 3904064. OLE color: 3904064.
HSL color Cylindrical-coordinate representation of color #40923B: hue angle of 116.55º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40923B is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 146 | 59 | - |
| CMYK | 0.56 | 0 | 0.60 | 0.43 |
| HSL | 116.55º | 0.42% | 0.4% | - |
| HSV(B) | 116.55º | 0.6% | 0.57% | - |
| XYZ | 13.18 | 21.96 | 7.68 | - |
| YUV | 111.56 | 98.33 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 146 | 59 | 0.56 | 0 | 0.60 | 0.43 | 116.55 | 0.42 | 0.4 |
| Hex | 40 | 92 | 3B | 38 | 0 | 3C | 2B | 75 | 2A | 28 |
| Octal | 100 | 222 | 73 | 70 | 0 | 74 | 53 | 165 | 52 | 50 |
| Binary | 1000000 | 10010010 | 111011 | 111000 | 0 | 111100 | 101011 | 1110101 | 101010 | 101000 |
Color Harmonies of #40923B
Complementary color
Monochromatic Colors of #40923B
Black with #40923B
Text Example
Text Example
White with #40923B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40923B; }
p { color: rgb(64,146,59); }
H1.HeaderClassName
{
color: #40923B;
}
.AnyTagClassName
{
color: #40923B;
}
</style>
background-color css
<style>
a { background-color: #40923B; }
a { background-color: rgb(64,146,59); }
div.DivClassName
{
background-color: #40923B;
}
.BgClassName
{
background-color: #40923B;
}
</style>
border-color css
<style>
span { border-color: #40923B; }
span { border-color: rgb(64,146,59); }
td.TdClassName
{
border-color: #40923B;
}
.TagClassName
{
border-color: #40923B;
}
</style>