Shades of Amazon #3B7D51
Tints of Amazon #3B7D51
RGB
CMYK
RGB Variations
Color information
#3B7D51 (or 0x3B7D51) is known color: Amazon. HEX triplet: 3B, 7D and 51. RGB value is (59,125,81). Sum of RGB (Red+Green+Blue) = 59+125+81=265 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.26% from 265); Green value is 125 (49.22% from 255 or 47.17% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 125 - color contains mainly: green. Hex color #3B7D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7D51 is #C482AE. Grayscale: #646464. Windows color (decimal): -12878511 or 5340475. OLE color: 5340475.
HSL color Cylindrical-coordinate representation of color #3B7D51: hue angle of 140º 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 #3B7D51 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 125 | 81 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.51 |
| HSL | 140º | 0.36% | 0.36% | - |
| HSV(B) | 140º | 0.53% | 0.49% | - |
| XYZ | 10.62 | 16.19 | 10.35 | - |
| YUV | 100.25 | 117.13 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 125 | 81 | 0.53 | 0 | 0.35 | 0.51 | 140 | 0.36 | 0.36 |
| Hex | 3B | 7D | 51 | 35 | 0 | 23 | 33 | 8C | 24 | 24 |
| Octal | 73 | 175 | 121 | 65 | 0 | 43 | 63 | 214 | 44 | 44 |
| Binary | 111011 | 1111101 | 1010001 | 110101 | 0 | 100011 | 110011 | 10001100 | 100100 | 100100 |
Color Harmonies of #3B7D51
Complementary color
Monochromatic Colors of #3B7D51
Black with #3B7D51
Text Example
Text Example
White with #3B7D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7D51; }
p { color: rgb(59,125,81); }
H1.HeaderClassName
{
color: #3B7D51;
}
.AnyTagClassName
{
color: #3B7D51;
}
</style>
background-color css
<style>
a { background-color: #3B7D51; }
a { background-color: rgb(59,125,81); }
div.DivClassName
{
background-color: #3B7D51;
}
.BgClassName
{
background-color: #3B7D51;
}
</style>
border-color css
<style>
span { border-color: #3B7D51; }
span { border-color: rgb(59,125,81); }
td.TdClassName
{
border-color: #3B7D51;
}
.TagClassName
{
border-color: #3B7D51;
}
</style>