Shades of Amazon #3B724D
Tints of Amazon #3B724D
RGB
CMYK
RGB Variations
Color information
#3B724D (or 0x3B724D) is known color: Amazon. HEX triplet: 3B, 72 and 4D. RGB value is (59,114,77). Sum of RGB (Red+Green+Blue) = 59+114+77=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #3B724D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B724D is #C48DB2. Grayscale: #5D5D5D. Windows color (decimal): -12881331 or 5075515. OLE color: 5075515.
HSL color Cylindrical-coordinate representation of color #3B724D: hue angle of 139.64º 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 #3B724D is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 114 | 77 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.55 |
| HSL | 139.64º | 0.32% | 0.34% | - |
| HSV(B) | 139.64º | 0.48% | 0.45% | - |
| XYZ | 9.16 | 13.5 | 9.14 | - |
| YUV | 93.34 | 118.78 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 114 | 77 | 0.48 | 0 | 0.32 | 0.55 | 139.64 | 0.32 | 0.34 |
| Hex | 3B | 72 | 4D | 30 | 0 | 20 | 37 | 8C | 20 | 22 |
| Octal | 73 | 162 | 115 | 60 | 0 | 40 | 67 | 214 | 40 | 42 |
| Binary | 111011 | 1110010 | 1001101 | 110000 | 0 | 100000 | 110111 | 10001100 | 100000 | 100010 |
Color Harmonies of #3B724D
Complementary color
Monochromatic Colors of #3B724D
Black with #3B724D
Text Example
Text Example
White with #3B724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B724D; }
p { color: rgb(59,114,77); }
H1.HeaderClassName
{
color: #3B724D;
}
.AnyTagClassName
{
color: #3B724D;
}
</style>
background-color css
<style>
a { background-color: #3B724D; }
a { background-color: rgb(59,114,77); }
div.DivClassName
{
background-color: #3B724D;
}
.BgClassName
{
background-color: #3B724D;
}
</style>
border-color css
<style>
span { border-color: #3B724D; }
span { border-color: rgb(59,114,77); }
td.TdClassName
{
border-color: #3B724D;
}
.TagClassName
{
border-color: #3B724D;
}
</style>