Shades of Palm Leaf #38502C
Tints of Palm Leaf #38502C
RGB
CMYK
RGB Variations
Color information
#38502C (or 0x38502C) is known color: Palm Leaf. HEX triplet: 38, 50 and 2C. RGB value is (56,80,44). Sum of RGB (Red+Green+Blue) = 56+80+44=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #38502C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38502C is #C7AFD3. Grayscale: #444444. Windows color (decimal): -13086676 or 2904120. OLE color: 2904120.
HSL color Cylindrical-coordinate representation of color #38502C: hue angle of 100º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #38502C is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 80 | 44 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.69 |
| HSL | 100º | 0.29% | 0.24% | - |
| HSV(B) | 100º | 0.45% | 0.31% | - |
| XYZ | 4.95 | 6.76 | 3.43 | - |
| YUV | 68.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 44 | 0.30 | 0 | 0.45 | 0.69 | 100 | 0.29 | 0.24 |
| Hex | 38 | 50 | 2C | 1E | 0 | 2D | 45 | 64 | 1D | 18 |
| Octal | 70 | 120 | 54 | 36 | 0 | 55 | 105 | 144 | 35 | 30 |
| Binary | 111000 | 1010000 | 101100 | 11110 | 0 | 101101 | 1000101 | 1100100 | 11101 | 11000 |
Color Harmonies of #38502C
Complementary color
Monochromatic Colors of #38502C
Black with #38502C
Text Example
Text Example
White with #38502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38502C; }
p { color: rgb(56,80,44); }
H1.HeaderClassName
{
color: #38502C;
}
.AnyTagClassName
{
color: #38502C;
}
</style>
background-color css
<style>
a { background-color: #38502C; }
a { background-color: rgb(56,80,44); }
div.DivClassName
{
background-color: #38502C;
}
.BgClassName
{
background-color: #38502C;
}
</style>
border-color css
<style>
span { border-color: #38502C; }
span { border-color: rgb(56,80,44); }
td.TdClassName
{
border-color: #38502C;
}
.TagClassName
{
border-color: #38502C;
}
</style>