Shades of Palm Leaf #3A5237
Tints of Palm Leaf #3A5237
RGB
CMYK
RGB Variations
Color information
#3A5237 (or 0x3A5237) is known color: Palm Leaf. HEX triplet: 3A, 52 and 37. RGB value is (58,82,55). Sum of RGB (Red+Green+Blue) = 58+82+55=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 55 (21.88% from 255 or 28.21% from 195); Max value from RGB is 82 - color contains mainly: green. Hex color #3A5237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5237 is #C5ADC8. Grayscale: #474747. Windows color (decimal): -12955081 or 3625530. OLE color: 3625530.
HSL color Cylindrical-coordinate representation of color #3A5237: hue angle of 113.33º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A5237 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 82 | 55 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.68 |
| HSL | 113.33º | 0.2% | 0.27% | - |
| HSV(B) | 113.33º | 0.33% | 0.32% | - |
| XYZ | 5.45 | 7.21 | 4.72 | - |
| YUV | 71.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 55 | 0.29 | 0 | 0.33 | 0.68 | 113.33 | 0.2 | 0.27 |
| Hex | 3A | 52 | 37 | 1D | 0 | 21 | 44 | 71 | 14 | 1B |
| Octal | 72 | 122 | 67 | 35 | 0 | 41 | 104 | 161 | 24 | 33 |
| Binary | 111010 | 1010010 | 110111 | 11101 | 0 | 100001 | 1000100 | 1110001 | 10100 | 11011 |
Color Harmonies of #3A5237
Complementary color
Monochromatic Colors of #3A5237
Black with #3A5237
Text Example
Text Example
White with #3A5237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5237; }
p { color: rgb(58,82,55); }
H1.HeaderClassName
{
color: #3A5237;
}
.AnyTagClassName
{
color: #3A5237;
}
</style>
background-color css
<style>
a { background-color: #3A5237; }
a { background-color: rgb(58,82,55); }
div.DivClassName
{
background-color: #3A5237;
}
.BgClassName
{
background-color: #3A5237;
}
</style>
border-color css
<style>
span { border-color: #3A5237; }
span { border-color: rgb(58,82,55); }
td.TdClassName
{
border-color: #3A5237;
}
.TagClassName
{
border-color: #3A5237;
}
</style>