Shades of Palm Leaf #34551B
Tints of Palm Leaf #34551B
RGB
CMYK
RGB Variations
Color information
#34551B (or 0x34551B) is known color: Palm Leaf. HEX triplet: 34, 55 and 1B. RGB value is (52,85,27). Sum of RGB (Red+Green+Blue) = 52+85+27=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #34551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34551B is #CBAAE4. Grayscale: #444444. Windows color (decimal): -13347557 or 1791284. OLE color: 1791284.
HSL color Cylindrical-coordinate representation of color #34551B: hue angle of 94.14º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34551B is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 85 | 27 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.67 |
| HSL | 94.14º | 0.52% | 0.22% | - |
| HSV(B) | 94.14º | 0.68% | 0.33% | - |
| XYZ | 4.86 | 7.31 | 2.19 | - |
| YUV | 68.52 | 104.57 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 27 | 0.39 | 0 | 0.68 | 0.67 | 94.14 | 0.52 | 0.22 |
| Hex | 34 | 55 | 1B | 27 | 0 | 44 | 43 | 5E | 34 | 16 |
| Octal | 64 | 125 | 33 | 47 | 0 | 104 | 103 | 136 | 64 | 26 |
| Binary | 110100 | 1010101 | 11011 | 100111 | 0 | 1000100 | 1000011 | 1011110 | 110100 | 10110 |
Color Harmonies of #34551B
Complementary color
Monochromatic Colors of #34551B
Black with #34551B
Text Example
Text Example
White with #34551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34551B; }
p { color: rgb(52,85,27); }
H1.HeaderClassName
{
color: #34551B;
}
.AnyTagClassName
{
color: #34551B;
}
</style>
background-color css
<style>
a { background-color: #34551B; }
a { background-color: rgb(52,85,27); }
div.DivClassName
{
background-color: #34551B;
}
.BgClassName
{
background-color: #34551B;
}
</style>
border-color css
<style>
span { border-color: #34551B; }
span { border-color: rgb(52,85,27); }
td.TdClassName
{
border-color: #34551B;
}
.TagClassName
{
border-color: #34551B;
}
</style>