Shades of Palm Leaf #3B403A
Tints of Palm Leaf #3B403A
RGB
CMYK
RGB Variations
Color information
#3B403A (or 0x3B403A) is known color: Palm Leaf. HEX triplet: 3B, 40 and 3A. RGB value is (59,64,58). Sum of RGB (Red+Green+Blue) = 59+64+58=181 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.60% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 64 - color contains mainly: green. Hex color #3B403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B403A is #C4BFC5. Grayscale: #3D3D3D. Windows color (decimal): -12894150 or 3817531. OLE color: 3817531.
HSL color Cylindrical-coordinate representation of color #3B403A: hue angle of 110º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3B403A is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 64 | 58 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.75 |
| HSL | 110º | 0.05% | 0.24% | - |
| HSV(B) | 110º | 0.09% | 0.25% | - |
| XYZ | 4.4 | 4.9 | 4.72 | - |
| YUV | 61.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 64 | 58 | 0.08 | 0 | 0.09 | 0.75 | 110 | 0.05 | 0.24 |
| Hex | 3B | 40 | 3A | 8 | 0 | 9 | 4B | 6E | 5 | 18 |
| Octal | 73 | 100 | 72 | 10 | 0 | 11 | 113 | 156 | 5 | 30 |
| Binary | 111011 | 1000000 | 111010 | 1000 | 0 | 1001 | 1001011 | 1101110 | 101 | 11000 |
Color Harmonies of #3B403A
Complementary color
Monochromatic Colors of #3B403A
Black with #3B403A
Text Example
Text Example
White with #3B403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B403A; }
p { color: rgb(59,64,58); }
H1.HeaderClassName
{
color: #3B403A;
}
.AnyTagClassName
{
color: #3B403A;
}
</style>
background-color css
<style>
a { background-color: #3B403A; }
a { background-color: rgb(59,64,58); }
div.DivClassName
{
background-color: #3B403A;
}
.BgClassName
{
background-color: #3B403A;
}
</style>
border-color css
<style>
span { border-color: #3B403A; }
span { border-color: rgb(59,64,58); }
td.TdClassName
{
border-color: #3B403A;
}
.TagClassName
{
border-color: #3B403A;
}
</style>