Shades of Palm Leaf #3F5237
Tints of Palm Leaf #3F5237
RGB
CMYK
RGB Variations
Color information
#3F5237 (or 0x3F5237) is known color: Palm Leaf. HEX triplet: 3F, 52 and 37. RGB value is (63,82,55). Sum of RGB (Red+Green+Blue) = 63+82+55=200 (26% of max value = 765). Red value is 63 (25% from 255 or 31.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 82 - color contains mainly: green. Hex color #3F5237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5237 is #C0ADC8. Grayscale: #494949. Windows color (decimal): -12627401 or 3625535. OLE color: 3625535.
HSL color Cylindrical-coordinate representation of color #3F5237: hue angle of 102.22º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F5237 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 82 | 55 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.68 |
| HSL | 102.22º | 0.2% | 0.27% | - |
| HSV(B) | 102.22º | 0.33% | 0.32% | - |
| XYZ | 5.76 | 7.37 | 4.73 | - |
| YUV | 73.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 55 | 0.23 | 0 | 0.33 | 0.68 | 102.22 | 0.2 | 0.27 |
| Hex | 3F | 52 | 37 | 17 | 0 | 21 | 44 | 66 | 14 | 1B |
| Octal | 77 | 122 | 67 | 27 | 0 | 41 | 104 | 146 | 24 | 33 |
| Binary | 111111 | 1010010 | 110111 | 10111 | 0 | 100001 | 1000100 | 1100110 | 10100 | 11011 |
Color Harmonies of #3F5237
Complementary color
Monochromatic Colors of #3F5237
Black with #3F5237
Text Example
Text Example
White with #3F5237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5237; }
p { color: rgb(63,82,55); }
H1.HeaderClassName
{
color: #3F5237;
}
.AnyTagClassName
{
color: #3F5237;
}
</style>
background-color css
<style>
a { background-color: #3F5237; }
a { background-color: rgb(63,82,55); }
div.DivClassName
{
background-color: #3F5237;
}
.BgClassName
{
background-color: #3F5237;
}
</style>
border-color css
<style>
span { border-color: #3F5237; }
span { border-color: rgb(63,82,55); }
td.TdClassName
{
border-color: #3F5237;
}
.TagClassName
{
border-color: #3F5237;
}
</style>