Shades of Amazon #3B724A
Tints of Amazon #3B724A
RGB
CMYK
RGB Variations
Color information
#3B724A (or 0x3B724A) is known color: Amazon. HEX triplet: 3B, 72 and 4A. RGB value is (59,114,74). Sum of RGB (Red+Green+Blue) = 59+114+74=247 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.89% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #3B724A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B724A is #C48DB5. Grayscale: #5D5D5D. Windows color (decimal): -12881334 or 4878907. OLE color: 4878907.
HSL color Cylindrical-coordinate representation of color #3B724A: hue angle of 136.36º 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 #3B724A is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 114 | 74 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.55 |
| HSL | 136.36º | 0.32% | 0.34% | - |
| HSV(B) | 136.36º | 0.48% | 0.45% | - |
| XYZ | 9.06 | 13.46 | 8.6 | - |
| YUV | 93 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 114 | 74 | 0.48 | 0 | 0.35 | 0.55 | 136.36 | 0.32 | 0.34 |
| Hex | 3B | 72 | 4A | 30 | 0 | 23 | 37 | 88 | 20 | 22 |
| Octal | 73 | 162 | 112 | 60 | 0 | 43 | 67 | 210 | 40 | 42 |
| Binary | 111011 | 1110010 | 1001010 | 110000 | 0 | 100011 | 110111 | 10001000 | 100000 | 100010 |
Color Harmonies of #3B724A
Complementary color
Monochromatic Colors of #3B724A
Black with #3B724A
Text Example
Text Example
White with #3B724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B724A; }
p { color: rgb(59,114,74); }
H1.HeaderClassName
{
color: #3B724A;
}
.AnyTagClassName
{
color: #3B724A;
}
</style>
background-color css
<style>
a { background-color: #3B724A; }
a { background-color: rgb(59,114,74); }
div.DivClassName
{
background-color: #3B724A;
}
.BgClassName
{
background-color: #3B724A;
}
</style>
border-color css
<style>
span { border-color: #3B724A; }
span { border-color: rgb(59,114,74); }
td.TdClassName
{
border-color: #3B724A;
}
.TagClassName
{
border-color: #3B724A;
}
</style>