Shades of Amazon #3B7352
Tints of Amazon #3B7352
RGB
CMYK
RGB Variations
Color information
#3B7352 (or 0x3B7352) is known color: Amazon. HEX triplet: 3B, 73 and 52. RGB value is (59,115,82). Sum of RGB (Red+Green+Blue) = 59+115+82=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #3B7352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7352 is #C48CAD. Grayscale: #5E5E5E. Windows color (decimal): -12881070 or 5403451. OLE color: 5403451.
HSL color Cylindrical-coordinate representation of color #3B7352: hue angle of 144.64º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B7352 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 115 | 82 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.55 |
| HSL | 144.64º | 0.32% | 0.34% | - |
| HSV(B) | 144.64º | 0.49% | 0.45% | - |
| XYZ | 9.46 | 13.8 | 10.15 | - |
| YUV | 94.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 115 | 82 | 0.49 | 0 | 0.29 | 0.55 | 144.64 | 0.32 | 0.34 |
| Hex | 3B | 73 | 52 | 31 | 0 | 1D | 37 | 91 | 20 | 22 |
| Octal | 73 | 163 | 122 | 61 | 0 | 35 | 67 | 221 | 40 | 42 |
| Binary | 111011 | 1110011 | 1010010 | 110001 | 0 | 11101 | 110111 | 10010001 | 100000 | 100010 |
Color Harmonies of #3B7352
Complementary color
Monochromatic Colors of #3B7352
Black with #3B7352
Text Example
Text Example
White with #3B7352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7352; }
p { color: rgb(59,115,82); }
H1.HeaderClassName
{
color: #3B7352;
}
.AnyTagClassName
{
color: #3B7352;
}
</style>
background-color css
<style>
a { background-color: #3B7352; }
a { background-color: rgb(59,115,82); }
div.DivClassName
{
background-color: #3B7352;
}
.BgClassName
{
background-color: #3B7352;
}
</style>
border-color css
<style>
span { border-color: #3B7352; }
span { border-color: rgb(59,115,82); }
td.TdClassName
{
border-color: #3B7352;
}
.TagClassName
{
border-color: #3B7352;
}
</style>