Shades of Amazon #3A745B
Tints of Amazon #3A745B
RGB
CMYK
RGB Variations
Color information
#3A745B (or 0x3A745B) is known color: Amazon. HEX triplet: 3A, 74 and 5B. RGB value is (58,116,91). Sum of RGB (Red+Green+Blue) = 58+116+91=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #3A745B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A745B is #C58BA4. Grayscale: #5F5F5F. Windows color (decimal): -12946341 or 5993530. OLE color: 5993530.
HSL color Cylindrical-coordinate representation of color #3A745B: hue angle of 154.14º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A745B is Cyan = 0.5, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 116 | 91 | - |
| CMYK | 0.5 | 0 | 0.22 | 0.55 |
| HSL | 154.14º | 0.33% | 0.34% | - |
| HSV(B) | 154.14º | 0.5% | 0.45% | - |
| XYZ | 9.88 | 14.15 | 12.11 | - |
| YUV | 95.81 | 125.28 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 116 | 91 | 0.5 | 0 | 0.22 | 0.55 | 154.14 | 0.33 | 0.34 |
| Hex | 3A | 74 | 5B | 32 | 0 | 16 | 37 | 9A | 21 | 22 |
| Octal | 72 | 164 | 133 | 62 | 0 | 26 | 67 | 232 | 41 | 42 |
| Binary | 111010 | 1110100 | 1011011 | 110010 | 0 | 10110 | 110111 | 10011010 | 100001 | 100010 |
Color Harmonies of #3A745B
Complementary color
Monochromatic Colors of #3A745B
Black with #3A745B
Text Example
Text Example
White with #3A745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A745B; }
p { color: rgb(58,116,91); }
H1.HeaderClassName
{
color: #3A745B;
}
.AnyTagClassName
{
color: #3A745B;
}
</style>
background-color css
<style>
a { background-color: #3A745B; }
a { background-color: rgb(58,116,91); }
div.DivClassName
{
background-color: #3A745B;
}
.BgClassName
{
background-color: #3A745B;
}
</style>
border-color css
<style>
span { border-color: #3A745B; }
span { border-color: rgb(58,116,91); }
td.TdClassName
{
border-color: #3A745B;
}
.TagClassName
{
border-color: #3A745B;
}
</style>