Shades of Amazon #3B795F
Tints of Amazon #3B795F
RGB
CMYK
RGB Variations
Color information
#3B795F (or 0x3B795F) is known color: Amazon. HEX triplet: 3B, 79 and 5F. RGB value is (59,121,95). Sum of RGB (Red+Green+Blue) = 59+121+95=275 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.45% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 121 - color contains mainly: green. Hex color #3B795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B795F is #C486A0. Grayscale: #636363. Windows color (decimal): -12879521 or 6256955. OLE color: 6256955.
HSL color Cylindrical-coordinate representation of color #3B795F: hue angle of 154.84º 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 #3B795F is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 121 | 95 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.53 |
| HSL | 154.84º | 0.34% | 0.35% | - |
| HSV(B) | 154.84º | 0.51% | 0.47% | - |
| XYZ | 10.71 | 15.43 | 13.24 | - |
| YUV | 99.5 | 125.46 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 121 | 95 | 0.51 | 0 | 0.21 | 0.53 | 154.84 | 0.34 | 0.35 |
| Hex | 3B | 79 | 5F | 33 | 0 | 15 | 35 | 9B | 22 | 23 |
| Octal | 73 | 171 | 137 | 63 | 0 | 25 | 65 | 233 | 42 | 43 |
| Binary | 111011 | 1111001 | 1011111 | 110011 | 0 | 10101 | 110101 | 10011011 | 100010 | 100011 |
Color Harmonies of #3B795F
Complementary color
Monochromatic Colors of #3B795F
Black with #3B795F
Text Example
Text Example
White with #3B795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B795F; }
p { color: rgb(59,121,95); }
H1.HeaderClassName
{
color: #3B795F;
}
.AnyTagClassName
{
color: #3B795F;
}
</style>
background-color css
<style>
a { background-color: #3B795F; }
a { background-color: rgb(59,121,95); }
div.DivClassName
{
background-color: #3B795F;
}
.BgClassName
{
background-color: #3B795F;
}
</style>
border-color css
<style>
span { border-color: #3B795F; }
span { border-color: rgb(59,121,95); }
td.TdClassName
{
border-color: #3B795F;
}
.TagClassName
{
border-color: #3B795F;
}
</style>