Shades of Palm Leaf #38512D
Tints of Palm Leaf #38512D
RGB
CMYK
RGB Variations
Color information
#38512D (or 0x38512D) is known color: Palm Leaf. HEX triplet: 38, 51 and 2D. RGB value is (56,81,45). Sum of RGB (Red+Green+Blue) = 56+81+45=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #38512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38512D is #C7AED2. Grayscale: #454545. Windows color (decimal): -13086419 or 2969912. OLE color: 2969912.
HSL color Cylindrical-coordinate representation of color #38512D: hue angle of 101.67º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #38512D is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 81 | 45 | - |
| CMYK | 0.31 | 0 | 0.44 | 0.68 |
| HSL | 101.67º | 0.29% | 0.25% | - |
| HSV(B) | 101.67º | 0.44% | 0.32% | - |
| XYZ | 5.05 | 6.92 | 3.55 | - |
| YUV | 69.42 | 114.22 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 81 | 45 | 0.31 | 0 | 0.44 | 0.68 | 101.67 | 0.29 | 0.25 |
| Hex | 38 | 51 | 2D | 1F | 0 | 2C | 44 | 66 | 1D | 19 |
| Octal | 70 | 121 | 55 | 37 | 0 | 54 | 104 | 146 | 35 | 31 |
| Binary | 111000 | 1010001 | 101101 | 11111 | 0 | 101100 | 1000100 | 1100110 | 11101 | 11001 |
Color Harmonies of #38512D
Complementary color
Monochromatic Colors of #38512D
Black with #38512D
Text Example
Text Example
White with #38512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38512D; }
p { color: rgb(56,81,45); }
H1.HeaderClassName
{
color: #38512D;
}
.AnyTagClassName
{
color: #38512D;
}
</style>
background-color css
<style>
a { background-color: #38512D; }
a { background-color: rgb(56,81,45); }
div.DivClassName
{
background-color: #38512D;
}
.BgClassName
{
background-color: #38512D;
}
</style>
border-color css
<style>
span { border-color: #38512D; }
span { border-color: rgb(56,81,45); }
td.TdClassName
{
border-color: #38512D;
}
.TagClassName
{
border-color: #38512D;
}
</style>