Shades of Amazon #31754C
Tints of Amazon #31754C
RGB
CMYK
RGB Variations
Color information
#31754C (or 0x31754C) is known color: Amazon. HEX triplet: 31, 75 and 4C. RGB value is (49,117,76). Sum of RGB (Red+Green+Blue) = 49+117+76=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #31754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31754C is #CE8AB3. Grayscale: #5C5C5C. Windows color (decimal): -13535924 or 5010737. OLE color: 5010737.
HSL color Cylindrical-coordinate representation of color #31754C: hue angle of 143.82º degrees, saturation: 0.41, 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 #31754C is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 117 | 76 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.54 |
| HSL | 143.82º | 0.41% | 0.33% | - |
| HSV(B) | 143.82º | 0.58% | 0.46% | - |
| XYZ | 8.93 | 13.9 | 9.05 | - |
| YUV | 91.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 117 | 76 | 0.58 | 0 | 0.35 | 0.54 | 143.82 | 0.41 | 0.33 |
| Hex | 31 | 75 | 4C | 3A | 0 | 23 | 36 | 90 | 29 | 21 |
| Octal | 61 | 165 | 114 | 72 | 0 | 43 | 66 | 220 | 51 | 41 |
| Binary | 110001 | 1110101 | 1001100 | 111010 | 0 | 100011 | 110110 | 10010000 | 101001 | 100001 |
Color Harmonies of #31754C
Complementary color
Monochromatic Colors of #31754C
Black with #31754C
Text Example
Text Example
White with #31754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31754C; }
p { color: rgb(49,117,76); }
H1.HeaderClassName
{
color: #31754C;
}
.AnyTagClassName
{
color: #31754C;
}
</style>
background-color css
<style>
a { background-color: #31754C; }
a { background-color: rgb(49,117,76); }
div.DivClassName
{
background-color: #31754C;
}
.BgClassName
{
background-color: #31754C;
}
</style>
border-color css
<style>
span { border-color: #31754C; }
span { border-color: rgb(49,117,76); }
td.TdClassName
{
border-color: #31754C;
}
.TagClassName
{
border-color: #31754C;
}
</style>