Shades of Amazon #3A745C
Tints of Amazon #3A745C
RGB
CMYK
RGB Variations
Color information
#3A745C (or 0x3A745C) is known color: Amazon. HEX triplet: 3A, 74 and 5C. RGB value is (58,116,92). Sum of RGB (Red+Green+Blue) = 58+116+92=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #3A745C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A745C is #C58BA3. Grayscale: #5F5F5F. Windows color (decimal): -12946340 or 6059066. OLE color: 6059066.
HSL color Cylindrical-coordinate representation of color #3A745C: hue angle of 155.17º 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 #3A745C is Cyan = 0.5, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 116 | 92 | - |
| CMYK | 0.5 | 0 | 0.21 | 0.55 |
| HSL | 155.17º | 0.33% | 0.34% | - |
| HSV(B) | 155.17º | 0.5% | 0.45% | - |
| XYZ | 9.92 | 14.16 | 12.34 | - |
| YUV | 95.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 116 | 92 | 0.5 | 0 | 0.21 | 0.55 | 155.17 | 0.33 | 0.34 |
| Hex | 3A | 74 | 5C | 32 | 0 | 15 | 37 | 9B | 21 | 22 |
| Octal | 72 | 164 | 134 | 62 | 0 | 25 | 67 | 233 | 41 | 42 |
| Binary | 111010 | 1110100 | 1011100 | 110010 | 0 | 10101 | 110111 | 10011011 | 100001 | 100010 |
Color Harmonies of #3A745C
Complementary color
Monochromatic Colors of #3A745C
Black with #3A745C
Text Example
Text Example
White with #3A745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A745C; }
p { color: rgb(58,116,92); }
H1.HeaderClassName
{
color: #3A745C;
}
.AnyTagClassName
{
color: #3A745C;
}
</style>
background-color css
<style>
a { background-color: #3A745C; }
a { background-color: rgb(58,116,92); }
div.DivClassName
{
background-color: #3A745C;
}
.BgClassName
{
background-color: #3A745C;
}
</style>
border-color css
<style>
span { border-color: #3A745C; }
span { border-color: rgb(58,116,92); }
td.TdClassName
{
border-color: #3A745C;
}
.TagClassName
{
border-color: #3A745C;
}
</style>