Shades of Palm Leaf #3B5031
Tints of Palm Leaf #3B5031
RGB
CMYK
RGB Variations
Color information
#3B5031 (or 0x3B5031) is known color: Palm Leaf. HEX triplet: 3B, 50 and 31. RGB value is (59,80,49). Sum of RGB (Red+Green+Blue) = 59+80+49=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #3B5031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5031 is #C4AFCE. Grayscale: #464646. Windows color (decimal): -12890063 or 3231803. OLE color: 3231803.
HSL color Cylindrical-coordinate representation of color #3B5031: hue angle of 100.65º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B5031 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 80 | 49 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.69 |
| HSL | 100.65º | 0.24% | 0.25% | - |
| HSV(B) | 100.65º | 0.39% | 0.31% | - |
| XYZ | 5.23 | 6.89 | 3.96 | - |
| YUV | 70.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 80 | 49 | 0.26 | 0 | 0.39 | 0.69 | 100.65 | 0.24 | 0.25 |
| Hex | 3B | 50 | 31 | 1A | 0 | 27 | 45 | 65 | 18 | 19 |
| Octal | 73 | 120 | 61 | 32 | 0 | 47 | 105 | 145 | 30 | 31 |
| Binary | 111011 | 1010000 | 110001 | 11010 | 0 | 100111 | 1000101 | 1100101 | 11000 | 11001 |
Color Harmonies of #3B5031
Complementary color
Monochromatic Colors of #3B5031
Black with #3B5031
Text Example
Text Example
White with #3B5031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5031; }
p { color: rgb(59,80,49); }
H1.HeaderClassName
{
color: #3B5031;
}
.AnyTagClassName
{
color: #3B5031;
}
</style>
background-color css
<style>
a { background-color: #3B5031; }
a { background-color: rgb(59,80,49); }
div.DivClassName
{
background-color: #3B5031;
}
.BgClassName
{
background-color: #3B5031;
}
</style>
border-color css
<style>
span { border-color: #3B5031; }
span { border-color: rgb(59,80,49); }
td.TdClassName
{
border-color: #3B5031;
}
.TagClassName
{
border-color: #3B5031;
}
</style>