Shades of La Palma #40983A
Tints of La Palma #40983A
RGB
CMYK
RGB Variations
Color information
#40983A (or 0x40983A) is known color: La Palma. HEX triplet: 40, 98 and 3A. RGB value is (64,152,58). Sum of RGB (Red+Green+Blue) = 64+152+58=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #40983A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40983A is #BF67C5. Grayscale: #737373. Windows color (decimal): -12543942 or 3840064. OLE color: 3840064.
HSL color Cylindrical-coordinate representation of color #40983A: hue angle of 116.17º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40983A is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 152 | 58 | - |
| CMYK | 0.58 | 0 | 0.62 | 0.40 |
| HSL | 116.17º | 0.45% | 0.41% | - |
| HSV(B) | 116.17º | 0.62% | 0.6% | - |
| XYZ | 14.11 | 23.85 | 7.86 | - |
| YUV | 114.97 | 95.85 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 152 | 58 | 0.58 | 0 | 0.62 | 0.40 | 116.17 | 0.45 | 0.41 |
| Hex | 40 | 98 | 3A | 3A | 0 | 3E | 28 | 74 | 2D | 29 |
| Octal | 100 | 230 | 72 | 72 | 0 | 76 | 50 | 164 | 55 | 51 |
| Binary | 1000000 | 10011000 | 111010 | 111010 | 0 | 111110 | 101000 | 1110100 | 101101 | 101001 |
Color Harmonies of #40983A
Complementary color
Monochromatic Colors of #40983A
Black with #40983A
Text Example
Text Example
White with #40983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40983A; }
p { color: rgb(64,152,58); }
H1.HeaderClassName
{
color: #40983A;
}
.AnyTagClassName
{
color: #40983A;
}
</style>
background-color css
<style>
a { background-color: #40983A; }
a { background-color: rgb(64,152,58); }
div.DivClassName
{
background-color: #40983A;
}
.BgClassName
{
background-color: #40983A;
}
</style>
border-color css
<style>
span { border-color: #40983A; }
span { border-color: rgb(64,152,58); }
td.TdClassName
{
border-color: #40983A;
}
.TagClassName
{
border-color: #40983A;
}
</style>