Shades of Palm Leaf #3F443D
Tints of Palm Leaf #3F443D
RGB
CMYK
RGB Variations
Color information
#3F443D (or 0x3F443D) is known color: Palm Leaf. HEX triplet: 3F, 44 and 3D. RGB value is (63,68,61). Sum of RGB (Red+Green+Blue) = 63+68+61=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 68 - color contains mainly: green. Hex color #3F443D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F443D is #C0BBC2. Grayscale: #414141. Windows color (decimal): -12630979 or 4015167. OLE color: 4015167.
HSL color Cylindrical-coordinate representation of color #3F443D: hue angle of 102.86º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3F443D is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 68 | 61 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.73 |
| HSL | 102.86º | 0.05% | 0.25% | - |
| HSV(B) | 102.86º | 0.1% | 0.27% | - |
| XYZ | 4.96 | 5.53 | 5.22 | - |
| YUV | 65.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 61 | 0.07 | 0 | 0.10 | 0.73 | 102.86 | 0.05 | 0.25 |
| Hex | 3F | 44 | 3D | 7 | 0 | A | 49 | 67 | 5 | 19 |
| Octal | 77 | 104 | 75 | 7 | 0 | 12 | 111 | 147 | 5 | 31 |
| Binary | 111111 | 1000100 | 111101 | 111 | 0 | 1010 | 1001001 | 1100111 | 101 | 11001 |
Color Harmonies of #3F443D
Complementary color
Monochromatic Colors of #3F443D
Black with #3F443D
Text Example
Text Example
White with #3F443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F443D; }
p { color: rgb(63,68,61); }
H1.HeaderClassName
{
color: #3F443D;
}
.AnyTagClassName
{
color: #3F443D;
}
</style>
background-color css
<style>
a { background-color: #3F443D; }
a { background-color: rgb(63,68,61); }
div.DivClassName
{
background-color: #3F443D;
}
.BgClassName
{
background-color: #3F443D;
}
</style>
border-color css
<style>
span { border-color: #3F443D; }
span { border-color: rgb(63,68,61); }
td.TdClassName
{
border-color: #3F443D;
}
.TagClassName
{
border-color: #3F443D;
}
</style>