Shades of Amazon #3B7355
Tints of Amazon #3B7355
RGB
CMYK
RGB Variations
Color information
#3B7355 (or 0x3B7355) is known color: Amazon. HEX triplet: 3B, 73 and 55. RGB value is (59,115,85). Sum of RGB (Red+Green+Blue) = 59+115+85=259 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.78% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #3B7355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7355 is #C48CAA. Grayscale: #5E5E5E. Windows color (decimal): -12881067 or 5600059. OLE color: 5600059.
HSL color Cylindrical-coordinate representation of color #3B7355: hue angle of 147.86º 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 #3B7355 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 115 | 85 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.55 |
| HSL | 147.86º | 0.32% | 0.34% | - |
| HSV(B) | 147.86º | 0.49% | 0.45% | - |
| XYZ | 9.57 | 13.85 | 10.76 | - |
| YUV | 94.84 | 122.45 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 115 | 85 | 0.49 | 0 | 0.26 | 0.55 | 147.86 | 0.32 | 0.34 |
| Hex | 3B | 73 | 55 | 31 | 0 | 1A | 37 | 94 | 20 | 22 |
| Octal | 73 | 163 | 125 | 61 | 0 | 32 | 67 | 224 | 40 | 42 |
| Binary | 111011 | 1110011 | 1010101 | 110001 | 0 | 11010 | 110111 | 10010100 | 100000 | 100010 |
Color Harmonies of #3B7355
Complementary color
Monochromatic Colors of #3B7355
Black with #3B7355
Text Example
Text Example
White with #3B7355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7355; }
p { color: rgb(59,115,85); }
H1.HeaderClassName
{
color: #3B7355;
}
.AnyTagClassName
{
color: #3B7355;
}
</style>
background-color css
<style>
a { background-color: #3B7355; }
a { background-color: rgb(59,115,85); }
div.DivClassName
{
background-color: #3B7355;
}
.BgClassName
{
background-color: #3B7355;
}
</style>
border-color css
<style>
span { border-color: #3B7355; }
span { border-color: rgb(59,115,85); }
td.TdClassName
{
border-color: #3B7355;
}
.TagClassName
{
border-color: #3B7355;
}
</style>