Shades of La Palma #40A025
Tints of La Palma #40A025
RGB
CMYK
RGB Variations
Color information
#40A025 (or 0x40A025) is known color: La Palma. HEX triplet: 40, A0 and 25. RGB value is (64,160,37). Sum of RGB (Red+Green+Blue) = 64+160+37=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 160 (62.89% from 255 or 61.30% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 160 - color contains mainly: green. Hex color #40A025 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A025 is #BF5FDA. Grayscale: #757575. Windows color (decimal): -12541915 or 2465856. OLE color: 2465856.
HSL color Cylindrical-coordinate representation of color #40A025: hue angle of 106.83º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40A025 is Cyan = 0.6, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 160 | 37 | - |
| CMYK | 0.6 | 0 | 0.77 | 0.37 |
| HSL | 106.83º | 0.62% | 0.39% | - |
| HSV(B) | 106.83º | 0.77% | 0.63% | - |
| XYZ | 15.02 | 26.37 | 6.05 | - |
| YUV | 117.27 | 82.7 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 160 | 37 | 0.6 | 0 | 0.77 | 0.37 | 106.83 | 0.62 | 0.39 |
| Hex | 40 | A0 | 25 | 3C | 0 | 4D | 25 | 6B | 3E | 27 |
| Octal | 100 | 240 | 45 | 74 | 0 | 115 | 45 | 153 | 76 | 47 |
| Binary | 1000000 | 10100000 | 100101 | 111100 | 0 | 1001101 | 100101 | 1101011 | 111110 | 100111 |
Color Harmonies of #40A025
Complementary color
Monochromatic Colors of #40A025
Black with #40A025
Text Example
Text Example
White with #40A025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A025; }
p { color: rgb(64,160,37); }
H1.HeaderClassName
{
color: #40A025;
}
.AnyTagClassName
{
color: #40A025;
}
</style>
background-color css
<style>
a { background-color: #40A025; }
a { background-color: rgb(64,160,37); }
div.DivClassName
{
background-color: #40A025;
}
.BgClassName
{
background-color: #40A025;
}
</style>
border-color css
<style>
span { border-color: #40A025; }
span { border-color: rgb(64,160,37); }
td.TdClassName
{
border-color: #40A025;
}
.TagClassName
{
border-color: #40A025;
}
</style>