Shades of Amazon #32794B
Tints of Amazon #32794B
RGB
CMYK
RGB Variations
Color information
#32794B (or 0x32794B) is known color: Amazon. HEX triplet: 32, 79 and 4B. RGB value is (50,121,75). Sum of RGB (Red+Green+Blue) = 50+121+75=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #32794B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32794B is #CD86B4. Grayscale: #5E5E5E. Windows color (decimal): -13469365 or 4946226. OLE color: 4946226.
HSL color Cylindrical-coordinate representation of color #32794B: hue angle of 141.13º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32794B is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 121 | 75 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.53 |
| HSL | 141.13º | 0.42% | 0.34% | - |
| HSV(B) | 141.13º | 0.59% | 0.47% | - |
| XYZ | 9.42 | 14.86 | 9.03 | - |
| YUV | 94.53 | 116.98 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 121 | 75 | 0.59 | 0 | 0.38 | 0.53 | 141.13 | 0.42 | 0.34 |
| Hex | 32 | 79 | 4B | 3B | 0 | 26 | 35 | 8D | 2A | 22 |
| Octal | 62 | 171 | 113 | 73 | 0 | 46 | 65 | 215 | 52 | 42 |
| Binary | 110010 | 1111001 | 1001011 | 111011 | 0 | 100110 | 110101 | 10001101 | 101010 | 100010 |
Color Harmonies of #32794B
Complementary color
Monochromatic Colors of #32794B
Black with #32794B
Text Example
Text Example
White with #32794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32794B; }
p { color: rgb(50,121,75); }
H1.HeaderClassName
{
color: #32794B;
}
.AnyTagClassName
{
color: #32794B;
}
</style>
background-color css
<style>
a { background-color: #32794B; }
a { background-color: rgb(50,121,75); }
div.DivClassName
{
background-color: #32794B;
}
.BgClassName
{
background-color: #32794B;
}
</style>
border-color css
<style>
span { border-color: #32794B; }
span { border-color: rgb(50,121,75); }
td.TdClassName
{
border-color: #32794B;
}
.TagClassName
{
border-color: #32794B;
}
</style>