Shades of Amazon #3A755A
Tints of Amazon #3A755A
RGB
CMYK
RGB Variations
Color information
#3A755A (or 0x3A755A) is known color: Amazon. HEX triplet: 3A, 75 and 5A. RGB value is (58,117,90). Sum of RGB (Red+Green+Blue) = 58+117+90=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #3A755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A755A is #C58AA5. Grayscale: #606060. Windows color (decimal): -12946086 or 5928250. OLE color: 5928250.
HSL color Cylindrical-coordinate representation of color #3A755A: hue angle of 152.54º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A755A is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 90 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.54 |
| HSL | 152.54º | 0.34% | 0.34% | - |
| HSV(B) | 152.54º | 0.5% | 0.46% | - |
| XYZ | 9.95 | 14.36 | 11.92 | - |
| YUV | 96.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 90 | 0.50 | 0 | 0.23 | 0.54 | 152.54 | 0.34 | 0.34 |
| Hex | 3A | 75 | 5A | 32 | 0 | 17 | 36 | 99 | 22 | 22 |
| Octal | 72 | 165 | 132 | 62 | 0 | 27 | 66 | 231 | 42 | 42 |
| Binary | 111010 | 1110101 | 1011010 | 110010 | 0 | 10111 | 110110 | 10011001 | 100010 | 100010 |
Color Harmonies of #3A755A
Complementary color
Monochromatic Colors of #3A755A
Black with #3A755A
Text Example
Text Example
White with #3A755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A755A; }
p { color: rgb(58,117,90); }
H1.HeaderClassName
{
color: #3A755A;
}
.AnyTagClassName
{
color: #3A755A;
}
</style>
background-color css
<style>
a { background-color: #3A755A; }
a { background-color: rgb(58,117,90); }
div.DivClassName
{
background-color: #3A755A;
}
.BgClassName
{
background-color: #3A755A;
}
</style>
border-color css
<style>
span { border-color: #3A755A; }
span { border-color: rgb(58,117,90); }
td.TdClassName
{
border-color: #3A755A;
}
.TagClassName
{
border-color: #3A755A;
}
</style>