Shades of Amazon #32765B
Tints of Amazon #32765B
RGB
CMYK
RGB Variations
Color information
#32765B (or 0x32765B) is known color: Amazon. HEX triplet: 32, 76 and 5B. RGB value is (50,118,91). Sum of RGB (Red+Green+Blue) = 50+118+91=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #32765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32765B is #CD89A4. Grayscale: #5E5E5E. Windows color (decimal): -13470117 or 5994034. OLE color: 5994034.
HSL color Cylindrical-coordinate representation of color #32765B: hue angle of 156.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 #32765B is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 118 | 91 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.54 |
| HSL | 156.18º | 0.4% | 0.33% | - |
| HSV(B) | 156.18º | 0.58% | 0.46% | - |
| XYZ | 9.68 | 14.39 | 12.16 | - |
| YUV | 94.59 | 125.97 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 91 | 0.58 | 0 | 0.23 | 0.54 | 156.18 | 0.4 | 0.33 |
| Hex | 32 | 76 | 5B | 3A | 0 | 17 | 36 | 9C | 28 | 21 |
| Octal | 62 | 166 | 133 | 72 | 0 | 27 | 66 | 234 | 50 | 41 |
| Binary | 110010 | 1110110 | 1011011 | 111010 | 0 | 10111 | 110110 | 10011100 | 101000 | 100001 |
Color Harmonies of #32765B
Complementary color
Monochromatic Colors of #32765B
Black with #32765B
Text Example
Text Example
White with #32765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32765B; }
p { color: rgb(50,118,91); }
H1.HeaderClassName
{
color: #32765B;
}
.AnyTagClassName
{
color: #32765B;
}
</style>
background-color css
<style>
a { background-color: #32765B; }
a { background-color: rgb(50,118,91); }
div.DivClassName
{
background-color: #32765B;
}
.BgClassName
{
background-color: #32765B;
}
</style>
border-color css
<style>
span { border-color: #32765B; }
span { border-color: rgb(50,118,91); }
td.TdClassName
{
border-color: #32765B;
}
.TagClassName
{
border-color: #32765B;
}
</style>