Shades of Palm Leaf #3B3F3A
Tints of Palm Leaf #3B3F3A
RGB
CMYK
RGB Variations
Color information
#3B3F3A (or 0x3B3F3A) is known color: Palm Leaf. HEX triplet: 3B, 3F and 3A. RGB value is (59,63,58). Sum of RGB (Red+Green+Blue) = 59+63+58=180 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.78% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 63 - color contains mainly: green. Hex color #3B3F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3F3A is #C4C0C5. Grayscale: #3D3D3D. Windows color (decimal): -12894406 or 3817275. OLE color: 3817275.
HSL color Cylindrical-coordinate representation of color #3B3F3A: hue angle of 108º degrees, saturation: 0.04, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3B3F3A is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 63 | 58 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.75 |
| HSL | 108º | 0.04% | 0.24% | - |
| HSV(B) | 108º | 0.08% | 0.25% | - |
| XYZ | 4.34 | 4.79 | 4.7 | - |
| YUV | 61.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 63 | 58 | 0.06 | 0 | 0.08 | 0.75 | 108 | 0.04 | 0.24 |
| Hex | 3B | 3F | 3A | 6 | 0 | 8 | 4B | 6C | 4 | 18 |
| Octal | 73 | 77 | 72 | 6 | 0 | 10 | 113 | 154 | 4 | 30 |
| Binary | 111011 | 111111 | 111010 | 110 | 0 | 1000 | 1001011 | 1101100 | 100 | 11000 |
Color Harmonies of #3B3F3A
Complementary color
Monochromatic Colors of #3B3F3A
Black with #3B3F3A
Text Example
Text Example
White with #3B3F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3F3A; }
p { color: rgb(59,63,58); }
H1.HeaderClassName
{
color: #3B3F3A;
}
.AnyTagClassName
{
color: #3B3F3A;
}
</style>
background-color css
<style>
a { background-color: #3B3F3A; }
a { background-color: rgb(59,63,58); }
div.DivClassName
{
background-color: #3B3F3A;
}
.BgClassName
{
background-color: #3B3F3A;
}
</style>
border-color css
<style>
span { border-color: #3B3F3A; }
span { border-color: rgb(59,63,58); }
td.TdClassName
{
border-color: #3B3F3A;
}
.TagClassName
{
border-color: #3B3F3A;
}
</style>