Shades of La Palma #40893D
Tints of La Palma #40893D
RGB
CMYK
RGB Variations
Color information
#40893D (or 0x40893D) is known color: La Palma. HEX triplet: 40, 89 and 3D. RGB value is (64,137,61). Sum of RGB (Red+Green+Blue) = 64+137+61=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #40893D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40893D is #BF76C2. Grayscale: #6A6A6A. Windows color (decimal): -12547779 or 4032832. OLE color: 4032832.
HSL color Cylindrical-coordinate representation of color #40893D: hue angle of 117.63º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40893D is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 137 | 61 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.46 |
| HSL | 117.63º | 0.38% | 0.39% | - |
| HSV(B) | 117.63º | 0.55% | 0.54% | - |
| XYZ | 11.9 | 19.32 | 7.52 | - |
| YUV | 106.51 | 102.32 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 137 | 61 | 0.53 | 0 | 0.55 | 0.46 | 117.63 | 0.38 | 0.39 |
| Hex | 40 | 89 | 3D | 35 | 0 | 37 | 2E | 76 | 26 | 27 |
| Octal | 100 | 211 | 75 | 65 | 0 | 67 | 56 | 166 | 46 | 47 |
| Binary | 1000000 | 10001001 | 111101 | 110101 | 0 | 110111 | 101110 | 1110110 | 100110 | 100111 |
Color Harmonies of #40893D
Complementary color
Monochromatic Colors of #40893D
Black with #40893D
Text Example
Text Example
White with #40893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40893D; }
p { color: rgb(64,137,61); }
H1.HeaderClassName
{
color: #40893D;
}
.AnyTagClassName
{
color: #40893D;
}
</style>
background-color css
<style>
a { background-color: #40893D; }
a { background-color: rgb(64,137,61); }
div.DivClassName
{
background-color: #40893D;
}
.BgClassName
{
background-color: #40893D;
}
</style>
border-color css
<style>
span { border-color: #40893D; }
span { border-color: rgb(64,137,61); }
td.TdClassName
{
border-color: #40893D;
}
.TagClassName
{
border-color: #40893D;
}
</style>