Shades of Palm Leaf #3B4838
Tints of Palm Leaf #3B4838
RGB
CMYK
RGB Variations
Color information
#3B4838 (or 0x3B4838) is known color: Palm Leaf. HEX triplet: 3B, 48 and 38. RGB value is (59,72,56). Sum of RGB (Red+Green+Blue) = 59+72+56=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 72 - color contains mainly: green. Hex color #3B4838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4838 is #C4B7C7. Grayscale: #424242. Windows color (decimal): -12892104 or 3688507. OLE color: 3688507.
HSL color Cylindrical-coordinate representation of color #3B4838: hue angle of 108.75º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B4838 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 72 | 56 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.72 |
| HSL | 108.75º | 0.13% | 0.25% | - |
| HSV(B) | 108.75º | 0.22% | 0.28% | - |
| XYZ | 4.83 | 5.85 | 4.62 | - |
| YUV | 66.29 | 122.19 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 72 | 56 | 0.18 | 0 | 0.22 | 0.72 | 108.75 | 0.13 | 0.25 |
| Hex | 3B | 48 | 38 | 12 | 0 | 16 | 48 | 6D | C | 19 |
| Octal | 73 | 110 | 70 | 22 | 0 | 26 | 110 | 155 | 14 | 31 |
| Binary | 111011 | 1001000 | 111000 | 10010 | 0 | 10110 | 1001000 | 1101101 | 1100 | 11001 |
Color Harmonies of #3B4838
Complementary color
Monochromatic Colors of #3B4838
Black with #3B4838
Text Example
Text Example
White with #3B4838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4838; }
p { color: rgb(59,72,56); }
H1.HeaderClassName
{
color: #3B4838;
}
.AnyTagClassName
{
color: #3B4838;
}
</style>
background-color css
<style>
a { background-color: #3B4838; }
a { background-color: rgb(59,72,56); }
div.DivClassName
{
background-color: #3B4838;
}
.BgClassName
{
background-color: #3B4838;
}
</style>
border-color css
<style>
span { border-color: #3B4838; }
span { border-color: rgb(59,72,56); }
td.TdClassName
{
border-color: #3B4838;
}
.TagClassName
{
border-color: #3B4838;
}
</style>