Shades of Palm Leaf #38552D
Tints of Palm Leaf #38552D
RGB
CMYK
RGB Variations
Color information
#38552D (or 0x38552D) is known color: Palm Leaf. HEX triplet: 38, 55 and 2D. RGB value is (56,85,45). Sum of RGB (Red+Green+Blue) = 56+85+45=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #38552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38552D is #C7AAD2. Grayscale: #474747. Windows color (decimal): -13085395 or 2970936. OLE color: 2970936.
HSL color Cylindrical-coordinate representation of color #38552D: hue angle of 103.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38552D is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 85 | 45 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.67 |
| HSL | 103.5º | 0.31% | 0.25% | - |
| HSV(B) | 103.5º | 0.47% | 0.33% | - |
| XYZ | 5.35 | 7.53 | 3.65 | - |
| YUV | 71.77 | 112.89 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 45 | 0.34 | 0 | 0.47 | 0.67 | 103.5 | 0.31 | 0.25 |
| Hex | 38 | 55 | 2D | 22 | 0 | 2F | 43 | 68 | 1F | 19 |
| Octal | 70 | 125 | 55 | 42 | 0 | 57 | 103 | 150 | 37 | 31 |
| Binary | 111000 | 1010101 | 101101 | 100010 | 0 | 101111 | 1000011 | 1101000 | 11111 | 11001 |
Color Harmonies of #38552D
Complementary color
Monochromatic Colors of #38552D
Black with #38552D
Text Example
Text Example
White with #38552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38552D; }
p { color: rgb(56,85,45); }
H1.HeaderClassName
{
color: #38552D;
}
.AnyTagClassName
{
color: #38552D;
}
</style>
background-color css
<style>
a { background-color: #38552D; }
a { background-color: rgb(56,85,45); }
div.DivClassName
{
background-color: #38552D;
}
.BgClassName
{
background-color: #38552D;
}
</style>
border-color css
<style>
span { border-color: #38552D; }
span { border-color: rgb(56,85,45); }
td.TdClassName
{
border-color: #38552D;
}
.TagClassName
{
border-color: #38552D;
}
</style>