Shades of Palm Leaf #3F5434
Tints of Palm Leaf #3F5434
RGB
CMYK
RGB Variations
Color information
#3F5434 (or 0x3F5434) is known color: Palm Leaf. HEX triplet: 3F, 54 and 34. RGB value is (63,84,52). Sum of RGB (Red+Green+Blue) = 63+84+52=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 84 - color contains mainly: green. Hex color #3F5434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5434 is #C0ABCB. Grayscale: #4A4A4A. Windows color (decimal): -12626892 or 3429439. OLE color: 3429439.
HSL color Cylindrical-coordinate representation of color #3F5434: hue angle of 99.38º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F5434 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 84 | 52 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.67 |
| HSL | 99.38º | 0.24% | 0.27% | - |
| HSV(B) | 99.38º | 0.38% | 0.33% | - |
| XYZ | 5.84 | 7.65 | 4.42 | - |
| YUV | 74.07 | 115.54 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 52 | 0.25 | 0 | 0.38 | 0.67 | 99.38 | 0.24 | 0.27 |
| Hex | 3F | 54 | 34 | 19 | 0 | 26 | 43 | 63 | 18 | 1B |
| Octal | 77 | 124 | 64 | 31 | 0 | 46 | 103 | 143 | 30 | 33 |
| Binary | 111111 | 1010100 | 110100 | 11001 | 0 | 100110 | 1000011 | 1100011 | 11000 | 11011 |
Color Harmonies of #3F5434
Complementary color
Monochromatic Colors of #3F5434
Black with #3F5434
Text Example
Text Example
White with #3F5434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5434; }
p { color: rgb(63,84,52); }
H1.HeaderClassName
{
color: #3F5434;
}
.AnyTagClassName
{
color: #3F5434;
}
</style>
background-color css
<style>
a { background-color: #3F5434; }
a { background-color: rgb(63,84,52); }
div.DivClassName
{
background-color: #3F5434;
}
.BgClassName
{
background-color: #3F5434;
}
</style>
border-color css
<style>
span { border-color: #3F5434; }
span { border-color: rgb(63,84,52); }
td.TdClassName
{
border-color: #3F5434;
}
.TagClassName
{
border-color: #3F5434;
}
</style>