Shades of Amazon #3B755E
Tints of Amazon #3B755E
RGB
CMYK
RGB Variations
Color information
#3B755E (or 0x3B755E) is known color: Amazon. HEX triplet: 3B, 75 and 5E. RGB value is (59,117,94). Sum of RGB (Red+Green+Blue) = 59+117+94=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 117 - color contains mainly: green. Hex color #3B755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B755E is #C48AA1. Grayscale: #616161. Windows color (decimal): -12880546 or 6190395. OLE color: 6190395.
HSL color Cylindrical-coordinate representation of color #3B755E: hue angle of 156.21º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B755E is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 117 | 94 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.54 |
| HSL | 156.21º | 0.33% | 0.35% | - |
| HSV(B) | 156.21º | 0.5% | 0.46% | - |
| XYZ | 10.19 | 14.46 | 12.84 | - |
| YUV | 97.04 | 126.28 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 117 | 94 | 0.50 | 0 | 0.20 | 0.54 | 156.21 | 0.33 | 0.35 |
| Hex | 3B | 75 | 5E | 32 | 0 | 14 | 36 | 9C | 21 | 23 |
| Octal | 73 | 165 | 136 | 62 | 0 | 24 | 66 | 234 | 41 | 43 |
| Binary | 111011 | 1110101 | 1011110 | 110010 | 0 | 10100 | 110110 | 10011100 | 100001 | 100011 |
Color Harmonies of #3B755E
Complementary color
Monochromatic Colors of #3B755E
Black with #3B755E
Text Example
Text Example
White with #3B755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B755E; }
p { color: rgb(59,117,94); }
H1.HeaderClassName
{
color: #3B755E;
}
.AnyTagClassName
{
color: #3B755E;
}
</style>
background-color css
<style>
a { background-color: #3B755E; }
a { background-color: rgb(59,117,94); }
div.DivClassName
{
background-color: #3B755E;
}
.BgClassName
{
background-color: #3B755E;
}
</style>
border-color css
<style>
span { border-color: #3B755E; }
span { border-color: rgb(59,117,94); }
td.TdClassName
{
border-color: #3B755E;
}
.TagClassName
{
border-color: #3B755E;
}
</style>