Shades of Palm Leaf #34472B
Tints of Palm Leaf #34472B
RGB
CMYK
RGB Variations
Color information
#34472B (or 0x34472B) is known color: Palm Leaf. HEX triplet: 34, 47 and 2B. RGB value is (52,71,43). Sum of RGB (Red+Green+Blue) = 52+71+43=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 71 - color contains mainly: green. Hex color #34472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34472B is #CBB8D4. Grayscale: #3E3E3E. Windows color (decimal): -13351125 or 2836276. OLE color: 2836276.
HSL color Cylindrical-coordinate representation of color #34472B: hue angle of 100.71º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #34472B is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 71 | 43 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.72 |
| HSL | 100.71º | 0.25% | 0.22% | - |
| HSV(B) | 100.71º | 0.39% | 0.28% | - |
| XYZ | 4.11 | 5.41 | 3.11 | - |
| YUV | 62.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 43 | 0.27 | 0 | 0.39 | 0.72 | 100.71 | 0.25 | 0.22 |
| Hex | 34 | 47 | 2B | 1B | 0 | 27 | 48 | 65 | 19 | 16 |
| Octal | 64 | 107 | 53 | 33 | 0 | 47 | 110 | 145 | 31 | 26 |
| Binary | 110100 | 1000111 | 101011 | 11011 | 0 | 100111 | 1001000 | 1100101 | 11001 | 10110 |
Color Harmonies of #34472B
Complementary color
Monochromatic Colors of #34472B
Black with #34472B
Text Example
Text Example
White with #34472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34472B; }
p { color: rgb(52,71,43); }
H1.HeaderClassName
{
color: #34472B;
}
.AnyTagClassName
{
color: #34472B;
}
</style>
background-color css
<style>
a { background-color: #34472B; }
a { background-color: rgb(52,71,43); }
div.DivClassName
{
background-color: #34472B;
}
.BgClassName
{
background-color: #34472B;
}
</style>
border-color css
<style>
span { border-color: #34472B; }
span { border-color: rgb(52,71,43); }
td.TdClassName
{
border-color: #34472B;
}
.TagClassName
{
border-color: #34472B;
}
</style>