Shades of Palm Leaf #323F2D
Tints of Palm Leaf #323F2D
RGB
CMYK
RGB Variations
Color information
#323F2D (or 0x323F2D) is known color: Palm Leaf. HEX triplet: 32, 3F and 2D. RGB value is (50,63,45). Sum of RGB (Red+Green+Blue) = 50+63+45=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 63 - color contains mainly: green. Hex color #323F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323F2D is #CDC0D2. Grayscale: #393939. Windows color (decimal): -13484243 or 2965298. OLE color: 2965298.
HSL color Cylindrical-coordinate representation of color #323F2D: hue angle of 103.33º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #323F2D is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 63 | 45 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.75 |
| HSL | 103.33º | 0.17% | 0.21% | - |
| HSV(B) | 103.33º | 0.29% | 0.25% | - |
| XYZ | 3.57 | 4.42 | 3.15 | - |
| YUV | 57.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 45 | 0.21 | 0 | 0.29 | 0.75 | 103.33 | 0.17 | 0.21 |
| Hex | 32 | 3F | 2D | 15 | 0 | 1D | 4B | 67 | 11 | 15 |
| Octal | 62 | 77 | 55 | 25 | 0 | 35 | 113 | 147 | 21 | 25 |
| Binary | 110010 | 111111 | 101101 | 10101 | 0 | 11101 | 1001011 | 1100111 | 10001 | 10101 |
Color Harmonies of #323F2D
Complementary color
Monochromatic Colors of #323F2D
Black with #323F2D
Text Example
Text Example
White with #323F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F2D; }
p { color: rgb(50,63,45); }
H1.HeaderClassName
{
color: #323F2D;
}
.AnyTagClassName
{
color: #323F2D;
}
</style>
background-color css
<style>
a { background-color: #323F2D; }
a { background-color: rgb(50,63,45); }
div.DivClassName
{
background-color: #323F2D;
}
.BgClassName
{
background-color: #323F2D;
}
</style>
border-color css
<style>
span { border-color: #323F2D; }
span { border-color: rgb(50,63,45); }
td.TdClassName
{
border-color: #323F2D;
}
.TagClassName
{
border-color: #323F2D;
}
</style>