Shades of Amazon #3E7B5D
Tints of Amazon #3E7B5D
RGB
CMYK
RGB Variations
Color information
#3E7B5D (or 0x3E7B5D) is known color: Amazon. HEX triplet: 3E, 7B and 5D. RGB value is (62,123,93). Sum of RGB (Red+Green+Blue) = 62+123+93=278 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.30% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 123 - color contains mainly: green. Hex color #3E7B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7B5D is #C184A2. Grayscale: #656565. Windows color (decimal): -12682403 or 6126398. OLE color: 6126398.
HSL color Cylindrical-coordinate representation of color #3E7B5D: hue angle of 150.49º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7B5D is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 123 | 93 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.52 |
| HSL | 150.49º | 0.33% | 0.36% | - |
| HSV(B) | 150.49º | 0.5% | 0.48% | - |
| XYZ | 11.05 | 15.98 | 12.86 | - |
| YUV | 101.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 123 | 93 | 0.50 | 0 | 0.24 | 0.52 | 150.49 | 0.33 | 0.36 |
| Hex | 3E | 7B | 5D | 32 | 0 | 18 | 34 | 96 | 21 | 24 |
| Octal | 76 | 173 | 135 | 62 | 0 | 30 | 64 | 226 | 41 | 44 |
| Binary | 111110 | 1111011 | 1011101 | 110010 | 0 | 11000 | 110100 | 10010110 | 100001 | 100100 |
Color Harmonies of #3E7B5D
Complementary color
Monochromatic Colors of #3E7B5D
Black with #3E7B5D
Text Example
Text Example
White with #3E7B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7B5D; }
p { color: rgb(62,123,93); }
H1.HeaderClassName
{
color: #3E7B5D;
}
.AnyTagClassName
{
color: #3E7B5D;
}
</style>
background-color css
<style>
a { background-color: #3E7B5D; }
a { background-color: rgb(62,123,93); }
div.DivClassName
{
background-color: #3E7B5D;
}
.BgClassName
{
background-color: #3E7B5D;
}
</style>
border-color css
<style>
span { border-color: #3E7B5D; }
span { border-color: rgb(62,123,93); }
td.TdClassName
{
border-color: #3E7B5D;
}
.TagClassName
{
border-color: #3E7B5D;
}
</style>