Shades of Palm Leaf #383C37
Tints of Palm Leaf #383C37
RGB
CMYK
RGB Variations
Color information
#383C37 (or 0x383C37) is known color: Palm Leaf. HEX triplet: 38, 3C and 37. RGB value is (56,60,55). Sum of RGB (Red+Green+Blue) = 56+60+55=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 60 - color contains mainly: green. Hex color #383C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C37 is #C7C3C8. Grayscale: #3A3A3A. Windows color (decimal): -13091785 or 3619896. OLE color: 3619896.
HSL color Cylindrical-coordinate representation of color #383C37: hue angle of 108º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #383C37 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 60 | 55 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.76 |
| HSL | 108º | 0.04% | 0.23% | - |
| HSV(B) | 108º | 0.08% | 0.24% | - |
| XYZ | 3.94 | 4.35 | 4.25 | - |
| YUV | 58.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 55 | 0.07 | 0 | 0.08 | 0.76 | 108 | 0.04 | 0.23 |
| Hex | 38 | 3C | 37 | 7 | 0 | 8 | 4C | 6C | 4 | 17 |
| Octal | 70 | 74 | 67 | 7 | 0 | 10 | 114 | 154 | 4 | 27 |
| Binary | 111000 | 111100 | 110111 | 111 | 0 | 1000 | 1001100 | 1101100 | 100 | 10111 |
Color Harmonies of #383C37
Complementary color
Monochromatic Colors of #383C37
Black with #383C37
Text Example
Text Example
White with #383C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383C37; }
p { color: rgb(56,60,55); }
H1.HeaderClassName
{
color: #383C37;
}
.AnyTagClassName
{
color: #383C37;
}
</style>
background-color css
<style>
a { background-color: #383C37; }
a { background-color: rgb(56,60,55); }
div.DivClassName
{
background-color: #383C37;
}
.BgClassName
{
background-color: #383C37;
}
</style>
border-color css
<style>
span { border-color: #383C37; }
span { border-color: rgb(56,60,55); }
td.TdClassName
{
border-color: #383C37;
}
.TagClassName
{
border-color: #383C37;
}
</style>