Shades of Amazon #3B7256
Tints of Amazon #3B7256
RGB
CMYK
RGB Variations
Color information
#3B7256 (or 0x3B7256) is known color: Amazon. HEX triplet: 3B, 72 and 56. RGB value is (59,114,86). Sum of RGB (Red+Green+Blue) = 59+114+86=259 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.78% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #3B7256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7256 is #C48DA9. Grayscale: #5E5E5E. Windows color (decimal): -12881322 or 5665339. OLE color: 5665339.
HSL color Cylindrical-coordinate representation of color #3B7256: hue angle of 149.45º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B7256 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 114 | 86 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.55 |
| HSL | 149.45º | 0.32% | 0.34% | - |
| HSV(B) | 149.45º | 0.48% | 0.45% | - |
| XYZ | 9.5 | 13.64 | 10.94 | - |
| YUV | 94.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 114 | 86 | 0.48 | 0 | 0.25 | 0.55 | 149.45 | 0.32 | 0.34 |
| Hex | 3B | 72 | 56 | 30 | 0 | 19 | 37 | 95 | 20 | 22 |
| Octal | 73 | 162 | 126 | 60 | 0 | 31 | 67 | 225 | 40 | 42 |
| Binary | 111011 | 1110010 | 1010110 | 110000 | 0 | 11001 | 110111 | 10010101 | 100000 | 100010 |
Color Harmonies of #3B7256
Complementary color
Monochromatic Colors of #3B7256
Black with #3B7256
Text Example
Text Example
White with #3B7256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7256; }
p { color: rgb(59,114,86); }
H1.HeaderClassName
{
color: #3B7256;
}
.AnyTagClassName
{
color: #3B7256;
}
</style>
background-color css
<style>
a { background-color: #3B7256; }
a { background-color: rgb(59,114,86); }
div.DivClassName
{
background-color: #3B7256;
}
.BgClassName
{
background-color: #3B7256;
}
</style>
border-color css
<style>
span { border-color: #3B7256; }
span { border-color: rgb(59,114,86); }
td.TdClassName
{
border-color: #3B7256;
}
.TagClassName
{
border-color: #3B7256;
}
</style>