Shades of La Palma #40A330
Tints of La Palma #40A330
RGB
CMYK
RGB Variations
Color information
#40A330 (or 0x40A330) is known color: La Palma. HEX triplet: 40, A3 and 30. RGB value is (64,163,48). Sum of RGB (Red+Green+Blue) = 64+163+48=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 163 (64.06% from 255 or 59.27% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 163 - color contains mainly: green. Hex color #40A330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A330 is #BF5CCF. Grayscale: #787878. Windows color (decimal): -12541136 or 3187520. OLE color: 3187520.
HSL color Cylindrical-coordinate representation of color #40A330: hue angle of 111.65º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40A330 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 163 | 48 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.36 |
| HSL | 111.65º | 0.55% | 0.41% | - |
| HSV(B) | 111.65º | 0.71% | 0.64% | - |
| XYZ | 15.75 | 27.5 | 7.27 | - |
| YUV | 120.29 | 87.2 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 163 | 48 | 0.61 | 0 | 0.71 | 0.36 | 111.65 | 0.55 | 0.41 |
| Hex | 40 | A3 | 30 | 3D | 0 | 47 | 24 | 70 | 37 | 29 |
| Octal | 100 | 243 | 60 | 75 | 0 | 107 | 44 | 160 | 67 | 51 |
| Binary | 1000000 | 10100011 | 110000 | 111101 | 0 | 1000111 | 100100 | 1110000 | 110111 | 101001 |
Color Harmonies of #40A330
Complementary color
Monochromatic Colors of #40A330
Black with #40A330
Text Example
Text Example
White with #40A330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A330; }
p { color: rgb(64,163,48); }
H1.HeaderClassName
{
color: #40A330;
}
.AnyTagClassName
{
color: #40A330;
}
</style>
background-color css
<style>
a { background-color: #40A330; }
a { background-color: rgb(64,163,48); }
div.DivClassName
{
background-color: #40A330;
}
.BgClassName
{
background-color: #40A330;
}
</style>
border-color css
<style>
span { border-color: #40A330; }
span { border-color: rgb(64,163,48); }
td.TdClassName
{
border-color: #40A330;
}
.TagClassName
{
border-color: #40A330;
}
</style>