Shades of Palm Leaf #323E2F
Tints of Palm Leaf #323E2F
RGB
CMYK
RGB Variations
Color information
#323E2F (or 0x323E2F) is known color: Palm Leaf. HEX triplet: 32, 3E and 2F. RGB value is (50,62,47). Sum of RGB (Red+Green+Blue) = 50+62+47=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 62 - color contains mainly: green. Hex color #323E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E2F is #CDC1D0. Grayscale: #383838. Windows color (decimal): -13484497 or 3096114. OLE color: 3096114.
HSL color Cylindrical-coordinate representation of color #323E2F: hue angle of 108º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #323E2F is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 62 | 47 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.76 |
| HSL | 108º | 0.14% | 0.21% | - |
| HSV(B) | 108º | 0.24% | 0.24% | - |
| XYZ | 3.55 | 4.33 | 3.34 | - |
| YUV | 56.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 47 | 0.19 | 0 | 0.24 | 0.76 | 108 | 0.14 | 0.21 |
| Hex | 32 | 3E | 2F | 13 | 0 | 18 | 4C | 6C | E | 15 |
| Octal | 62 | 76 | 57 | 23 | 0 | 30 | 114 | 154 | 16 | 25 |
| Binary | 110010 | 111110 | 101111 | 10011 | 0 | 11000 | 1001100 | 1101100 | 1110 | 10101 |
Color Harmonies of #323E2F
Complementary color
Monochromatic Colors of #323E2F
Black with #323E2F
Text Example
Text Example
White with #323E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323E2F; }
p { color: rgb(50,62,47); }
H1.HeaderClassName
{
color: #323E2F;
}
.AnyTagClassName
{
color: #323E2F;
}
</style>
background-color css
<style>
a { background-color: #323E2F; }
a { background-color: rgb(50,62,47); }
div.DivClassName
{
background-color: #323E2F;
}
.BgClassName
{
background-color: #323E2F;
}
</style>
border-color css
<style>
span { border-color: #323E2F; }
span { border-color: rgb(50,62,47); }
td.TdClassName
{
border-color: #323E2F;
}
.TagClassName
{
border-color: #323E2F;
}
</style>