Shades of Palm Leaf #3D552F
Tints of Palm Leaf #3D552F
RGB
CMYK
RGB Variations
Color information
#3D552F (or 0x3D552F) is known color: Palm Leaf. HEX triplet: 3D, 55 and 2F. RGB value is (61,85,47). Sum of RGB (Red+Green+Blue) = 61+85+47=193 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.61% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #3D552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D552F is #C2AAD0. Grayscale: #494949. Windows color (decimal): -12757713 or 3102013. OLE color: 3102013.
HSL color Cylindrical-coordinate representation of color #3D552F: hue angle of 97.89º 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 #3D552F is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 85 | 47 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.67 |
| HSL | 97.89º | 0.29% | 0.26% | - |
| HSV(B) | 97.89º | 0.45% | 0.33% | - |
| XYZ | 5.69 | 7.69 | 3.87 | - |
| YUV | 73.49 | 113.05 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 85 | 47 | 0.28 | 0 | 0.45 | 0.67 | 97.89 | 0.29 | 0.26 |
| Hex | 3D | 55 | 2F | 1C | 0 | 2D | 43 | 62 | 1D | 1A |
| Octal | 75 | 125 | 57 | 34 | 0 | 55 | 103 | 142 | 35 | 32 |
| Binary | 111101 | 1010101 | 101111 | 11100 | 0 | 101101 | 1000011 | 1100010 | 11101 | 11010 |
Color Harmonies of #3D552F
Complementary color
Monochromatic Colors of #3D552F
Black with #3D552F
Text Example
Text Example
White with #3D552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D552F; }
p { color: rgb(61,85,47); }
H1.HeaderClassName
{
color: #3D552F;
}
.AnyTagClassName
{
color: #3D552F;
}
</style>
background-color css
<style>
a { background-color: #3D552F; }
a { background-color: rgb(61,85,47); }
div.DivClassName
{
background-color: #3D552F;
}
.BgClassName
{
background-color: #3D552F;
}
</style>
border-color css
<style>
span { border-color: #3D552F; }
span { border-color: rgb(61,85,47); }
td.TdClassName
{
border-color: #3D552F;
}
.TagClassName
{
border-color: #3D552F;
}
</style>