Shades of Amazon #3B7A5E
Tints of Amazon #3B7A5E
RGB
CMYK
RGB Variations
Color information
#3B7A5E (or 0x3B7A5E) is known color: Amazon. HEX triplet: 3B, 7A and 5E. RGB value is (59,122,94). Sum of RGB (Red+Green+Blue) = 59+122+94=275 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.45% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 122 - color contains mainly: green. Hex color #3B7A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7A5E is #C485A1. Grayscale: #646464. Windows color (decimal): -12879266 or 6191675. OLE color: 6191675.
HSL color Cylindrical-coordinate representation of color #3B7A5E: hue angle of 153.33º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B7A5E is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 122 | 94 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.52 |
| HSL | 153.33º | 0.35% | 0.35% | - |
| HSV(B) | 153.33º | 0.52% | 0.48% | - |
| XYZ | 10.78 | 15.66 | 13.04 | - |
| YUV | 99.97 | 124.63 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 122 | 94 | 0.52 | 0 | 0.23 | 0.52 | 153.33 | 0.35 | 0.35 |
| Hex | 3B | 7A | 5E | 34 | 0 | 17 | 34 | 99 | 23 | 23 |
| Octal | 73 | 172 | 136 | 64 | 0 | 27 | 64 | 231 | 43 | 43 |
| Binary | 111011 | 1111010 | 1011110 | 110100 | 0 | 10111 | 110100 | 10011001 | 100011 | 100011 |
Color Harmonies of #3B7A5E
Complementary color
Monochromatic Colors of #3B7A5E
Black with #3B7A5E
Text Example
Text Example
White with #3B7A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7A5E; }
p { color: rgb(59,122,94); }
H1.HeaderClassName
{
color: #3B7A5E;
}
.AnyTagClassName
{
color: #3B7A5E;
}
</style>
background-color css
<style>
a { background-color: #3B7A5E; }
a { background-color: rgb(59,122,94); }
div.DivClassName
{
background-color: #3B7A5E;
}
.BgClassName
{
background-color: #3B7A5E;
}
</style>
border-color css
<style>
span { border-color: #3B7A5E; }
span { border-color: rgb(59,122,94); }
td.TdClassName
{
border-color: #3B7A5E;
}
.TagClassName
{
border-color: #3B7A5E;
}
</style>