Shades of Palm Leaf #3A4D35
Tints of Palm Leaf #3A4D35
RGB
CMYK
RGB Variations
Color information
#3A4D35 (or 0x3A4D35) is known color: Palm Leaf. HEX triplet: 3A, 4D and 35. RGB value is (58,77,53). Sum of RGB (Red+Green+Blue) = 58+77+53=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4D35 is #C5B2CA. Grayscale: #444444. Windows color (decimal): -12956363 or 3493178. OLE color: 3493178.
HSL color Cylindrical-coordinate representation of color #3A4D35: hue angle of 107.5º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A4D35 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.70.
Color convert
RGB | 58 | 77 | 53 | - |
CMYK | 0.25 | 0 | 0.31 | 0.70 |
HSL | 107.5º | 0.18% | 0.25% | - |
HSV(B) | 107.5º | 0.31% | 0.3% | - |
XYZ | 5.04 | 6.46 | 4.35 | - |
YUV | 68.58 | 119.21 | 120.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 77 | 53 | 0.25 | 0 | 0.31 | 0.70 | 107.5 | 0.18 | 0.25 |
Hex | 3A | 4D | 35 | 19 | 0 | 1F | 46 | 6C | 12 | 19 |
Octal | 72 | 115 | 65 | 31 | 0 | 37 | 106 | 154 | 22 | 31 |
Binary | 111010 | 1001101 | 110101 | 11001 | 0 | 11111 | 1000110 | 1101100 | 10010 | 11001 |
Color Harmonies of #3A4D35
Complementary color
Monochromatic Colors of #3A4D35
Black with #3A4D35
Text Example
Text Example
White with #3A4D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4D35; }
p { color: rgb(58,77,53); }
H1.HeaderClassName
{
color: #3A4D35;
}
.AnyTagClassName
{
color: #3A4D35;
}
</style>
background-color css
<style>
a { background-color: #3A4D35; }
a { background-color: rgb(58,77,53); }
div.DivClassName
{
background-color: #3A4D35;
}
.BgClassName
{
background-color: #3A4D35;
}
</style>
border-color css
<style>
span { border-color: #3A4D35; }
span { border-color: rgb(58,77,53); }
td.TdClassName
{
border-color: #3A4D35;
}
.TagClassName
{
border-color: #3A4D35;
}
</style>