Shades of Palm Leaf #3F473C
Tints of Palm Leaf #3F473C
RGB
CMYK
RGB Variations
Color information
#3F473C (or 0x3F473C) is known color: Palm Leaf. HEX triplet: 3F, 47 and 3C. RGB value is (63,71,60). Sum of RGB (Red+Green+Blue) = 63+71+60=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 71 - color contains mainly: green. Hex color #3F473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F473C is #C0B8C3. Grayscale: #434343. Windows color (decimal): -12630212 or 3950399. OLE color: 3950399.
HSL color Cylindrical-coordinate representation of color #3F473C: hue angle of 103.64º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3F473C is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 71 | 60 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.72 |
| HSL | 103.64º | 0.08% | 0.26% | - |
| HSV(B) | 103.64º | 0.15% | 0.28% | - |
| XYZ | 5.12 | 5.89 | 5.14 | - |
| YUV | 67.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 60 | 0.11 | 0 | 0.15 | 0.72 | 103.64 | 0.08 | 0.26 |
| Hex | 3F | 47 | 3C | B | 0 | F | 48 | 68 | 8 | 1A |
| Octal | 77 | 107 | 74 | 13 | 0 | 17 | 110 | 150 | 10 | 32 |
| Binary | 111111 | 1000111 | 111100 | 1011 | 0 | 1111 | 1001000 | 1101000 | 1000 | 11010 |
Color Harmonies of #3F473C
Complementary color
Monochromatic Colors of #3F473C
Black with #3F473C
Text Example
Text Example
White with #3F473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F473C; }
p { color: rgb(63,71,60); }
H1.HeaderClassName
{
color: #3F473C;
}
.AnyTagClassName
{
color: #3F473C;
}
</style>
background-color css
<style>
a { background-color: #3F473C; }
a { background-color: rgb(63,71,60); }
div.DivClassName
{
background-color: #3F473C;
}
.BgClassName
{
background-color: #3F473C;
}
</style>
border-color css
<style>
span { border-color: #3F473C; }
span { border-color: rgb(63,71,60); }
td.TdClassName
{
border-color: #3F473C;
}
.TagClassName
{
border-color: #3F473C;
}
</style>