Shades of Palm Leaf #3F5238
Tints of Palm Leaf #3F5238
RGB
CMYK
RGB Variations
Color information
#3F5238 (or 0x3F5238) is known color: Palm Leaf. HEX triplet: 3F, 52 and 38. RGB value is (63,82,56). Sum of RGB (Red+Green+Blue) = 63+82+56=201 (26% of max value = 765). Red value is 63 (25% from 255 or 31.34% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 82 - color contains mainly: green. Hex color #3F5238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5238 is #C0ADC7. Grayscale: #494949. Windows color (decimal): -12627400 or 3691071. OLE color: 3691071.
HSL color Cylindrical-coordinate representation of color #3F5238: hue angle of 103.85º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F5238 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 82 | 56 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.68 |
| HSL | 103.85º | 0.19% | 0.27% | - |
| HSV(B) | 103.85º | 0.32% | 0.32% | - |
| XYZ | 5.78 | 7.38 | 4.86 | - |
| YUV | 73.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 56 | 0.23 | 0 | 0.32 | 0.68 | 103.85 | 0.19 | 0.27 |
| Hex | 3F | 52 | 38 | 17 | 0 | 20 | 44 | 68 | 13 | 1B |
| Octal | 77 | 122 | 70 | 27 | 0 | 40 | 104 | 150 | 23 | 33 |
| Binary | 111111 | 1010010 | 111000 | 10111 | 0 | 100000 | 1000100 | 1101000 | 10011 | 11011 |
Color Harmonies of #3F5238
Complementary color
Monochromatic Colors of #3F5238
Black with #3F5238
Text Example
Text Example
White with #3F5238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5238; }
p { color: rgb(63,82,56); }
H1.HeaderClassName
{
color: #3F5238;
}
.AnyTagClassName
{
color: #3F5238;
}
</style>
background-color css
<style>
a { background-color: #3F5238; }
a { background-color: rgb(63,82,56); }
div.DivClassName
{
background-color: #3F5238;
}
.BgClassName
{
background-color: #3F5238;
}
</style>
border-color css
<style>
span { border-color: #3F5238; }
span { border-color: rgb(63,82,56); }
td.TdClassName
{
border-color: #3F5238;
}
.TagClassName
{
border-color: #3F5238;
}
</style>