Shades of Palm Leaf #34452F
Tints of Palm Leaf #34452F
RGB
CMYK
RGB Variations
Color information
#34452F (or 0x34452F) is known color: Palm Leaf. HEX triplet: 34, 45 and 2F. RGB value is (52,69,47). Sum of RGB (Red+Green+Blue) = 52+69+47=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 69 - color contains mainly: green. Hex color #34452F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34452F is #CBBAD0. Grayscale: #3D3D3D. Windows color (decimal): -13351633 or 3097908. OLE color: 3097908.
HSL color Cylindrical-coordinate representation of color #34452F: hue angle of 106.36º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #34452F is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 69 | 47 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.73 |
| HSL | 106.36º | 0.19% | 0.23% | - |
| HSV(B) | 106.36º | 0.32% | 0.27% | - |
| XYZ | 4.06 | 5.19 | 3.48 | - |
| YUV | 61.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 47 | 0.25 | 0 | 0.32 | 0.73 | 106.36 | 0.19 | 0.23 |
| Hex | 34 | 45 | 2F | 19 | 0 | 20 | 49 | 6A | 13 | 17 |
| Octal | 64 | 105 | 57 | 31 | 0 | 40 | 111 | 152 | 23 | 27 |
| Binary | 110100 | 1000101 | 101111 | 11001 | 0 | 100000 | 1001001 | 1101010 | 10011 | 10111 |
Color Harmonies of #34452F
Complementary color
Monochromatic Colors of #34452F
Black with #34452F
Text Example
Text Example
White with #34452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34452F; }
p { color: rgb(52,69,47); }
H1.HeaderClassName
{
color: #34452F;
}
.AnyTagClassName
{
color: #34452F;
}
</style>
background-color css
<style>
a { background-color: #34452F; }
a { background-color: rgb(52,69,47); }
div.DivClassName
{
background-color: #34452F;
}
.BgClassName
{
background-color: #34452F;
}
</style>
border-color css
<style>
span { border-color: #34452F; }
span { border-color: rgb(52,69,47); }
td.TdClassName
{
border-color: #34452F;
}
.TagClassName
{
border-color: #34452F;
}
</style>