Shades of Palm Leaf #3B4539
Tints of Palm Leaf #3B4539
RGB
CMYK
RGB Variations
Color information
#3B4539 (or 0x3B4539) is known color: Palm Leaf. HEX triplet: 3B, 45 and 39. RGB value is (59,69,57). Sum of RGB (Red+Green+Blue) = 59+69+57=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 69 - color contains mainly: green. Hex color #3B4539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4539 is #C4BAC6. Grayscale: #404040. Windows color (decimal): -12892871 or 3753275. OLE color: 3753275.
HSL color Cylindrical-coordinate representation of color #3B4539: hue angle of 110º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3B4539 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 69 | 57 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.73 |
| HSL | 110º | 0.1% | 0.25% | - |
| HSV(B) | 110º | 0.17% | 0.27% | - |
| XYZ | 4.67 | 5.48 | 4.68 | - |
| YUV | 64.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 69 | 57 | 0.14 | 0 | 0.17 | 0.73 | 110 | 0.1 | 0.25 |
| Hex | 3B | 45 | 39 | E | 0 | 11 | 49 | 6E | A | 19 |
| Octal | 73 | 105 | 71 | 16 | 0 | 21 | 111 | 156 | 12 | 31 |
| Binary | 111011 | 1000101 | 111001 | 1110 | 0 | 10001 | 1001001 | 1101110 | 1010 | 11001 |
Color Harmonies of #3B4539
Complementary color
Monochromatic Colors of #3B4539
Black with #3B4539
Text Example
Text Example
White with #3B4539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4539; }
p { color: rgb(59,69,57); }
H1.HeaderClassName
{
color: #3B4539;
}
.AnyTagClassName
{
color: #3B4539;
}
</style>
background-color css
<style>
a { background-color: #3B4539; }
a { background-color: rgb(59,69,57); }
div.DivClassName
{
background-color: #3B4539;
}
.BgClassName
{
background-color: #3B4539;
}
</style>
border-color css
<style>
span { border-color: #3B4539; }
span { border-color: rgb(59,69,57); }
td.TdClassName
{
border-color: #3B4539;
}
.TagClassName
{
border-color: #3B4539;
}
</style>