Shades of Amazon #3E8754
Tints of Amazon #3E8754
RGB
CMYK
RGB Variations
Color information
#3E8754 (or 0x3E8754) is known color: Amazon. HEX triplet: 3E, 87 and 54. RGB value is (62,135,84). Sum of RGB (Red+Green+Blue) = 62+135+84=281 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.06% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 135 - color contains mainly: green. Hex color #3E8754 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8754 is #C178AB. Grayscale: #6B6B6B. Windows color (decimal): -12679340 or 5539646. OLE color: 5539646.
HSL color Cylindrical-coordinate representation of color #3E8754: hue angle of 138.08º 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 #3E8754 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 135 | 84 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.47 |
| HSL | 138.08º | 0.37% | 0.39% | - |
| HSV(B) | 138.08º | 0.54% | 0.53% | - |
| XYZ | 12.25 | 18.99 | 11.41 | - |
| YUV | 107.36 | 114.82 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 135 | 84 | 0.54 | 0 | 0.38 | 0.47 | 138.08 | 0.37 | 0.39 |
| Hex | 3E | 87 | 54 | 36 | 0 | 26 | 2F | 8A | 25 | 27 |
| Octal | 76 | 207 | 124 | 66 | 0 | 46 | 57 | 212 | 45 | 47 |
| Binary | 111110 | 10000111 | 1010100 | 110110 | 0 | 100110 | 101111 | 10001010 | 100101 | 100111 |
Color Harmonies of #3E8754
Complementary color
Monochromatic Colors of #3E8754
Black with #3E8754
Text Example
Text Example
White with #3E8754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8754; }
p { color: rgb(62,135,84); }
H1.HeaderClassName
{
color: #3E8754;
}
.AnyTagClassName
{
color: #3E8754;
}
</style>
background-color css
<style>
a { background-color: #3E8754; }
a { background-color: rgb(62,135,84); }
div.DivClassName
{
background-color: #3E8754;
}
.BgClassName
{
background-color: #3E8754;
}
</style>
border-color css
<style>
span { border-color: #3E8754; }
span { border-color: rgb(62,135,84); }
td.TdClassName
{
border-color: #3E8754;
}
.TagClassName
{
border-color: #3E8754;
}
</style>