Shades of Palm Leaf #323C31
Tints of Palm Leaf #323C31
RGB
CMYK
RGB Variations
Color information
#323C31 (or 0x323C31) is known color: Palm Leaf. HEX triplet: 32, 3C and 31. RGB value is (50,60,49). Sum of RGB (Red+Green+Blue) = 50+60+49=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 60 - color contains mainly: green. Hex color #323C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C31 is #CDC3CE. Grayscale: #373737. Windows color (decimal): -13485007 or 3226674. OLE color: 3226674.
HSL color Cylindrical-coordinate representation of color #323C31: hue angle of 114.55º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #323C31 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 60 | 49 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.76 |
| HSL | 114.55º | 0.1% | 0.21% | - |
| HSV(B) | 114.55º | 0.18% | 0.24% | - |
| XYZ | 3.49 | 4.13 | 3.52 | - |
| YUV | 55.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 49 | 0.17 | 0 | 0.18 | 0.76 | 114.55 | 0.1 | 0.21 |
| Hex | 32 | 3C | 31 | 11 | 0 | 12 | 4C | 73 | A | 15 |
| Octal | 62 | 74 | 61 | 21 | 0 | 22 | 114 | 163 | 12 | 25 |
| Binary | 110010 | 111100 | 110001 | 10001 | 0 | 10010 | 1001100 | 1110011 | 1010 | 10101 |
Color Harmonies of #323C31
Complementary color
Monochromatic Colors of #323C31
Black with #323C31
Text Example
Text Example
White with #323C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C31; }
p { color: rgb(50,60,49); }
H1.HeaderClassName
{
color: #323C31;
}
.AnyTagClassName
{
color: #323C31;
}
</style>
background-color css
<style>
a { background-color: #323C31; }
a { background-color: rgb(50,60,49); }
div.DivClassName
{
background-color: #323C31;
}
.BgClassName
{
background-color: #323C31;
}
</style>
border-color css
<style>
span { border-color: #323C31; }
span { border-color: rgb(50,60,49); }
td.TdClassName
{
border-color: #323C31;
}
.TagClassName
{
border-color: #323C31;
}
</style>