Shades of Palm Leaf #3B4139
Tints of Palm Leaf #3B4139
RGB
CMYK
RGB Variations
Color information
#3B4139 (or 0x3B4139) is known color: Palm Leaf. HEX triplet: 3B, 41 and 39. RGB value is (59,65,57). Sum of RGB (Red+Green+Blue) = 59+65+57=181 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.60% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 65 - color contains mainly: green. Hex color #3B4139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4139 is #C4BEC6. Grayscale: #3E3E3E. Windows color (decimal): -12893895 or 3752251. OLE color: 3752251.
HSL color Cylindrical-coordinate representation of color #3B4139: hue angle of 105º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3B4139 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 65 | 57 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.75 |
| HSL | 105º | 0.07% | 0.24% | - |
| HSV(B) | 105º | 0.12% | 0.25% | - |
| XYZ | 4.43 | 5.01 | 4.6 | - |
| YUV | 62.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 57 | 0.09 | 0 | 0.12 | 0.75 | 105 | 0.07 | 0.24 |
| Hex | 3B | 41 | 39 | 9 | 0 | C | 4B | 69 | 7 | 18 |
| Octal | 73 | 101 | 71 | 11 | 0 | 14 | 113 | 151 | 7 | 30 |
| Binary | 111011 | 1000001 | 111001 | 1001 | 0 | 1100 | 1001011 | 1101001 | 111 | 11000 |
Color Harmonies of #3B4139
Complementary color
Monochromatic Colors of #3B4139
Black with #3B4139
Text Example
Text Example
White with #3B4139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4139; }
p { color: rgb(59,65,57); }
H1.HeaderClassName
{
color: #3B4139;
}
.AnyTagClassName
{
color: #3B4139;
}
</style>
background-color css
<style>
a { background-color: #3B4139; }
a { background-color: rgb(59,65,57); }
div.DivClassName
{
background-color: #3B4139;
}
.BgClassName
{
background-color: #3B4139;
}
</style>
border-color css
<style>
span { border-color: #3B4139; }
span { border-color: rgb(59,65,57); }
td.TdClassName
{
border-color: #3B4139;
}
.TagClassName
{
border-color: #3B4139;
}
</style>