Shades of Palm Leaf #34452B
Tints of Palm Leaf #34452B
RGB
CMYK
RGB Variations
Color information
#34452B (or 0x34452B) is known color: Palm Leaf. HEX triplet: 34, 45 and 2B. RGB value is (52,69,43). Sum of RGB (Red+Green+Blue) = 52+69+43=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 69 - color contains mainly: green. Hex color #34452B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34452B is #CBBAD4. Grayscale: #3D3D3D. Windows color (decimal): -13351637 or 2835764. OLE color: 2835764.
HSL color Cylindrical-coordinate representation of color #34452B: hue angle of 99.23º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #34452B is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 69 | 43 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.73 |
| HSL | 99.23º | 0.23% | 0.22% | - |
| HSV(B) | 99.23º | 0.38% | 0.27% | - |
| XYZ | 3.98 | 5.16 | 3.07 | - |
| YUV | 60.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 43 | 0.25 | 0 | 0.38 | 0.73 | 99.23 | 0.23 | 0.22 |
| Hex | 34 | 45 | 2B | 19 | 0 | 26 | 49 | 63 | 17 | 16 |
| Octal | 64 | 105 | 53 | 31 | 0 | 46 | 111 | 143 | 27 | 26 |
| Binary | 110100 | 1000101 | 101011 | 11001 | 0 | 100110 | 1001001 | 1100011 | 10111 | 10110 |
Color Harmonies of #34452B
Complementary color
Monochromatic Colors of #34452B
Black with #34452B
Text Example
Text Example
White with #34452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34452B; }
p { color: rgb(52,69,43); }
H1.HeaderClassName
{
color: #34452B;
}
.AnyTagClassName
{
color: #34452B;
}
</style>
background-color css
<style>
a { background-color: #34452B; }
a { background-color: rgb(52,69,43); }
div.DivClassName
{
background-color: #34452B;
}
.BgClassName
{
background-color: #34452B;
}
</style>
border-color css
<style>
span { border-color: #34452B; }
span { border-color: rgb(52,69,43); }
td.TdClassName
{
border-color: #34452B;
}
.TagClassName
{
border-color: #34452B;
}
</style>