Shades of Amazon #3B7450
Tints of Amazon #3B7450
RGB
CMYK
RGB Variations
Color information
#3B7450 (or 0x3B7450) is known color: Amazon. HEX triplet: 3B, 74 and 50. RGB value is (59,116,80). Sum of RGB (Red+Green+Blue) = 59+116+80=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #3B7450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7450 is #C48BAF. Grayscale: #5E5E5E. Windows color (decimal): -12880816 or 5272635. OLE color: 5272635.
HSL color Cylindrical-coordinate representation of color #3B7450: hue angle of 142.11º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B7450 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 116 | 80 | - |
| CMYK | 0.49 | 0 | 0.31 | 0.55 |
| HSL | 142.11º | 0.33% | 0.34% | - |
| HSV(B) | 142.11º | 0.49% | 0.45% | - |
| XYZ | 9.5 | 14 | 9.79 | - |
| YUV | 94.85 | 119.62 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 116 | 80 | 0.49 | 0 | 0.31 | 0.55 | 142.11 | 0.33 | 0.34 |
| Hex | 3B | 74 | 50 | 31 | 0 | 1F | 37 | 8E | 21 | 22 |
| Octal | 73 | 164 | 120 | 61 | 0 | 37 | 67 | 216 | 41 | 42 |
| Binary | 111011 | 1110100 | 1010000 | 110001 | 0 | 11111 | 110111 | 10001110 | 100001 | 100010 |
Color Harmonies of #3B7450
Complementary color
Monochromatic Colors of #3B7450
Black with #3B7450
Text Example
Text Example
White with #3B7450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7450; }
p { color: rgb(59,116,80); }
H1.HeaderClassName
{
color: #3B7450;
}
.AnyTagClassName
{
color: #3B7450;
}
</style>
background-color css
<style>
a { background-color: #3B7450; }
a { background-color: rgb(59,116,80); }
div.DivClassName
{
background-color: #3B7450;
}
.BgClassName
{
background-color: #3B7450;
}
</style>
border-color css
<style>
span { border-color: #3B7450; }
span { border-color: rgb(59,116,80); }
td.TdClassName
{
border-color: #3B7450;
}
.TagClassName
{
border-color: #3B7450;
}
</style>