Shades of Palm Leaf #3D5233
Tints of Palm Leaf #3D5233
RGB
CMYK
RGB Variations
Color information
#3D5233 (or 0x3D5233) is known color: Palm Leaf. HEX triplet: 3D, 52 and 33. RGB value is (61,82,51). Sum of RGB (Red+Green+Blue) = 61+82+51=194 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.44% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 82 - color contains mainly: green. Hex color #3D5233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5233 is #C2ADCC. Grayscale: #484848. Windows color (decimal): -12758477 or 3363389. OLE color: 3363389.
HSL color Cylindrical-coordinate representation of color #3D5233: hue angle of 100.65º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D5233 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 82 | 51 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.68 |
| HSL | 100.65º | 0.23% | 0.26% | - |
| HSV(B) | 100.65º | 0.38% | 0.32% | - |
| XYZ | 5.54 | 7.27 | 4.24 | - |
| YUV | 72.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 82 | 51 | 0.26 | 0 | 0.38 | 0.68 | 100.65 | 0.23 | 0.26 |
| Hex | 3D | 52 | 33 | 1A | 0 | 26 | 44 | 65 | 17 | 1A |
| Octal | 75 | 122 | 63 | 32 | 0 | 46 | 104 | 145 | 27 | 32 |
| Binary | 111101 | 1010010 | 110011 | 11010 | 0 | 100110 | 1000100 | 1100101 | 10111 | 11010 |
Color Harmonies of #3D5233
Complementary color
Monochromatic Colors of #3D5233
Black with #3D5233
Text Example
Text Example
White with #3D5233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5233; }
p { color: rgb(61,82,51); }
H1.HeaderClassName
{
color: #3D5233;
}
.AnyTagClassName
{
color: #3D5233;
}
</style>
background-color css
<style>
a { background-color: #3D5233; }
a { background-color: rgb(61,82,51); }
div.DivClassName
{
background-color: #3D5233;
}
.BgClassName
{
background-color: #3D5233;
}
</style>
border-color css
<style>
span { border-color: #3D5233; }
span { border-color: rgb(61,82,51); }
td.TdClassName
{
border-color: #3D5233;
}
.TagClassName
{
border-color: #3D5233;
}
</style>