Shades of Amazon #32744E
Tints of Amazon #32744E
RGB
CMYK
RGB Variations
Color information
#32744E (or 0x32744E) is known color: Amazon. HEX triplet: 32, 74 and 4E. RGB value is (50,116,78). Sum of RGB (Red+Green+Blue) = 50+116+78=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 116 - color contains mainly: green. Hex color #32744E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32744E is #CD8BB1. Grayscale: #5C5C5C. Windows color (decimal): -13470642 or 5141554. OLE color: 5141554.
HSL color Cylindrical-coordinate representation of color #32744E: hue angle of 145.45º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32744E is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 116 | 78 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.55 |
| HSL | 145.45º | 0.4% | 0.33% | - |
| HSV(B) | 145.45º | 0.57% | 0.45% | - |
| XYZ | 8.94 | 13.72 | 9.38 | - |
| YUV | 91.93 | 120.13 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 116 | 78 | 0.57 | 0 | 0.33 | 0.55 | 145.45 | 0.4 | 0.33 |
| Hex | 32 | 74 | 4E | 39 | 0 | 21 | 37 | 91 | 28 | 21 |
| Octal | 62 | 164 | 116 | 71 | 0 | 41 | 67 | 221 | 50 | 41 |
| Binary | 110010 | 1110100 | 1001110 | 111001 | 0 | 100001 | 110111 | 10010001 | 101000 | 100001 |
Color Harmonies of #32744E
Complementary color
Monochromatic Colors of #32744E
Black with #32744E
Text Example
Text Example
White with #32744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32744E; }
p { color: rgb(50,116,78); }
H1.HeaderClassName
{
color: #32744E;
}
.AnyTagClassName
{
color: #32744E;
}
</style>
background-color css
<style>
a { background-color: #32744E; }
a { background-color: rgb(50,116,78); }
div.DivClassName
{
background-color: #32744E;
}
.BgClassName
{
background-color: #32744E;
}
</style>
border-color css
<style>
span { border-color: #32744E; }
span { border-color: rgb(50,116,78); }
td.TdClassName
{
border-color: #32744E;
}
.TagClassName
{
border-color: #32744E;
}
</style>