Shades of Amazon #31795C
Tints of Amazon #31795C
RGB
CMYK
RGB Variations
Color information
#31795C (or 0x31795C) is known color: Amazon. HEX triplet: 31, 79 and 5C. RGB value is (49,121,92). Sum of RGB (Red+Green+Blue) = 49+121+92=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 121 - color contains mainly: green. Hex color #31795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31795C is #CE86A3. Grayscale: #606060. Windows color (decimal): -13534884 or 6060337. OLE color: 6060337.
HSL color Cylindrical-coordinate representation of color #31795C: hue angle of 155.83º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31795C is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 121 | 92 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.53 |
| HSL | 155.83º | 0.42% | 0.33% | - |
| HSV(B) | 155.83º | 0.6% | 0.47% | - |
| XYZ | 10.04 | 15.1 | 12.51 | - |
| YUV | 96.17 | 125.65 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 121 | 92 | 0.60 | 0 | 0.24 | 0.53 | 155.83 | 0.42 | 0.33 |
| Hex | 31 | 79 | 5C | 3C | 0 | 18 | 35 | 9C | 2A | 21 |
| Octal | 61 | 171 | 134 | 74 | 0 | 30 | 65 | 234 | 52 | 41 |
| Binary | 110001 | 1111001 | 1011100 | 111100 | 0 | 11000 | 110101 | 10011100 | 101010 | 100001 |
Color Harmonies of #31795C
Complementary color
Monochromatic Colors of #31795C
Black with #31795C
Text Example
Text Example
White with #31795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31795C; }
p { color: rgb(49,121,92); }
H1.HeaderClassName
{
color: #31795C;
}
.AnyTagClassName
{
color: #31795C;
}
</style>
background-color css
<style>
a { background-color: #31795C; }
a { background-color: rgb(49,121,92); }
div.DivClassName
{
background-color: #31795C;
}
.BgClassName
{
background-color: #31795C;
}
</style>
border-color css
<style>
span { border-color: #31795C; }
span { border-color: rgb(49,121,92); }
td.TdClassName
{
border-color: #31795C;
}
.TagClassName
{
border-color: #31795C;
}
</style>