Shades of Palm Leaf #34472A
Tints of Palm Leaf #34472A
RGB
CMYK
RGB Variations
Color information
#34472A (or 0x34472A) is known color: Palm Leaf. HEX triplet: 34, 47 and 2A. RGB value is (52,71,42). Sum of RGB (Red+Green+Blue) = 52+71+42=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 71 - color contains mainly: green. Hex color #34472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34472A is #CBB8D5. Grayscale: #3E3E3E. Windows color (decimal): -13351126 or 2770740. OLE color: 2770740.
HSL color Cylindrical-coordinate representation of color #34472A: hue angle of 99.31º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #34472A is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 71 | 42 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.72 |
| HSL | 99.31º | 0.26% | 0.22% | - |
| HSV(B) | 99.31º | 0.41% | 0.28% | - |
| XYZ | 4.09 | 5.4 | 3.02 | - |
| YUV | 62.01 | 116.71 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 42 | 0.27 | 0 | 0.41 | 0.72 | 99.31 | 0.26 | 0.22 |
| Hex | 34 | 47 | 2A | 1B | 0 | 29 | 48 | 63 | 1A | 16 |
| Octal | 64 | 107 | 52 | 33 | 0 | 51 | 110 | 143 | 32 | 26 |
| Binary | 110100 | 1000111 | 101010 | 11011 | 0 | 101001 | 1001000 | 1100011 | 11010 | 10110 |
Color Harmonies of #34472A
Complementary color
Monochromatic Colors of #34472A
Black with #34472A
Text Example
Text Example
White with #34472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34472A; }
p { color: rgb(52,71,42); }
H1.HeaderClassName
{
color: #34472A;
}
.AnyTagClassName
{
color: #34472A;
}
</style>
background-color css
<style>
a { background-color: #34472A; }
a { background-color: rgb(52,71,42); }
div.DivClassName
{
background-color: #34472A;
}
.BgClassName
{
background-color: #34472A;
}
</style>
border-color css
<style>
span { border-color: #34472A; }
span { border-color: rgb(52,71,42); }
td.TdClassName
{
border-color: #34472A;
}
.TagClassName
{
border-color: #34472A;
}
</style>