Shades of Palm Leaf #343F32
Tints of Palm Leaf #343F32
RGB
CMYK
RGB Variations
Color information
#343F32 (or 0x343F32) is known color: Palm Leaf. HEX triplet: 34, 3F and 32. RGB value is (52,63,50). Sum of RGB (Red+Green+Blue) = 52+63+50=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 63 - color contains mainly: green. Hex color #343F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F32 is #CBC0CD. Grayscale: #3A3A3A. Windows color (decimal): -13353166 or 3292980. OLE color: 3292980.
HSL color Cylindrical-coordinate representation of color #343F32: hue angle of 110.77º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #343F32 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 63 | 50 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.75 |
| HSL | 110.77º | 0.12% | 0.22% | - |
| HSV(B) | 110.77º | 0.21% | 0.25% | - |
| XYZ | 3.77 | 4.52 | 3.69 | - |
| YUV | 58.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 50 | 0.17 | 0 | 0.21 | 0.75 | 110.77 | 0.12 | 0.22 |
| Hex | 34 | 3F | 32 | 11 | 0 | 15 | 4B | 6F | C | 16 |
| Octal | 64 | 77 | 62 | 21 | 0 | 25 | 113 | 157 | 14 | 26 |
| Binary | 110100 | 111111 | 110010 | 10001 | 0 | 10101 | 1001011 | 1101111 | 1100 | 10110 |
Color Harmonies of #343F32
Complementary color
Monochromatic Colors of #343F32
Black with #343F32
Text Example
Text Example
White with #343F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F32; }
p { color: rgb(52,63,50); }
H1.HeaderClassName
{
color: #343F32;
}
.AnyTagClassName
{
color: #343F32;
}
</style>
background-color css
<style>
a { background-color: #343F32; }
a { background-color: rgb(52,63,50); }
div.DivClassName
{
background-color: #343F32;
}
.BgClassName
{
background-color: #343F32;
}
</style>
border-color css
<style>
span { border-color: #343F32; }
span { border-color: rgb(52,63,50); }
td.TdClassName
{
border-color: #343F32;
}
.TagClassName
{
border-color: #343F32;
}
</style>