Shades of Amazon #3A755C
Tints of Amazon #3A755C
RGB
CMYK
RGB Variations
Color information
#3A755C (or 0x3A755C) is known color: Amazon. HEX triplet: 3A, 75 and 5C. RGB value is (58,117,92). Sum of RGB (Red+Green+Blue) = 58+117+92=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #3A755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A755C is #C58AA3. Grayscale: #606060. Windows color (decimal): -12946084 or 6059322. OLE color: 6059322.
HSL color Cylindrical-coordinate representation of color #3A755C: hue angle of 154.58º 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 #3A755C is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 92 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.54 |
| HSL | 154.58º | 0.34% | 0.34% | - |
| HSV(B) | 154.58º | 0.5% | 0.46% | - |
| XYZ | 10.04 | 14.39 | 12.37 | - |
| YUV | 96.51 | 125.45 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 92 | 0.50 | 0 | 0.21 | 0.54 | 154.58 | 0.34 | 0.34 |
| Hex | 3A | 75 | 5C | 32 | 0 | 15 | 36 | 9B | 22 | 22 |
| Octal | 72 | 165 | 134 | 62 | 0 | 25 | 66 | 233 | 42 | 42 |
| Binary | 111010 | 1110101 | 1011100 | 110010 | 0 | 10101 | 110110 | 10011011 | 100010 | 100010 |
Color Harmonies of #3A755C
Complementary color
Monochromatic Colors of #3A755C
Black with #3A755C
Text Example
Text Example
White with #3A755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A755C; }
p { color: rgb(58,117,92); }
H1.HeaderClassName
{
color: #3A755C;
}
.AnyTagClassName
{
color: #3A755C;
}
</style>
background-color css
<style>
a { background-color: #3A755C; }
a { background-color: rgb(58,117,92); }
div.DivClassName
{
background-color: #3A755C;
}
.BgClassName
{
background-color: #3A755C;
}
</style>
border-color css
<style>
span { border-color: #3A755C; }
span { border-color: rgb(58,117,92); }
td.TdClassName
{
border-color: #3A755C;
}
.TagClassName
{
border-color: #3A755C;
}
</style>