Shades of Palm Leaf #3F5236
Tints of Palm Leaf #3F5236
RGB
CMYK
RGB Variations
Color information
#3F5236 (or 0x3F5236) is known color: Palm Leaf. HEX triplet: 3F, 52 and 36. RGB value is (63,82,54). Sum of RGB (Red+Green+Blue) = 63+82+54=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 82 - color contains mainly: green. Hex color #3F5236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5236 is #C0ADC9. Grayscale: #494949. Windows color (decimal): -12627402 or 3559999. OLE color: 3559999.
HSL color Cylindrical-coordinate representation of color #3F5236: hue angle of 100.71º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F5236 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 82 | 54 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.68 |
| HSL | 100.71º | 0.21% | 0.27% | - |
| HSV(B) | 100.71º | 0.34% | 0.32% | - |
| XYZ | 5.73 | 7.36 | 4.61 | - |
| YUV | 73.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 54 | 0.23 | 0 | 0.34 | 0.68 | 100.71 | 0.21 | 0.27 |
| Hex | 3F | 52 | 36 | 17 | 0 | 22 | 44 | 65 | 15 | 1B |
| Octal | 77 | 122 | 66 | 27 | 0 | 42 | 104 | 145 | 25 | 33 |
| Binary | 111111 | 1010010 | 110110 | 10111 | 0 | 100010 | 1000100 | 1100101 | 10101 | 11011 |
Color Harmonies of #3F5236
Complementary color
Monochromatic Colors of #3F5236
Black with #3F5236
Text Example
Text Example
White with #3F5236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5236; }
p { color: rgb(63,82,54); }
H1.HeaderClassName
{
color: #3F5236;
}
.AnyTagClassName
{
color: #3F5236;
}
</style>
background-color css
<style>
a { background-color: #3F5236; }
a { background-color: rgb(63,82,54); }
div.DivClassName
{
background-color: #3F5236;
}
.BgClassName
{
background-color: #3F5236;
}
</style>
border-color css
<style>
span { border-color: #3F5236; }
span { border-color: rgb(63,82,54); }
td.TdClassName
{
border-color: #3F5236;
}
.TagClassName
{
border-color: #3F5236;
}
</style>