Shades of Amazon #31754F
Tints of Amazon #31754F
RGB
CMYK
RGB Variations
Color information
#31754F (or 0x31754F) is known color: Amazon. HEX triplet: 31, 75 and 4F. RGB value is (49,117,79). Sum of RGB (Red+Green+Blue) = 49+117+79=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #31754F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31754F is #CE8AB0. Grayscale: #5C5C5C. Windows color (decimal): -13535921 or 5207345. OLE color: 5207345.
HSL color Cylindrical-coordinate representation of color #31754F: hue angle of 146.47º 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 #31754F is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 117 | 79 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.54 |
| HSL | 146.47º | 0.41% | 0.33% | - |
| HSV(B) | 146.47º | 0.58% | 0.46% | - |
| XYZ | 9.04 | 13.94 | 9.61 | - |
| YUV | 92.34 | 120.47 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 117 | 79 | 0.58 | 0 | 0.32 | 0.54 | 146.47 | 0.41 | 0.33 |
| Hex | 31 | 75 | 4F | 3A | 0 | 20 | 36 | 92 | 29 | 21 |
| Octal | 61 | 165 | 117 | 72 | 0 | 40 | 66 | 222 | 51 | 41 |
| Binary | 110001 | 1110101 | 1001111 | 111010 | 0 | 100000 | 110110 | 10010010 | 101001 | 100001 |
Color Harmonies of #31754F
Complementary color
Monochromatic Colors of #31754F
Black with #31754F
Text Example
Text Example
White with #31754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31754F; }
p { color: rgb(49,117,79); }
H1.HeaderClassName
{
color: #31754F;
}
.AnyTagClassName
{
color: #31754F;
}
</style>
background-color css
<style>
a { background-color: #31754F; }
a { background-color: rgb(49,117,79); }
div.DivClassName
{
background-color: #31754F;
}
.BgClassName
{
background-color: #31754F;
}
</style>
border-color css
<style>
span { border-color: #31754F; }
span { border-color: rgb(49,117,79); }
td.TdClassName
{
border-color: #31754F;
}
.TagClassName
{
border-color: #31754F;
}
</style>