Shades of La Palma #40952A
Tints of La Palma #40952A
RGB
CMYK
RGB Variations
Color information
#40952A (or 0x40952A) is known color: La Palma. HEX triplet: 40, 95 and 2A. RGB value is (64,149,42). Sum of RGB (Red+Green+Blue) = 64+149+42=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 149 (58.59% from 255 or 58.43% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 149 - color contains mainly: green. Hex color #40952A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40952A is #BF6AD5. Grayscale: #6F6F6F. Windows color (decimal): -12544726 or 2790720. OLE color: 2790720.
HSL color Cylindrical-coordinate representation of color #40952A: hue angle of 107.66º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40952A is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 149 | 42 | - |
| CMYK | 0.57 | 0 | 0.72 | 0.42 |
| HSL | 107.66º | 0.56% | 0.37% | - |
| HSV(B) | 107.66º | 0.72% | 0.58% | - |
| XYZ | 13.28 | 22.75 | 5.88 | - |
| YUV | 111.39 | 88.84 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 42 | 0.57 | 0 | 0.72 | 0.42 | 107.66 | 0.56 | 0.37 |
| Hex | 40 | 95 | 2A | 39 | 0 | 48 | 2A | 6C | 38 | 25 |
| Octal | 100 | 225 | 52 | 71 | 0 | 110 | 52 | 154 | 70 | 45 |
| Binary | 1000000 | 10010101 | 101010 | 111001 | 0 | 1001000 | 101010 | 1101100 | 111000 | 100101 |
Color Harmonies of #40952A
Complementary color
Monochromatic Colors of #40952A
Black with #40952A
Text Example
Text Example
White with #40952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40952A; }
p { color: rgb(64,149,42); }
H1.HeaderClassName
{
color: #40952A;
}
.AnyTagClassName
{
color: #40952A;
}
</style>
background-color css
<style>
a { background-color: #40952A; }
a { background-color: rgb(64,149,42); }
div.DivClassName
{
background-color: #40952A;
}
.BgClassName
{
background-color: #40952A;
}
</style>
border-color css
<style>
span { border-color: #40952A; }
span { border-color: rgb(64,149,42); }
td.TdClassName
{
border-color: #40952A;
}
.TagClassName
{
border-color: #40952A;
}
</style>