Shades of Palm Leaf #34472F
Tints of Palm Leaf #34472F
RGB
CMYK
RGB Variations
Color information
#34472F (or 0x34472F) is known color: Palm Leaf. HEX triplet: 34, 47 and 2F. RGB value is (52,71,47). Sum of RGB (Red+Green+Blue) = 52+71+47=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 71 - color contains mainly: green. Hex color #34472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34472F is #CBB8D0. Grayscale: #3E3E3E. Windows color (decimal): -13351121 or 3098420. OLE color: 3098420.
HSL color Cylindrical-coordinate representation of color #34472F: hue angle of 107.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #34472F is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 71 | 47 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.72 |
| HSL | 107.5º | 0.2% | 0.23% | - |
| HSV(B) | 107.5º | 0.34% | 0.28% | - |
| XYZ | 4.18 | 5.44 | 3.52 | - |
| YUV | 62.58 | 119.21 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 47 | 0.27 | 0 | 0.34 | 0.72 | 107.5 | 0.2 | 0.23 |
| Hex | 34 | 47 | 2F | 1B | 0 | 22 | 48 | 6C | 14 | 17 |
| Octal | 64 | 107 | 57 | 33 | 0 | 42 | 110 | 154 | 24 | 27 |
| Binary | 110100 | 1000111 | 101111 | 11011 | 0 | 100010 | 1001000 | 1101100 | 10100 | 10111 |
Color Harmonies of #34472F
Complementary color
Monochromatic Colors of #34472F
Black with #34472F
Text Example
Text Example
White with #34472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34472F; }
p { color: rgb(52,71,47); }
H1.HeaderClassName
{
color: #34472F;
}
.AnyTagClassName
{
color: #34472F;
}
</style>
background-color css
<style>
a { background-color: #34472F; }
a { background-color: rgb(52,71,47); }
div.DivClassName
{
background-color: #34472F;
}
.BgClassName
{
background-color: #34472F;
}
</style>
border-color css
<style>
span { border-color: #34472F; }
span { border-color: rgb(52,71,47); }
td.TdClassName
{
border-color: #34472F;
}
.TagClassName
{
border-color: #34472F;
}
</style>