Shades of Palm Leaf #343C33
Tints of Palm Leaf #343C33
RGB
CMYK
RGB Variations
Color information
#343C33 (or 0x343C33) is known color: Palm Leaf. HEX triplet: 34, 3C and 33. RGB value is (52,60,51). Sum of RGB (Red+Green+Blue) = 52+60+51=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 60 - color contains mainly: green. Hex color #343C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343C33 is #CBC3CC. Grayscale: #383838. Windows color (decimal): -13353933 or 3357748. OLE color: 3357748.
HSL color Cylindrical-coordinate representation of color #343C33: hue angle of 113.33º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #343C33 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 60 | 51 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.76 |
| HSL | 113.33º | 0.08% | 0.22% | - |
| HSV(B) | 113.33º | 0.15% | 0.24% | - |
| XYZ | 3.63 | 4.2 | 3.75 | - |
| YUV | 56.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 51 | 0.13 | 0 | 0.15 | 0.76 | 113.33 | 0.08 | 0.22 |
| Hex | 34 | 3C | 33 | D | 0 | F | 4C | 71 | 8 | 16 |
| Octal | 64 | 74 | 63 | 15 | 0 | 17 | 114 | 161 | 10 | 26 |
| Binary | 110100 | 111100 | 110011 | 1101 | 0 | 1111 | 1001100 | 1110001 | 1000 | 10110 |
Color Harmonies of #343C33
Complementary color
Monochromatic Colors of #343C33
Black with #343C33
Text Example
Text Example
White with #343C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C33; }
p { color: rgb(52,60,51); }
H1.HeaderClassName
{
color: #343C33;
}
.AnyTagClassName
{
color: #343C33;
}
</style>
background-color css
<style>
a { background-color: #343C33; }
a { background-color: rgb(52,60,51); }
div.DivClassName
{
background-color: #343C33;
}
.BgClassName
{
background-color: #343C33;
}
</style>
border-color css
<style>
span { border-color: #343C33; }
span { border-color: rgb(52,60,51); }
td.TdClassName
{
border-color: #343C33;
}
.TagClassName
{
border-color: #343C33;
}
</style>