Shades of Amazon #3B7E5A
Tints of Amazon #3B7E5A
RGB
CMYK
RGB Variations
Color information
#3B7E5A (or 0x3B7E5A) is known color: Amazon. HEX triplet: 3B, 7E and 5A. RGB value is (59,126,90). Sum of RGB (Red+Green+Blue) = 59+126+90=275 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.45% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 126 - color contains mainly: green. Hex color #3B7E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7E5A is #C481A5. Grayscale: #656565. Windows color (decimal): -12878246 or 5930555. OLE color: 5930555.
HSL color Cylindrical-coordinate representation of color #3B7E5A: hue angle of 147.76º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B7E5A is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 126 | 90 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.51 |
| HSL | 147.76º | 0.36% | 0.36% | - |
| HSV(B) | 147.76º | 0.53% | 0.49% | - |
| XYZ | 11.11 | 16.59 | 12.29 | - |
| YUV | 101.86 | 121.3 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 126 | 90 | 0.53 | 0 | 0.29 | 0.51 | 147.76 | 0.36 | 0.36 |
| Hex | 3B | 7E | 5A | 35 | 0 | 1D | 33 | 94 | 24 | 24 |
| Octal | 73 | 176 | 132 | 65 | 0 | 35 | 63 | 224 | 44 | 44 |
| Binary | 111011 | 1111110 | 1011010 | 110101 | 0 | 11101 | 110011 | 10010100 | 100100 | 100100 |
Color Harmonies of #3B7E5A
Complementary color
Monochromatic Colors of #3B7E5A
Black with #3B7E5A
Text Example
Text Example
White with #3B7E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7E5A; }
p { color: rgb(59,126,90); }
H1.HeaderClassName
{
color: #3B7E5A;
}
.AnyTagClassName
{
color: #3B7E5A;
}
</style>
background-color css
<style>
a { background-color: #3B7E5A; }
a { background-color: rgb(59,126,90); }
div.DivClassName
{
background-color: #3B7E5A;
}
.BgClassName
{
background-color: #3B7E5A;
}
</style>
border-color css
<style>
span { border-color: #3B7E5A; }
span { border-color: rgb(59,126,90); }
td.TdClassName
{
border-color: #3B7E5A;
}
.TagClassName
{
border-color: #3B7E5A;
}
</style>