Shades of La Palma #40A730
Tints of La Palma #40A730
RGB
CMYK
RGB Variations
Color information
#40A730 (or 0x40A730) is known color: La Palma. HEX triplet: 40, A7 and 30. RGB value is (64,167,48). Sum of RGB (Red+Green+Blue) = 64+167+48=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 167 (65.62% from 255 or 59.86% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 167 - color contains mainly: green. Hex color #40A730 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A730 is #BF58CF. Grayscale: #7B7B7B. Windows color (decimal): -12540112 or 3188544. OLE color: 3188544.
HSL color Cylindrical-coordinate representation of color #40A730: hue angle of 111.93º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40A730 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 167 | 48 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.35 |
| HSL | 111.93º | 0.55% | 0.42% | - |
| HSV(B) | 111.93º | 0.71% | 0.65% | - |
| XYZ | 16.47 | 28.94 | 7.51 | - |
| YUV | 122.64 | 85.88 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 167 | 48 | 0.62 | 0 | 0.71 | 0.35 | 111.93 | 0.55 | 0.42 |
| Hex | 40 | A7 | 30 | 3E | 0 | 47 | 23 | 70 | 37 | 2A |
| Octal | 100 | 247 | 60 | 76 | 0 | 107 | 43 | 160 | 67 | 52 |
| Binary | 1000000 | 10100111 | 110000 | 111110 | 0 | 1000111 | 100011 | 1110000 | 110111 | 101010 |
Color Harmonies of #40A730
Complementary color
Monochromatic Colors of #40A730
Black with #40A730
Text Example
Text Example
White with #40A730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A730; }
p { color: rgb(64,167,48); }
H1.HeaderClassName
{
color: #40A730;
}
.AnyTagClassName
{
color: #40A730;
}
</style>
background-color css
<style>
a { background-color: #40A730; }
a { background-color: rgb(64,167,48); }
div.DivClassName
{
background-color: #40A730;
}
.BgClassName
{
background-color: #40A730;
}
</style>
border-color css
<style>
span { border-color: #40A730; }
span { border-color: rgb(64,167,48); }
td.TdClassName
{
border-color: #40A730;
}
.TagClassName
{
border-color: #40A730;
}
</style>