Shades of Amazon #3E7B5B
Tints of Amazon #3E7B5B
RGB
CMYK
RGB Variations
Color information
#3E7B5B (or 0x3E7B5B) is known color: Amazon. HEX triplet: 3E, 7B and 5B. RGB value is (62,123,91). Sum of RGB (Red+Green+Blue) = 62+123+91=276 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.46% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 123 - color contains mainly: green. Hex color #3E7B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7B5B is #C184A4. Grayscale: #656565. Windows color (decimal): -12682405 or 5995326. OLE color: 5995326.
HSL color Cylindrical-coordinate representation of color #3E7B5B: hue angle of 148.52º 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 #3E7B5B is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 123 | 91 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.52 |
| HSL | 148.52º | 0.33% | 0.36% | - |
| HSV(B) | 148.52º | 0.5% | 0.48% | - |
| XYZ | 10.96 | 15.95 | 12.4 | - |
| YUV | 101.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 123 | 91 | 0.50 | 0 | 0.26 | 0.52 | 148.52 | 0.33 | 0.36 |
| Hex | 3E | 7B | 5B | 32 | 0 | 1A | 34 | 95 | 21 | 24 |
| Octal | 76 | 173 | 133 | 62 | 0 | 32 | 64 | 225 | 41 | 44 |
| Binary | 111110 | 1111011 | 1011011 | 110010 | 0 | 11010 | 110100 | 10010101 | 100001 | 100100 |
Color Harmonies of #3E7B5B
Complementary color
Monochromatic Colors of #3E7B5B
Black with #3E7B5B
Text Example
Text Example
White with #3E7B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7B5B; }
p { color: rgb(62,123,91); }
H1.HeaderClassName
{
color: #3E7B5B;
}
.AnyTagClassName
{
color: #3E7B5B;
}
</style>
background-color css
<style>
a { background-color: #3E7B5B; }
a { background-color: rgb(62,123,91); }
div.DivClassName
{
background-color: #3E7B5B;
}
.BgClassName
{
background-color: #3E7B5B;
}
</style>
border-color css
<style>
span { border-color: #3E7B5B; }
span { border-color: rgb(62,123,91); }
td.TdClassName
{
border-color: #3E7B5B;
}
.TagClassName
{
border-color: #3E7B5B;
}
</style>