Shades of Amazon #317E58
Tints of Amazon #317E58
RGB
CMYK
RGB Variations
Color information
#317E58 (or 0x317E58) is known color: Amazon. HEX triplet: 31, 7E and 58. RGB value is (49,126,88). Sum of RGB (Red+Green+Blue) = 49+126+88=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 126 (49.61% from 255 or 47.91% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 126 - color contains mainly: green. Hex color #317E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317E58 is #CE81A7. Grayscale: #626262. Windows color (decimal): -13533608 or 5799473. OLE color: 5799473.
HSL color Cylindrical-coordinate representation of color #317E58: hue angle of 150.39º 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 #317E58 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 126 | 88 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.51 |
| HSL | 150.39º | 0.44% | 0.34% | - |
| HSV(B) | 150.39º | 0.61% | 0.49% | - |
| XYZ | 10.49 | 16.28 | 11.82 | - |
| YUV | 98.65 | 121.99 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 126 | 88 | 0.61 | 0 | 0.30 | 0.51 | 150.39 | 0.44 | 0.34 |
| Hex | 31 | 7E | 58 | 3D | 0 | 1E | 33 | 96 | 2C | 22 |
| Octal | 61 | 176 | 130 | 75 | 0 | 36 | 63 | 226 | 54 | 42 |
| Binary | 110001 | 1111110 | 1011000 | 111101 | 0 | 11110 | 110011 | 10010110 | 101100 | 100010 |
Color Harmonies of #317E58
Complementary color
Monochromatic Colors of #317E58
Black with #317E58
Text Example
Text Example
White with #317E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317E58; }
p { color: rgb(49,126,88); }
H1.HeaderClassName
{
color: #317E58;
}
.AnyTagClassName
{
color: #317E58;
}
</style>
background-color css
<style>
a { background-color: #317E58; }
a { background-color: rgb(49,126,88); }
div.DivClassName
{
background-color: #317E58;
}
.BgClassName
{
background-color: #317E58;
}
</style>
border-color css
<style>
span { border-color: #317E58; }
span { border-color: rgb(49,126,88); }
td.TdClassName
{
border-color: #317E58;
}
.TagClassName
{
border-color: #317E58;
}
</style>