Shades of Palm Leaf #323D31
Tints of Palm Leaf #323D31
RGB
CMYK
RGB Variations
Color information
#323D31 (or 0x323D31) is known color: Palm Leaf. HEX triplet: 32, 3D and 31. RGB value is (50,61,49). Sum of RGB (Red+Green+Blue) = 50+61+49=160 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.25% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 61 - color contains mainly: green. Hex color #323D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D31 is #CDC2CE. Grayscale: #383838. Windows color (decimal): -13484751 or 3226930. OLE color: 3226930.
HSL color Cylindrical-coordinate representation of color #323D31: hue angle of 115º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #323D31 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 61 | 49 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.76 |
| HSL | 115º | 0.11% | 0.22% | - |
| HSV(B) | 115º | 0.2% | 0.24% | - |
| XYZ | 3.54 | 4.24 | 3.54 | - |
| YUV | 56.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 49 | 0.18 | 0 | 0.20 | 0.76 | 115 | 0.11 | 0.22 |
| Hex | 32 | 3D | 31 | 12 | 0 | 14 | 4C | 73 | B | 16 |
| Octal | 62 | 75 | 61 | 22 | 0 | 24 | 114 | 163 | 13 | 26 |
| Binary | 110010 | 111101 | 110001 | 10010 | 0 | 10100 | 1001100 | 1110011 | 1011 | 10110 |
Color Harmonies of #323D31
Complementary color
Monochromatic Colors of #323D31
Black with #323D31
Text Example
Text Example
White with #323D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D31; }
p { color: rgb(50,61,49); }
H1.HeaderClassName
{
color: #323D31;
}
.AnyTagClassName
{
color: #323D31;
}
</style>
background-color css
<style>
a { background-color: #323D31; }
a { background-color: rgb(50,61,49); }
div.DivClassName
{
background-color: #323D31;
}
.BgClassName
{
background-color: #323D31;
}
</style>
border-color css
<style>
span { border-color: #323D31; }
span { border-color: rgb(50,61,49); }
td.TdClassName
{
border-color: #323D31;
}
.TagClassName
{
border-color: #323D31;
}
</style>