Shades of Amazon #32764A
Tints of Amazon #32764A
RGB
CMYK
RGB Variations
Color information
#32764A (or 0x32764A) is known color: Amazon. HEX triplet: 32, 76 and 4A. RGB value is (50,118,74). Sum of RGB (Red+Green+Blue) = 50+118+74=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #32764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32764A is #CD89B5. Grayscale: #5C5C5C. Windows color (decimal): -13470134 or 4879922. OLE color: 4879922.
HSL color Cylindrical-coordinate representation of color #32764A: hue angle of 141.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32764A is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 118 | 74 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.54 |
| HSL | 141.18º | 0.4% | 0.33% | - |
| HSV(B) | 141.18º | 0.58% | 0.46% | - |
| XYZ | 9.03 | 14.13 | 8.73 | - |
| YUV | 92.65 | 117.47 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 74 | 0.58 | 0 | 0.37 | 0.54 | 141.18 | 0.4 | 0.33 |
| Hex | 32 | 76 | 4A | 3A | 0 | 25 | 36 | 8D | 28 | 21 |
| Octal | 62 | 166 | 112 | 72 | 0 | 45 | 66 | 215 | 50 | 41 |
| Binary | 110010 | 1110110 | 1001010 | 111010 | 0 | 100101 | 110110 | 10001101 | 101000 | 100001 |
Color Harmonies of #32764A
Complementary color
Monochromatic Colors of #32764A
Black with #32764A
Text Example
Text Example
White with #32764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32764A; }
p { color: rgb(50,118,74); }
H1.HeaderClassName
{
color: #32764A;
}
.AnyTagClassName
{
color: #32764A;
}
</style>
background-color css
<style>
a { background-color: #32764A; }
a { background-color: rgb(50,118,74); }
div.DivClassName
{
background-color: #32764A;
}
.BgClassName
{
background-color: #32764A;
}
</style>
border-color css
<style>
span { border-color: #32764A; }
span { border-color: rgb(50,118,74); }
td.TdClassName
{
border-color: #32764A;
}
.TagClassName
{
border-color: #32764A;
}
</style>