Shades of Palm Leaf #3F5038
Tints of Palm Leaf #3F5038
RGB
CMYK
RGB Variations
Color information
#3F5038 (or 0x3F5038) is known color: Palm Leaf. HEX triplet: 3F, 50 and 38. RGB value is (63,80,56). Sum of RGB (Red+Green+Blue) = 63+80+56=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #3F5038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5038 is #C0AFC7. Grayscale: #484848. Windows color (decimal): -12627912 or 3690559. OLE color: 3690559.
HSL color Cylindrical-coordinate representation of color #3F5038: hue angle of 102.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F5038 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 80 | 56 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.69 |
| HSL | 102.5º | 0.18% | 0.27% | - |
| HSV(B) | 102.5º | 0.3% | 0.31% | - |
| XYZ | 5.63 | 7.08 | 4.81 | - |
| YUV | 72.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 56 | 0.21 | 0 | 0.30 | 0.69 | 102.5 | 0.18 | 0.27 |
| Hex | 3F | 50 | 38 | 15 | 0 | 1E | 45 | 66 | 12 | 1B |
| Octal | 77 | 120 | 70 | 25 | 0 | 36 | 105 | 146 | 22 | 33 |
| Binary | 111111 | 1010000 | 111000 | 10101 | 0 | 11110 | 1000101 | 1100110 | 10010 | 11011 |
Color Harmonies of #3F5038
Complementary color
Monochromatic Colors of #3F5038
Black with #3F5038
Text Example
Text Example
White with #3F5038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5038; }
p { color: rgb(63,80,56); }
H1.HeaderClassName
{
color: #3F5038;
}
.AnyTagClassName
{
color: #3F5038;
}
</style>
background-color css
<style>
a { background-color: #3F5038; }
a { background-color: rgb(63,80,56); }
div.DivClassName
{
background-color: #3F5038;
}
.BgClassName
{
background-color: #3F5038;
}
</style>
border-color css
<style>
span { border-color: #3F5038; }
span { border-color: rgb(63,80,56); }
td.TdClassName
{
border-color: #3F5038;
}
.TagClassName
{
border-color: #3F5038;
}
</style>