Shades of Palm Leaf #3F473D
Tints of Palm Leaf #3F473D
RGB
CMYK
RGB Variations
Color information
#3F473D (or 0x3F473D) is known color: Palm Leaf. HEX triplet: 3F, 47 and 3D. RGB value is (63,71,61). Sum of RGB (Red+Green+Blue) = 63+71+61=195 (25% of max value = 765). Red value is 63 (25% from 255 or 32.31% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 71 - color contains mainly: green. Hex color #3F473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F473D is #C0B8C2. Grayscale: #434343. Windows color (decimal): -12630211 or 4015935. OLE color: 4015935.
HSL color Cylindrical-coordinate representation of color #3F473D: hue angle of 108º 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 #3F473D is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 71 | 61 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.72 |
| HSL | 108º | 0.08% | 0.26% | - |
| HSV(B) | 108º | 0.14% | 0.28% | - |
| XYZ | 5.15 | 5.9 | 5.28 | - |
| YUV | 67.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 61 | 0.11 | 0 | 0.14 | 0.72 | 108 | 0.08 | 0.26 |
| Hex | 3F | 47 | 3D | B | 0 | E | 48 | 6C | 8 | 1A |
| Octal | 77 | 107 | 75 | 13 | 0 | 16 | 110 | 154 | 10 | 32 |
| Binary | 111111 | 1000111 | 111101 | 1011 | 0 | 1110 | 1001000 | 1101100 | 1000 | 11010 |
Color Harmonies of #3F473D
Complementary color
Monochromatic Colors of #3F473D
Black with #3F473D
Text Example
Text Example
White with #3F473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F473D; }
p { color: rgb(63,71,61); }
H1.HeaderClassName
{
color: #3F473D;
}
.AnyTagClassName
{
color: #3F473D;
}
</style>
background-color css
<style>
a { background-color: #3F473D; }
a { background-color: rgb(63,71,61); }
div.DivClassName
{
background-color: #3F473D;
}
.BgClassName
{
background-color: #3F473D;
}
</style>
border-color css
<style>
span { border-color: #3F473D; }
span { border-color: rgb(63,71,61); }
td.TdClassName
{
border-color: #3F473D;
}
.TagClassName
{
border-color: #3F473D;
}
</style>