Shades of La Palma #40973A
Tints of La Palma #40973A
RGB
CMYK
RGB Variations
Color information
#40973A (or 0x40973A) is known color: La Palma. HEX triplet: 40, 97 and 3A. RGB value is (64,151,58). Sum of RGB (Red+Green+Blue) = 64+151+58=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 151 (59.38% from 255 or 55.31% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 151 - color contains mainly: green. Hex color #40973A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40973A is #BF68C5. Grayscale: #727272. Windows color (decimal): -12544198 or 3839808. OLE color: 3839808.
HSL color Cylindrical-coordinate representation of color #40973A: hue angle of 116.13º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40973A is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 151 | 58 | - |
| CMYK | 0.58 | 0 | 0.62 | 0.41 |
| HSL | 116.13º | 0.44% | 0.41% | - |
| HSV(B) | 116.13º | 0.62% | 0.59% | - |
| XYZ | 13.94 | 23.53 | 7.81 | - |
| YUV | 114.39 | 96.18 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 151 | 58 | 0.58 | 0 | 0.62 | 0.41 | 116.13 | 0.44 | 0.41 |
| Hex | 40 | 97 | 3A | 3A | 0 | 3E | 29 | 74 | 2C | 29 |
| Octal | 100 | 227 | 72 | 72 | 0 | 76 | 51 | 164 | 54 | 51 |
| Binary | 1000000 | 10010111 | 111010 | 111010 | 0 | 111110 | 101001 | 1110100 | 101100 | 101001 |
Color Harmonies of #40973A
Complementary color
Monochromatic Colors of #40973A
Black with #40973A
Text Example
Text Example
White with #40973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40973A; }
p { color: rgb(64,151,58); }
H1.HeaderClassName
{
color: #40973A;
}
.AnyTagClassName
{
color: #40973A;
}
</style>
background-color css
<style>
a { background-color: #40973A; }
a { background-color: rgb(64,151,58); }
div.DivClassName
{
background-color: #40973A;
}
.BgClassName
{
background-color: #40973A;
}
</style>
border-color css
<style>
span { border-color: #40973A; }
span { border-color: rgb(64,151,58); }
td.TdClassName
{
border-color: #40973A;
}
.TagClassName
{
border-color: #40973A;
}
</style>