Shades of Amazon #32744B
Tints of Amazon #32744B
RGB
CMYK
RGB Variations
Color information
#32744B (or 0x32744B) is known color: Amazon. HEX triplet: 32, 74 and 4B. RGB value is (50,116,75). Sum of RGB (Red+Green+Blue) = 50+116+75=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #32744B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32744B is #CD8BB4. Grayscale: #5B5B5B. Windows color (decimal): -13470645 or 4944946. OLE color: 4944946.
HSL color Cylindrical-coordinate representation of color #32744B: hue angle of 142.73º 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 #32744B is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 116 | 75 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.55 |
| HSL | 142.73º | 0.4% | 0.33% | - |
| HSV(B) | 142.73º | 0.57% | 0.45% | - |
| XYZ | 8.83 | 13.68 | 8.83 | - |
| YUV | 91.59 | 118.63 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 116 | 75 | 0.57 | 0 | 0.35 | 0.55 | 142.73 | 0.4 | 0.33 |
| Hex | 32 | 74 | 4B | 39 | 0 | 23 | 37 | 8F | 28 | 21 |
| Octal | 62 | 164 | 113 | 71 | 0 | 43 | 67 | 217 | 50 | 41 |
| Binary | 110010 | 1110100 | 1001011 | 111001 | 0 | 100011 | 110111 | 10001111 | 101000 | 100001 |
Color Harmonies of #32744B
Complementary color
Monochromatic Colors of #32744B
Black with #32744B
Text Example
Text Example
White with #32744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32744B; }
p { color: rgb(50,116,75); }
H1.HeaderClassName
{
color: #32744B;
}
.AnyTagClassName
{
color: #32744B;
}
</style>
background-color css
<style>
a { background-color: #32744B; }
a { background-color: rgb(50,116,75); }
div.DivClassName
{
background-color: #32744B;
}
.BgClassName
{
background-color: #32744B;
}
</style>
border-color css
<style>
span { border-color: #32744B; }
span { border-color: rgb(50,116,75); }
td.TdClassName
{
border-color: #32744B;
}
.TagClassName
{
border-color: #32744B;
}
</style>