Shades of Amazon #3B724E
Tints of Amazon #3B724E
RGB
CMYK
RGB Variations
Color information
#3B724E (or 0x3B724E) is known color: Amazon. HEX triplet: 3B, 72 and 4E. RGB value is (59,114,78). Sum of RGB (Red+Green+Blue) = 59+114+78=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #3B724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B724E is #C48DB1. Grayscale: #5D5D5D. Windows color (decimal): -12881330 or 5141051. OLE color: 5141051.
HSL color Cylindrical-coordinate representation of color #3B724E: hue angle of 140.73º 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 #3B724E is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 114 | 78 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.55 |
| HSL | 140.73º | 0.32% | 0.34% | - |
| HSV(B) | 140.73º | 0.48% | 0.45% | - |
| XYZ | 9.2 | 13.51 | 9.33 | - |
| YUV | 93.45 | 119.28 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 114 | 78 | 0.48 | 0 | 0.32 | 0.55 | 140.73 | 0.32 | 0.34 |
| Hex | 3B | 72 | 4E | 30 | 0 | 20 | 37 | 8D | 20 | 22 |
| Octal | 73 | 162 | 116 | 60 | 0 | 40 | 67 | 215 | 40 | 42 |
| Binary | 111011 | 1110010 | 1001110 | 110000 | 0 | 100000 | 110111 | 10001101 | 100000 | 100010 |
Color Harmonies of #3B724E
Complementary color
Monochromatic Colors of #3B724E
Black with #3B724E
Text Example
Text Example
White with #3B724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B724E; }
p { color: rgb(59,114,78); }
H1.HeaderClassName
{
color: #3B724E;
}
.AnyTagClassName
{
color: #3B724E;
}
</style>
background-color css
<style>
a { background-color: #3B724E; }
a { background-color: rgb(59,114,78); }
div.DivClassName
{
background-color: #3B724E;
}
.BgClassName
{
background-color: #3B724E;
}
</style>
border-color css
<style>
span { border-color: #3B724E; }
span { border-color: rgb(59,114,78); }
td.TdClassName
{
border-color: #3B724E;
}
.TagClassName
{
border-color: #3B724E;
}
</style>