Shades of Palm Leaf #40473D
Tints of Palm Leaf #40473D
RGB
CMYK
RGB Variations
Color information
#40473D (or 0x40473D) is known color: Palm Leaf. HEX triplet: 40, 47 and 3D. RGB value is (64,71,61). Sum of RGB (Red+Green+Blue) = 64+71+61=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 71 - color contains mainly: green. Hex color #40473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40473D is #BFB8C2. Grayscale: #434343. Windows color (decimal): -12564675 or 4015936. OLE color: 4015936.
HSL color Cylindrical-coordinate representation of color #40473D: hue angle of 102º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #40473D is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 71 | 61 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.72 |
| HSL | 102º | 0.08% | 0.26% | - |
| HSV(B) | 102º | 0.14% | 0.28% | - |
| XYZ | 5.21 | 5.93 | 5.29 | - |
| YUV | 67.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 61 | 0.10 | 0 | 0.14 | 0.72 | 102 | 0.08 | 0.26 |
| Hex | 40 | 47 | 3D | A | 0 | E | 48 | 66 | 8 | 1A |
| Octal | 100 | 107 | 75 | 12 | 0 | 16 | 110 | 146 | 10 | 32 |
| Binary | 1000000 | 1000111 | 111101 | 1010 | 0 | 1110 | 1001000 | 1100110 | 1000 | 11010 |
Color Harmonies of #40473D
Complementary color
Monochromatic Colors of #40473D
Black with #40473D
Text Example
Text Example
White with #40473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40473D; }
p { color: rgb(64,71,61); }
H1.HeaderClassName
{
color: #40473D;
}
.AnyTagClassName
{
color: #40473D;
}
</style>
background-color css
<style>
a { background-color: #40473D; }
a { background-color: rgb(64,71,61); }
div.DivClassName
{
background-color: #40473D;
}
.BgClassName
{
background-color: #40473D;
}
</style>
border-color css
<style>
span { border-color: #40473D; }
span { border-color: rgb(64,71,61); }
td.TdClassName
{
border-color: #40473D;
}
.TagClassName
{
border-color: #40473D;
}
</style>