Shades of Palm Leaf #3B4238
Tints of Palm Leaf #3B4238
RGB
CMYK
RGB Variations
Color information
#3B4238 (or 0x3B4238) is known color: Palm Leaf. HEX triplet: 3B, 42 and 38. RGB value is (59,66,56). Sum of RGB (Red+Green+Blue) = 59+66+56=181 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.60% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 66 - color contains mainly: green. Hex color #3B4238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4238 is #C4BDC7. Grayscale: #3E3E3E. Windows color (decimal): -12893640 or 3686971. OLE color: 3686971.
HSL color Cylindrical-coordinate representation of color #3B4238: hue angle of 102º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3B4238 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 66 | 56 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.74 |
| HSL | 102º | 0.08% | 0.24% | - |
| HSV(B) | 102º | 0.15% | 0.26% | - |
| XYZ | 4.47 | 5.11 | 4.49 | - |
| YUV | 62.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 56 | 0.11 | 0 | 0.15 | 0.74 | 102 | 0.08 | 0.24 |
| Hex | 3B | 42 | 38 | B | 0 | F | 4A | 66 | 8 | 18 |
| Octal | 73 | 102 | 70 | 13 | 0 | 17 | 112 | 146 | 10 | 30 |
| Binary | 111011 | 1000010 | 111000 | 1011 | 0 | 1111 | 1001010 | 1100110 | 1000 | 11000 |
Color Harmonies of #3B4238
Complementary color
Monochromatic Colors of #3B4238
Black with #3B4238
Text Example
Text Example
White with #3B4238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4238; }
p { color: rgb(59,66,56); }
H1.HeaderClassName
{
color: #3B4238;
}
.AnyTagClassName
{
color: #3B4238;
}
</style>
background-color css
<style>
a { background-color: #3B4238; }
a { background-color: rgb(59,66,56); }
div.DivClassName
{
background-color: #3B4238;
}
.BgClassName
{
background-color: #3B4238;
}
</style>
border-color css
<style>
span { border-color: #3B4238; }
span { border-color: rgb(59,66,56); }
td.TdClassName
{
border-color: #3B4238;
}
.TagClassName
{
border-color: #3B4238;
}
</style>