Shades of Amazon #3A755D
Tints of Amazon #3A755D
RGB
CMYK
RGB Variations
Color information
#3A755D (or 0x3A755D) is known color: Amazon. HEX triplet: 3A, 75 and 5D. RGB value is (58,117,93). Sum of RGB (Red+Green+Blue) = 58+117+93=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #3A755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A755D is #C58AA2. Grayscale: #606060. Windows color (decimal): -12946083 or 6124858. OLE color: 6124858.
HSL color Cylindrical-coordinate representation of color #3A755D: hue angle of 155.59º 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 #3A755D is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 93 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.54 |
| HSL | 155.59º | 0.34% | 0.34% | - |
| HSV(B) | 155.59º | 0.5% | 0.46% | - |
| XYZ | 10.08 | 14.41 | 12.61 | - |
| YUV | 96.62 | 125.95 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 93 | 0.50 | 0 | 0.21 | 0.54 | 155.59 | 0.34 | 0.34 |
| Hex | 3A | 75 | 5D | 32 | 0 | 15 | 36 | 9C | 22 | 22 |
| Octal | 72 | 165 | 135 | 62 | 0 | 25 | 66 | 234 | 42 | 42 |
| Binary | 111010 | 1110101 | 1011101 | 110010 | 0 | 10101 | 110110 | 10011100 | 100010 | 100010 |
Color Harmonies of #3A755D
Complementary color
Monochromatic Colors of #3A755D
Black with #3A755D
Text Example
Text Example
White with #3A755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A755D; }
p { color: rgb(58,117,93); }
H1.HeaderClassName
{
color: #3A755D;
}
.AnyTagClassName
{
color: #3A755D;
}
</style>
background-color css
<style>
a { background-color: #3A755D; }
a { background-color: rgb(58,117,93); }
div.DivClassName
{
background-color: #3A755D;
}
.BgClassName
{
background-color: #3A755D;
}
</style>
border-color css
<style>
span { border-color: #3A755D; }
span { border-color: rgb(58,117,93); }
td.TdClassName
{
border-color: #3A755D;
}
.TagClassName
{
border-color: #3A755D;
}
</style>