Shades of Palm Leaf #384332
Tints of Palm Leaf #384332
RGB
CMYK
RGB Variations
Color information
#384332 (or 0x384332) is known color: Palm Leaf. HEX triplet: 38, 43 and 32. RGB value is (56,67,50). Sum of RGB (Red+Green+Blue) = 56+67+50=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 67 - color contains mainly: green. Hex color #384332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384332 is #C7BCCD. Grayscale: #3D3D3D. Windows color (decimal): -13089998 or 3294008. OLE color: 3294008.
HSL color Cylindrical-coordinate representation of color #384332: hue angle of 98.82º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #384332 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 67 | 50 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.74 |
| HSL | 98.82º | 0.15% | 0.23% | - |
| HSV(B) | 98.82º | 0.25% | 0.26% | - |
| XYZ | 4.21 | 5.09 | 3.78 | - |
| YUV | 61.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 67 | 50 | 0.16 | 0 | 0.25 | 0.74 | 98.82 | 0.15 | 0.23 |
| Hex | 38 | 43 | 32 | 10 | 0 | 19 | 4A | 63 | F | 17 |
| Octal | 70 | 103 | 62 | 20 | 0 | 31 | 112 | 143 | 17 | 27 |
| Binary | 111000 | 1000011 | 110010 | 10000 | 0 | 11001 | 1001010 | 1100011 | 1111 | 10111 |
Color Harmonies of #384332
Complementary color
Monochromatic Colors of #384332
Black with #384332
Text Example
Text Example
White with #384332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384332; }
p { color: rgb(56,67,50); }
H1.HeaderClassName
{
color: #384332;
}
.AnyTagClassName
{
color: #384332;
}
</style>
background-color css
<style>
a { background-color: #384332; }
a { background-color: rgb(56,67,50); }
div.DivClassName
{
background-color: #384332;
}
.BgClassName
{
background-color: #384332;
}
</style>
border-color css
<style>
span { border-color: #384332; }
span { border-color: rgb(56,67,50); }
td.TdClassName
{
border-color: #384332;
}
.TagClassName
{
border-color: #384332;
}
</style>