Shades of Amazon #3E8758
Tints of Amazon #3E8758
RGB
CMYK
RGB Variations
Color information
#3E8758 (or 0x3E8758) is known color: Amazon. HEX triplet: 3E, 87 and 58. RGB value is (62,135,88). Sum of RGB (Red+Green+Blue) = 62+135+88=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #3E8758 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8758 is #C178A7. Grayscale: #6B6B6B. Windows color (decimal): -12679336 or 5801790. OLE color: 5801790.
HSL color Cylindrical-coordinate representation of color #3E8758: hue angle of 141.37º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E8758 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 135 | 88 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.47 |
| HSL | 141.37º | 0.37% | 0.39% | - |
| HSV(B) | 141.37º | 0.54% | 0.53% | - |
| XYZ | 12.41 | 19.06 | 12.26 | - |
| YUV | 107.82 | 116.82 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 135 | 88 | 0.54 | 0 | 0.35 | 0.47 | 141.37 | 0.37 | 0.39 |
| Hex | 3E | 87 | 58 | 36 | 0 | 23 | 2F | 8D | 25 | 27 |
| Octal | 76 | 207 | 130 | 66 | 0 | 43 | 57 | 215 | 45 | 47 |
| Binary | 111110 | 10000111 | 1011000 | 110110 | 0 | 100011 | 101111 | 10001101 | 100101 | 100111 |
Color Harmonies of #3E8758
Complementary color
Monochromatic Colors of #3E8758
Black with #3E8758
Text Example
Text Example
White with #3E8758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8758; }
p { color: rgb(62,135,88); }
H1.HeaderClassName
{
color: #3E8758;
}
.AnyTagClassName
{
color: #3E8758;
}
</style>
background-color css
<style>
a { background-color: #3E8758; }
a { background-color: rgb(62,135,88); }
div.DivClassName
{
background-color: #3E8758;
}
.BgClassName
{
background-color: #3E8758;
}
</style>
border-color css
<style>
span { border-color: #3E8758; }
span { border-color: rgb(62,135,88); }
td.TdClassName
{
border-color: #3E8758;
}
.TagClassName
{
border-color: #3E8758;
}
</style>