Shades of Palm Leaf #3F453D
Tints of Palm Leaf #3F453D
RGB
CMYK
RGB Variations
Color information
#3F453D (or 0x3F453D) is known color: Palm Leaf. HEX triplet: 3F, 45 and 3D. RGB value is (63,69,61). Sum of RGB (Red+Green+Blue) = 63+69+61=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 69 - color contains mainly: green. Hex color #3F453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F453D is #C0BAC2. Grayscale: #424242. Windows color (decimal): -12630723 or 4015423. OLE color: 4015423.
HSL color Cylindrical-coordinate representation of color #3F453D: hue angle of 105º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3F453D is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 69 | 61 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.73 |
| HSL | 105º | 0.06% | 0.25% | - |
| HSV(B) | 105º | 0.12% | 0.27% | - |
| XYZ | 5.02 | 5.65 | 5.24 | - |
| YUV | 66.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 61 | 0.09 | 0 | 0.12 | 0.73 | 105 | 0.06 | 0.25 |
| Hex | 3F | 45 | 3D | 9 | 0 | C | 49 | 69 | 6 | 19 |
| Octal | 77 | 105 | 75 | 11 | 0 | 14 | 111 | 151 | 6 | 31 |
| Binary | 111111 | 1000101 | 111101 | 1001 | 0 | 1100 | 1001001 | 1101001 | 110 | 11001 |
Color Harmonies of #3F453D
Complementary color
Monochromatic Colors of #3F453D
Black with #3F453D
Text Example
Text Example
White with #3F453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F453D; }
p { color: rgb(63,69,61); }
H1.HeaderClassName
{
color: #3F453D;
}
.AnyTagClassName
{
color: #3F453D;
}
</style>
background-color css
<style>
a { background-color: #3F453D; }
a { background-color: rgb(63,69,61); }
div.DivClassName
{
background-color: #3F453D;
}
.BgClassName
{
background-color: #3F453D;
}
</style>
border-color css
<style>
span { border-color: #3F453D; }
span { border-color: rgb(63,69,61); }
td.TdClassName
{
border-color: #3F453D;
}
.TagClassName
{
border-color: #3F453D;
}
</style>