Shades of Palm Leaf #3A4639
Tints of Palm Leaf #3A4639
RGB
CMYK
RGB Variations
Color information
#3A4639 (or 0x3A4639) is known color: Palm Leaf. HEX triplet: 3A, 46 and 39. RGB value is (58,70,57). Sum of RGB (Red+Green+Blue) = 58+70+57=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 70 - color contains mainly: green. Hex color #3A4639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4639 is #C5B9C6. Grayscale: #404040. Windows color (decimal): -12958151 or 3753530. OLE color: 3753530.
HSL color Cylindrical-coordinate representation of color #3A4639: hue angle of 115.38º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A4639 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 70 | 57 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.73 |
| HSL | 115.38º | 0.1% | 0.25% | - |
| HSV(B) | 115.38º | 0.19% | 0.27% | - |
| XYZ | 4.67 | 5.58 | 4.7 | - |
| YUV | 64.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 57 | 0.17 | 0 | 0.19 | 0.73 | 115.38 | 0.1 | 0.25 |
| Hex | 3A | 46 | 39 | 11 | 0 | 13 | 49 | 73 | A | 19 |
| Octal | 72 | 106 | 71 | 21 | 0 | 23 | 111 | 163 | 12 | 31 |
| Binary | 111010 | 1000110 | 111001 | 10001 | 0 | 10011 | 1001001 | 1110011 | 1010 | 11001 |
Color Harmonies of #3A4639
Complementary color
Monochromatic Colors of #3A4639
Black with #3A4639
Text Example
Text Example
White with #3A4639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4639; }
p { color: rgb(58,70,57); }
H1.HeaderClassName
{
color: #3A4639;
}
.AnyTagClassName
{
color: #3A4639;
}
</style>
background-color css
<style>
a { background-color: #3A4639; }
a { background-color: rgb(58,70,57); }
div.DivClassName
{
background-color: #3A4639;
}
.BgClassName
{
background-color: #3A4639;
}
</style>
border-color css
<style>
span { border-color: #3A4639; }
span { border-color: rgb(58,70,57); }
td.TdClassName
{
border-color: #3A4639;
}
.TagClassName
{
border-color: #3A4639;
}
</style>