Shades of Amazon #3B795E
Tints of Amazon #3B795E
RGB
CMYK
RGB Variations
Color information
#3B795E (or 0x3B795E) is known color: Amazon. HEX triplet: 3B, 79 and 5E. RGB value is (59,121,94). Sum of RGB (Red+Green+Blue) = 59+121+94=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 121 - color contains mainly: green. Hex color #3B795E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B795E is #C486A1. Grayscale: #636363. Windows color (decimal): -12879522 or 6191419. OLE color: 6191419.
HSL color Cylindrical-coordinate representation of color #3B795E: hue angle of 153.87º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B795E is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 121 | 94 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.53 |
| HSL | 153.87º | 0.34% | 0.35% | - |
| HSV(B) | 153.87º | 0.51% | 0.47% | - |
| XYZ | 10.66 | 15.41 | 13 | - |
| YUV | 99.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 121 | 94 | 0.51 | 0 | 0.22 | 0.53 | 153.87 | 0.34 | 0.35 |
| Hex | 3B | 79 | 5E | 33 | 0 | 16 | 35 | 9A | 22 | 23 |
| Octal | 73 | 171 | 136 | 63 | 0 | 26 | 65 | 232 | 42 | 43 |
| Binary | 111011 | 1111001 | 1011110 | 110011 | 0 | 10110 | 110101 | 10011010 | 100010 | 100011 |
Color Harmonies of #3B795E
Complementary color
Monochromatic Colors of #3B795E
Black with #3B795E
Text Example
Text Example
White with #3B795E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B795E; }
p { color: rgb(59,121,94); }
H1.HeaderClassName
{
color: #3B795E;
}
.AnyTagClassName
{
color: #3B795E;
}
</style>
background-color css
<style>
a { background-color: #3B795E; }
a { background-color: rgb(59,121,94); }
div.DivClassName
{
background-color: #3B795E;
}
.BgClassName
{
background-color: #3B795E;
}
</style>
border-color css
<style>
span { border-color: #3B795E; }
span { border-color: rgb(59,121,94); }
td.TdClassName
{
border-color: #3B795E;
}
.TagClassName
{
border-color: #3B795E;
}
</style>