Shades of La Palma #40A223
Tints of La Palma #40A223
RGB
CMYK
RGB Variations
Color information
#40A223 (or 0x40A223) is known color: La Palma. HEX triplet: 40, A2 and 23. RGB value is (64,162,35). Sum of RGB (Red+Green+Blue) = 64+162+35=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 162 (63.67% from 255 or 62.07% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 162 - color contains mainly: green. Hex color #40A223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A223 is #BF5DDC. Grayscale: #767676. Windows color (decimal): -12541405 or 2335296. OLE color: 2335296.
HSL color Cylindrical-coordinate representation of color #40A223: hue angle of 106.3º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40A223 is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 162 | 35 | - |
| CMYK | 0.60 | 0 | 0.78 | 0.36 |
| HSL | 106.3º | 0.64% | 0.39% | - |
| HSV(B) | 106.3º | 0.78% | 0.64% | - |
| XYZ | 15.34 | 27.05 | 6 | - |
| YUV | 118.22 | 81.03 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 162 | 35 | 0.60 | 0 | 0.78 | 0.36 | 106.3 | 0.64 | 0.39 |
| Hex | 40 | A2 | 23 | 3C | 0 | 4E | 24 | 6A | 40 | 27 |
| Octal | 100 | 242 | 43 | 74 | 0 | 116 | 44 | 152 | 100 | 47 |
| Binary | 1000000 | 10100010 | 100011 | 111100 | 0 | 1001110 | 100100 | 1101010 | 1000000 | 100111 |
Color Harmonies of #40A223
Complementary color
Monochromatic Colors of #40A223
Black with #40A223
Text Example
Text Example
White with #40A223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A223; }
p { color: rgb(64,162,35); }
H1.HeaderClassName
{
color: #40A223;
}
.AnyTagClassName
{
color: #40A223;
}
</style>
background-color css
<style>
a { background-color: #40A223; }
a { background-color: rgb(64,162,35); }
div.DivClassName
{
background-color: #40A223;
}
.BgClassName
{
background-color: #40A223;
}
</style>
border-color css
<style>
span { border-color: #40A223; }
span { border-color: rgb(64,162,35); }
td.TdClassName
{
border-color: #40A223;
}
.TagClassName
{
border-color: #40A223;
}
</style>