Shades of Palm Leaf #3F503A
Tints of Palm Leaf #3F503A
RGB
CMYK
RGB Variations
Color information
#3F503A (or 0x3F503A) is known color: Palm Leaf. HEX triplet: 3F, 50 and 3A. RGB value is (63,80,58). Sum of RGB (Red+Green+Blue) = 63+80+58=201 (26% of max value = 765). Red value is 63 (25% from 255 or 31.34% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 80 - color contains mainly: green. Hex color #3F503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F503A is #C0AFC5. Grayscale: #484848. Windows color (decimal): -12627910 or 3821631. OLE color: 3821631.
HSL color Cylindrical-coordinate representation of color #3F503A: hue angle of 106.36º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F503A is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 80 | 58 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.69 |
| HSL | 106.36º | 0.16% | 0.27% | - |
| HSV(B) | 106.36º | 0.28% | 0.31% | - |
| XYZ | 5.68 | 7.1 | 5.07 | - |
| YUV | 72.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 58 | 0.21 | 0 | 0.28 | 0.69 | 106.36 | 0.16 | 0.27 |
| Hex | 3F | 50 | 3A | 15 | 0 | 1C | 45 | 6A | 10 | 1B |
| Octal | 77 | 120 | 72 | 25 | 0 | 34 | 105 | 152 | 20 | 33 |
| Binary | 111111 | 1010000 | 111010 | 10101 | 0 | 11100 | 1000101 | 1101010 | 10000 | 11011 |
Color Harmonies of #3F503A
Complementary color
Monochromatic Colors of #3F503A
Black with #3F503A
Text Example
Text Example
White with #3F503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F503A; }
p { color: rgb(63,80,58); }
H1.HeaderClassName
{
color: #3F503A;
}
.AnyTagClassName
{
color: #3F503A;
}
</style>
background-color css
<style>
a { background-color: #3F503A; }
a { background-color: rgb(63,80,58); }
div.DivClassName
{
background-color: #3F503A;
}
.BgClassName
{
background-color: #3F503A;
}
</style>
border-color css
<style>
span { border-color: #3F503A; }
span { border-color: rgb(63,80,58); }
td.TdClassName
{
border-color: #3F503A;
}
.TagClassName
{
border-color: #3F503A;
}
</style>