Shades of Palm Leaf #3A4337
Tints of Palm Leaf #3A4337
RGB
CMYK
RGB Variations
Color information
#3A4337 (or 0x3A4337) is known color: Palm Leaf. HEX triplet: 3A, 43 and 37. RGB value is (58,67,55). Sum of RGB (Red+Green+Blue) = 58+67+55=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 67 - color contains mainly: green. Hex color #3A4337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4337 is #C5BCC8. Grayscale: #3E3E3E. Windows color (decimal): -12958921 or 3621690. OLE color: 3621690.
HSL color Cylindrical-coordinate representation of color #3A4337: hue angle of 105º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3A4337 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 67 | 55 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.74 |
| HSL | 105º | 0.1% | 0.24% | - |
| HSV(B) | 105º | 0.18% | 0.26% | - |
| XYZ | 4.44 | 5.19 | 4.38 | - |
| YUV | 62.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 67 | 55 | 0.13 | 0 | 0.18 | 0.74 | 105 | 0.1 | 0.24 |
| Hex | 3A | 43 | 37 | D | 0 | 12 | 4A | 69 | A | 18 |
| Octal | 72 | 103 | 67 | 15 | 0 | 22 | 112 | 151 | 12 | 30 |
| Binary | 111010 | 1000011 | 110111 | 1101 | 0 | 10010 | 1001010 | 1101001 | 1010 | 11000 |
Color Harmonies of #3A4337
Complementary color
Monochromatic Colors of #3A4337
Black with #3A4337
Text Example
Text Example
White with #3A4337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4337; }
p { color: rgb(58,67,55); }
H1.HeaderClassName
{
color: #3A4337;
}
.AnyTagClassName
{
color: #3A4337;
}
</style>
background-color css
<style>
a { background-color: #3A4337; }
a { background-color: rgb(58,67,55); }
div.DivClassName
{
background-color: #3A4337;
}
.BgClassName
{
background-color: #3A4337;
}
</style>
border-color css
<style>
span { border-color: #3A4337; }
span { border-color: rgb(58,67,55); }
td.TdClassName
{
border-color: #3A4337;
}
.TagClassName
{
border-color: #3A4337;
}
</style>