Shades of Palm Leaf #3B552F
Tints of Palm Leaf #3B552F
RGB
CMYK
RGB Variations
Color information
#3B552F (or 0x3B552F) is known color: Palm Leaf. HEX triplet: 3B, 55 and 2F. RGB value is (59,85,47). Sum of RGB (Red+Green+Blue) = 59+85+47=191 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.89% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #3B552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B552F is #C4AAD0. Grayscale: #494949. Windows color (decimal): -12888785 or 3102011. OLE color: 3102011.
HSL color Cylindrical-coordinate representation of color #3B552F: hue angle of 101.05º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B552F is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 85 | 47 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.67 |
| HSL | 101.05º | 0.29% | 0.26% | - |
| HSV(B) | 101.05º | 0.45% | 0.33% | - |
| XYZ | 5.57 | 7.63 | 3.87 | - |
| YUV | 72.89 | 113.39 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 85 | 47 | 0.31 | 0 | 0.45 | 0.67 | 101.05 | 0.29 | 0.26 |
| Hex | 3B | 55 | 2F | 1F | 0 | 2D | 43 | 65 | 1D | 1A |
| Octal | 73 | 125 | 57 | 37 | 0 | 55 | 103 | 145 | 35 | 32 |
| Binary | 111011 | 1010101 | 101111 | 11111 | 0 | 101101 | 1000011 | 1100101 | 11101 | 11010 |
Color Harmonies of #3B552F
Complementary color
Monochromatic Colors of #3B552F
Black with #3B552F
Text Example
Text Example
White with #3B552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B552F; }
p { color: rgb(59,85,47); }
H1.HeaderClassName
{
color: #3B552F;
}
.AnyTagClassName
{
color: #3B552F;
}
</style>
background-color css
<style>
a { background-color: #3B552F; }
a { background-color: rgb(59,85,47); }
div.DivClassName
{
background-color: #3B552F;
}
.BgClassName
{
background-color: #3B552F;
}
</style>
border-color css
<style>
span { border-color: #3B552F; }
span { border-color: rgb(59,85,47); }
td.TdClassName
{
border-color: #3B552F;
}
.TagClassName
{
border-color: #3B552F;
}
</style>