Shades of Palm Leaf #3A4539
Tints of Palm Leaf #3A4539
RGB
CMYK
RGB Variations
Color information
#3A4539 (or 0x3A4539) is known color: Palm Leaf. HEX triplet: 3A, 45 and 39. RGB value is (58,69,57). Sum of RGB (Red+Green+Blue) = 58+69+57=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 69 - color contains mainly: green. Hex color #3A4539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4539 is #C5BAC6. Grayscale: #404040. Windows color (decimal): -12958407 or 3753274. OLE color: 3753274.
HSL color Cylindrical-coordinate representation of color #3A4539: hue angle of 115º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3A4539 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 69 | 57 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.73 |
| HSL | 115º | 0.1% | 0.25% | - |
| HSV(B) | 115º | 0.17% | 0.27% | - |
| XYZ | 4.61 | 5.45 | 4.68 | - |
| YUV | 64.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 69 | 57 | 0.16 | 0 | 0.17 | 0.73 | 115 | 0.1 | 0.25 |
| Hex | 3A | 45 | 39 | 10 | 0 | 11 | 49 | 73 | A | 19 |
| Octal | 72 | 105 | 71 | 20 | 0 | 21 | 111 | 163 | 12 | 31 |
| Binary | 111010 | 1000101 | 111001 | 10000 | 0 | 10001 | 1001001 | 1110011 | 1010 | 11001 |
Color Harmonies of #3A4539
Complementary color
Monochromatic Colors of #3A4539
Black with #3A4539
Text Example
Text Example
White with #3A4539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4539; }
p { color: rgb(58,69,57); }
H1.HeaderClassName
{
color: #3A4539;
}
.AnyTagClassName
{
color: #3A4539;
}
</style>
background-color css
<style>
a { background-color: #3A4539; }
a { background-color: rgb(58,69,57); }
div.DivClassName
{
background-color: #3A4539;
}
.BgClassName
{
background-color: #3A4539;
}
</style>
border-color css
<style>
span { border-color: #3A4539; }
span { border-color: rgb(58,69,57); }
td.TdClassName
{
border-color: #3A4539;
}
.TagClassName
{
border-color: #3A4539;
}
</style>