Shades of Amazon #327D5D
Tints of Amazon #327D5D
RGB
CMYK
RGB Variations
Color information
#327D5D (or 0x327D5D) is known color: Amazon. HEX triplet: 32, 7D and 5D. RGB value is (50,125,93). Sum of RGB (Red+Green+Blue) = 50+125+93=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 125 (49.22% from 255 or 46.64% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 125 - color contains mainly: green. Hex color #327D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327D5D is #CD82A2. Grayscale: #626262. Windows color (decimal): -13468323 or 6126898. OLE color: 6126898.
HSL color Cylindrical-coordinate representation of color #327D5D: hue angle of 154.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327D5D is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 125 | 93 | - |
| CMYK | 0.60 | 0 | 0.26 | 0.51 |
| HSL | 154.4º | 0.43% | 0.34% | - |
| HSV(B) | 154.4º | 0.6% | 0.49% | - |
| XYZ | 10.62 | 16.14 | 12.91 | - |
| YUV | 98.93 | 124.65 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 125 | 93 | 0.60 | 0 | 0.26 | 0.51 | 154.4 | 0.43 | 0.34 |
| Hex | 32 | 7D | 5D | 3C | 0 | 1A | 33 | 9A | 2B | 22 |
| Octal | 62 | 175 | 135 | 74 | 0 | 32 | 63 | 232 | 53 | 42 |
| Binary | 110010 | 1111101 | 1011101 | 111100 | 0 | 11010 | 110011 | 10011010 | 101011 | 100010 |
Color Harmonies of #327D5D
Complementary color
Monochromatic Colors of #327D5D
Black with #327D5D
Text Example
Text Example
White with #327D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327D5D; }
p { color: rgb(50,125,93); }
H1.HeaderClassName
{
color: #327D5D;
}
.AnyTagClassName
{
color: #327D5D;
}
</style>
background-color css
<style>
a { background-color: #327D5D; }
a { background-color: rgb(50,125,93); }
div.DivClassName
{
background-color: #327D5D;
}
.BgClassName
{
background-color: #327D5D;
}
</style>
border-color css
<style>
span { border-color: #327D5D; }
span { border-color: rgb(50,125,93); }
td.TdClassName
{
border-color: #327D5D;
}
.TagClassName
{
border-color: #327D5D;
}
</style>