Shades of Amazon #317E4A
Tints of Amazon #317E4A
RGB
CMYK
RGB Variations
Color information
#317E4A (or 0x317E4A) is known color: Amazon. HEX triplet: 31, 7E and 4A. RGB value is (49,126,74). Sum of RGB (Red+Green+Blue) = 49+126+74=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 126 (49.61% from 255 or 50.60% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 126 - color contains mainly: green. Hex color #317E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317E4A is #CE81B5. Grayscale: #616161. Windows color (decimal): -13533622 or 4881969. OLE color: 4881969.
HSL color Cylindrical-coordinate representation of color #317E4A: hue angle of 139.48º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317E4A is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 126 | 74 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.51 |
| HSL | 139.48º | 0.44% | 0.34% | - |
| HSV(B) | 139.48º | 0.61% | 0.49% | - |
| XYZ | 9.96 | 16.07 | 9.06 | - |
| YUV | 97.05 | 114.99 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 126 | 74 | 0.61 | 0 | 0.41 | 0.51 | 139.48 | 0.44 | 0.34 |
| Hex | 31 | 7E | 4A | 3D | 0 | 29 | 33 | 8B | 2C | 22 |
| Octal | 61 | 176 | 112 | 75 | 0 | 51 | 63 | 213 | 54 | 42 |
| Binary | 110001 | 1111110 | 1001010 | 111101 | 0 | 101001 | 110011 | 10001011 | 101100 | 100010 |
Color Harmonies of #317E4A
Complementary color
Monochromatic Colors of #317E4A
Black with #317E4A
Text Example
Text Example
White with #317E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317E4A; }
p { color: rgb(49,126,74); }
H1.HeaderClassName
{
color: #317E4A;
}
.AnyTagClassName
{
color: #317E4A;
}
</style>
background-color css
<style>
a { background-color: #317E4A; }
a { background-color: rgb(49,126,74); }
div.DivClassName
{
background-color: #317E4A;
}
.BgClassName
{
background-color: #317E4A;
}
</style>
border-color css
<style>
span { border-color: #317E4A; }
span { border-color: rgb(49,126,74); }
td.TdClassName
{
border-color: #317E4A;
}
.TagClassName
{
border-color: #317E4A;
}
</style>