Shades of La Palma #40842D
Tints of La Palma #40842D
RGB
CMYK
RGB Variations
Color information
#40842D (or 0x40842D) is known color: La Palma. HEX triplet: 40, 84 and 2D. RGB value is (64,132,45). Sum of RGB (Red+Green+Blue) = 64+132+45=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 132 (51.95% from 255 or 54.77% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 132 - color contains mainly: green. Hex color #40842D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40842D is #BF7BD2. Grayscale: #666666. Windows color (decimal): -12549075 or 2982976. OLE color: 2982976.
HSL color Cylindrical-coordinate representation of color #40842D: hue angle of 106.9º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40842D is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 132 | 45 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.48 |
| HSL | 106.9º | 0.49% | 0.35% | - |
| HSV(B) | 106.9º | 0.66% | 0.52% | - |
| XYZ | 10.84 | 17.78 | 5.34 | - |
| YUV | 101.75 | 95.97 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 132 | 45 | 0.52 | 0 | 0.66 | 0.48 | 106.9 | 0.49 | 0.35 |
| Hex | 40 | 84 | 2D | 34 | 0 | 42 | 30 | 6B | 31 | 23 |
| Octal | 100 | 204 | 55 | 64 | 0 | 102 | 60 | 153 | 61 | 43 |
| Binary | 1000000 | 10000100 | 101101 | 110100 | 0 | 1000010 | 110000 | 1101011 | 110001 | 100011 |
Color Harmonies of #40842D
Complementary color
Monochromatic Colors of #40842D
Black with #40842D
Text Example
Text Example
White with #40842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40842D; }
p { color: rgb(64,132,45); }
H1.HeaderClassName
{
color: #40842D;
}
.AnyTagClassName
{
color: #40842D;
}
</style>
background-color css
<style>
a { background-color: #40842D; }
a { background-color: rgb(64,132,45); }
div.DivClassName
{
background-color: #40842D;
}
.BgClassName
{
background-color: #40842D;
}
</style>
border-color css
<style>
span { border-color: #40842D; }
span { border-color: rgb(64,132,45); }
td.TdClassName
{
border-color: #40842D;
}
.TagClassName
{
border-color: #40842D;
}
</style>