Shades of Palm Leaf #34531F
Tints of Palm Leaf #34531F
RGB
CMYK
RGB Variations
Color information
#34531F (or 0x34531F) is known color: Palm Leaf. HEX triplet: 34, 53 and 1F. RGB value is (52,83,31). Sum of RGB (Red+Green+Blue) = 52+83+31=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #34531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34531F is #CBACE0. Grayscale: #434343. Windows color (decimal): -13348065 or 2052916. OLE color: 2052916.
HSL color Cylindrical-coordinate representation of color #34531F: hue angle of 95.77º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34531F is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 83 | 31 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.67 |
| HSL | 95.77º | 0.46% | 0.22% | - |
| HSV(B) | 95.77º | 0.63% | 0.33% | - |
| XYZ | 4.76 | 7.02 | 2.4 | - |
| YUV | 67.8 | 107.23 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 31 | 0.37 | 0 | 0.63 | 0.67 | 95.77 | 0.46 | 0.22 |
| Hex | 34 | 53 | 1F | 25 | 0 | 3F | 43 | 60 | 2E | 16 |
| Octal | 64 | 123 | 37 | 45 | 0 | 77 | 103 | 140 | 56 | 26 |
| Binary | 110100 | 1010011 | 11111 | 100101 | 0 | 111111 | 1000011 | 1100000 | 101110 | 10110 |
Color Harmonies of #34531F
Complementary color
Monochromatic Colors of #34531F
Black with #34531F
Text Example
Text Example
White with #34531F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34531F; }
p { color: rgb(52,83,31); }
H1.HeaderClassName
{
color: #34531F;
}
.AnyTagClassName
{
color: #34531F;
}
</style>
background-color css
<style>
a { background-color: #34531F; }
a { background-color: rgb(52,83,31); }
div.DivClassName
{
background-color: #34531F;
}
.BgClassName
{
background-color: #34531F;
}
</style>
border-color css
<style>
span { border-color: #34531F; }
span { border-color: rgb(52,83,31); }
td.TdClassName
{
border-color: #34531F;
}
.TagClassName
{
border-color: #34531F;
}
</style>