Shades of Amazon #3B795D
Tints of Amazon #3B795D
RGB
CMYK
RGB Variations
Color information
#3B795D (or 0x3B795D) is known color: Amazon. HEX triplet: 3B, 79 and 5D. RGB value is (59,121,93). Sum of RGB (Red+Green+Blue) = 59+121+93=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 121 - color contains mainly: green. Hex color #3B795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B795D is #C486A2. Grayscale: #636363. Windows color (decimal): -12879523 or 6125883. OLE color: 6125883.
HSL color Cylindrical-coordinate representation of color #3B795D: hue angle of 152.9º 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 #3B795D is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 121 | 93 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.53 |
| HSL | 152.9º | 0.34% | 0.35% | - |
| HSV(B) | 152.9º | 0.51% | 0.47% | - |
| XYZ | 10.62 | 15.39 | 12.77 | - |
| YUV | 99.27 | 124.46 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 121 | 93 | 0.51 | 0 | 0.23 | 0.53 | 152.9 | 0.34 | 0.35 |
| Hex | 3B | 79 | 5D | 33 | 0 | 17 | 35 | 99 | 22 | 23 |
| Octal | 73 | 171 | 135 | 63 | 0 | 27 | 65 | 231 | 42 | 43 |
| Binary | 111011 | 1111001 | 1011101 | 110011 | 0 | 10111 | 110101 | 10011001 | 100010 | 100011 |
Color Harmonies of #3B795D
Complementary color
Monochromatic Colors of #3B795D
Black with #3B795D
Text Example
Text Example
White with #3B795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B795D; }
p { color: rgb(59,121,93); }
H1.HeaderClassName
{
color: #3B795D;
}
.AnyTagClassName
{
color: #3B795D;
}
</style>
background-color css
<style>
a { background-color: #3B795D; }
a { background-color: rgb(59,121,93); }
div.DivClassName
{
background-color: #3B795D;
}
.BgClassName
{
background-color: #3B795D;
}
</style>
border-color css
<style>
span { border-color: #3B795D; }
span { border-color: rgb(59,121,93); }
td.TdClassName
{
border-color: #3B795D;
}
.TagClassName
{
border-color: #3B795D;
}
</style>