Shades of Amazon #3A7B5D
Tints of Amazon #3A7B5D
RGB
CMYK
RGB Variations
Color information
#3A7B5D (or 0x3A7B5D) is known color: Amazon. HEX triplet: 3A, 7B and 5D. RGB value is (58,123,93). Sum of RGB (Red+Green+Blue) = 58+123+93=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7B5D is #C584A2. Grayscale: #646464. Windows color (decimal): -12944547 or 6126394. OLE color: 6126394.
HSL color Cylindrical-coordinate representation of color #3A7B5D: hue angle of 152.31º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A7B5D is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 123 | 93 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.52 |
| HSL | 152.31º | 0.36% | 0.35% | - |
| HSV(B) | 152.31º | 0.53% | 0.48% | - |
| XYZ | 10.8 | 15.86 | 12.85 | - |
| YUV | 100.15 | 123.97 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 93 | 0.53 | 0 | 0.24 | 0.52 | 152.31 | 0.36 | 0.35 |
| Hex | 3A | 7B | 5D | 35 | 0 | 18 | 34 | 98 | 24 | 23 |
| Octal | 72 | 173 | 135 | 65 | 0 | 30 | 64 | 230 | 44 | 43 |
| Binary | 111010 | 1111011 | 1011101 | 110101 | 0 | 11000 | 110100 | 10011000 | 100100 | 100011 |
Color Harmonies of #3A7B5D
Complementary color
Monochromatic Colors of #3A7B5D
Black with #3A7B5D
Text Example
Text Example
White with #3A7B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7B5D; }
p { color: rgb(58,123,93); }
H1.HeaderClassName
{
color: #3A7B5D;
}
.AnyTagClassName
{
color: #3A7B5D;
}
</style>
background-color css
<style>
a { background-color: #3A7B5D; }
a { background-color: rgb(58,123,93); }
div.DivClassName
{
background-color: #3A7B5D;
}
.BgClassName
{
background-color: #3A7B5D;
}
</style>
border-color css
<style>
span { border-color: #3A7B5D; }
span { border-color: rgb(58,123,93); }
td.TdClassName
{
border-color: #3A7B5D;
}
.TagClassName
{
border-color: #3A7B5D;
}
</style>