Shades of Amazon #3B7E4D
Tints of Amazon #3B7E4D
RGB
CMYK
RGB Variations
Color information
#3B7E4D (or 0x3B7E4D) is known color: Amazon. HEX triplet: 3B, 7E and 4D. RGB value is (59,126,77). Sum of RGB (Red+Green+Blue) = 59+126+77=262 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.52% from 262); Green value is 126 (49.61% from 255 or 48.09% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 126 - color contains mainly: green. Hex color #3B7E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7E4D is #C481B2. Grayscale: #646464. Windows color (decimal): -12878259 or 5078587. OLE color: 5078587.
HSL color Cylindrical-coordinate representation of color #3B7E4D: hue angle of 136.12º 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 #3B7E4D is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 126 | 77 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.51 |
| HSL | 136.12º | 0.36% | 0.36% | - |
| HSV(B) | 136.12º | 0.53% | 0.49% | - |
| XYZ | 10.6 | 16.39 | 9.63 | - |
| YUV | 100.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 126 | 77 | 0.53 | 0 | 0.39 | 0.51 | 136.12 | 0.36 | 0.36 |
| Hex | 3B | 7E | 4D | 35 | 0 | 27 | 33 | 88 | 24 | 24 |
| Octal | 73 | 176 | 115 | 65 | 0 | 47 | 63 | 210 | 44 | 44 |
| Binary | 111011 | 1111110 | 1001101 | 110101 | 0 | 100111 | 110011 | 10001000 | 100100 | 100100 |
Color Harmonies of #3B7E4D
Complementary color
Monochromatic Colors of #3B7E4D
Black with #3B7E4D
Text Example
Text Example
White with #3B7E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7E4D; }
p { color: rgb(59,126,77); }
H1.HeaderClassName
{
color: #3B7E4D;
}
.AnyTagClassName
{
color: #3B7E4D;
}
</style>
background-color css
<style>
a { background-color: #3B7E4D; }
a { background-color: rgb(59,126,77); }
div.DivClassName
{
background-color: #3B7E4D;
}
.BgClassName
{
background-color: #3B7E4D;
}
</style>
border-color css
<style>
span { border-color: #3B7E4D; }
span { border-color: rgb(59,126,77); }
td.TdClassName
{
border-color: #3B7E4D;
}
.TagClassName
{
border-color: #3B7E4D;
}
</style>