Shades of Palm Leaf #3B4538
Tints of Palm Leaf #3B4538
RGB
CMYK
RGB Variations
Color information
#3B4538 (or 0x3B4538) is known color: Palm Leaf. HEX triplet: 3B, 45 and 38. RGB value is (59,69,56). Sum of RGB (Red+Green+Blue) = 59+69+56=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 69 - color contains mainly: green. Hex color #3B4538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4538 is #C4BAC7. Grayscale: #404040. Windows color (decimal): -12892872 or 3687739. OLE color: 3687739.
HSL color Cylindrical-coordinate representation of color #3B4538: hue angle of 106.15º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3B4538 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 69 | 56 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.73 |
| HSL | 106.15º | 0.1% | 0.25% | - |
| HSV(B) | 106.15º | 0.19% | 0.27% | - |
| XYZ | 4.65 | 5.47 | 4.55 | - |
| YUV | 64.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 69 | 56 | 0.14 | 0 | 0.19 | 0.73 | 106.15 | 0.1 | 0.25 |
| Hex | 3B | 45 | 38 | E | 0 | 13 | 49 | 6A | A | 19 |
| Octal | 73 | 105 | 70 | 16 | 0 | 23 | 111 | 152 | 12 | 31 |
| Binary | 111011 | 1000101 | 111000 | 1110 | 0 | 10011 | 1001001 | 1101010 | 1010 | 11001 |
Color Harmonies of #3B4538
Complementary color
Monochromatic Colors of #3B4538
Black with #3B4538
Text Example
Text Example
White with #3B4538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4538; }
p { color: rgb(59,69,56); }
H1.HeaderClassName
{
color: #3B4538;
}
.AnyTagClassName
{
color: #3B4538;
}
</style>
background-color css
<style>
a { background-color: #3B4538; }
a { background-color: rgb(59,69,56); }
div.DivClassName
{
background-color: #3B4538;
}
.BgClassName
{
background-color: #3B4538;
}
</style>
border-color css
<style>
span { border-color: #3B4538; }
span { border-color: rgb(59,69,56); }
td.TdClassName
{
border-color: #3B4538;
}
.TagClassName
{
border-color: #3B4538;
}
</style>