Shades of Palm Leaf #384F34
Tints of Palm Leaf #384F34
RGB
CMYK
RGB Variations
Color information
#384F34 (or 0x384F34) is known color: Palm Leaf. HEX triplet: 38, 4F and 34. RGB value is (56,79,52). Sum of RGB (Red+Green+Blue) = 56+79+52=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 79 - color contains mainly: green. Hex color #384F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384F34 is #C7B0CB. Grayscale: #454545. Windows color (decimal): -13086924 or 3428152. OLE color: 3428152.
HSL color Cylindrical-coordinate representation of color #384F34: hue angle of 111.11º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #384F34 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 79 | 52 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.69 |
| HSL | 111.11º | 0.21% | 0.26% | - |
| HSV(B) | 111.11º | 0.34% | 0.31% | - |
| XYZ | 5.05 | 6.68 | 4.27 | - |
| YUV | 69.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 79 | 52 | 0.29 | 0 | 0.34 | 0.69 | 111.11 | 0.21 | 0.26 |
| Hex | 38 | 4F | 34 | 1D | 0 | 22 | 45 | 6F | 15 | 1A |
| Octal | 70 | 117 | 64 | 35 | 0 | 42 | 105 | 157 | 25 | 32 |
| Binary | 111000 | 1001111 | 110100 | 11101 | 0 | 100010 | 1000101 | 1101111 | 10101 | 11010 |
Color Harmonies of #384F34
Complementary color
Monochromatic Colors of #384F34
Black with #384F34
Text Example
Text Example
White with #384F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384F34; }
p { color: rgb(56,79,52); }
H1.HeaderClassName
{
color: #384F34;
}
.AnyTagClassName
{
color: #384F34;
}
</style>
background-color css
<style>
a { background-color: #384F34; }
a { background-color: rgb(56,79,52); }
div.DivClassName
{
background-color: #384F34;
}
.BgClassName
{
background-color: #384F34;
}
</style>
border-color css
<style>
span { border-color: #384F34; }
span { border-color: rgb(56,79,52); }
td.TdClassName
{
border-color: #384F34;
}
.TagClassName
{
border-color: #384F34;
}
</style>