Shades of Palm Leaf #38522B
Tints of Palm Leaf #38522B
RGB
CMYK
RGB Variations
Color information
#38522B (or 0x38522B) is known color: Palm Leaf. HEX triplet: 38, 52 and 2B. RGB value is (56,82,43). Sum of RGB (Red+Green+Blue) = 56+82+43=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #38522B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38522B is #C7ADD4. Grayscale: #454545. Windows color (decimal): -13086165 or 2839096. OLE color: 2839096.
HSL color Cylindrical-coordinate representation of color #38522B: hue angle of 100º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38522B is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 82 | 43 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.68 |
| HSL | 100º | 0.31% | 0.25% | - |
| HSV(B) | 100º | 0.48% | 0.32% | - |
| XYZ | 5.08 | 7.05 | 3.38 | - |
| YUV | 69.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 82 | 43 | 0.32 | 0 | 0.48 | 0.68 | 100 | 0.31 | 0.25 |
| Hex | 38 | 52 | 2B | 20 | 0 | 30 | 44 | 64 | 1F | 19 |
| Octal | 70 | 122 | 53 | 40 | 0 | 60 | 104 | 144 | 37 | 31 |
| Binary | 111000 | 1010010 | 101011 | 100000 | 0 | 110000 | 1000100 | 1100100 | 11111 | 11001 |
Color Harmonies of #38522B
Complementary color
Monochromatic Colors of #38522B
Black with #38522B
Text Example
Text Example
White with #38522B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38522B; }
p { color: rgb(56,82,43); }
H1.HeaderClassName
{
color: #38522B;
}
.AnyTagClassName
{
color: #38522B;
}
</style>
background-color css
<style>
a { background-color: #38522B; }
a { background-color: rgb(56,82,43); }
div.DivClassName
{
background-color: #38522B;
}
.BgClassName
{
background-color: #38522B;
}
</style>
border-color css
<style>
span { border-color: #38522B; }
span { border-color: rgb(56,82,43); }
td.TdClassName
{
border-color: #38522B;
}
.TagClassName
{
border-color: #38522B;
}
</style>