Shades of Amazon #317E4B
Tints of Amazon #317E4B
RGB
CMYK
RGB Variations
Color information
#317E4B (or 0x317E4B) is known color: Amazon. HEX triplet: 31, 7E and 4B. RGB value is (49,126,75). Sum of RGB (Red+Green+Blue) = 49+126+75=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 126 (49.61% from 255 or 50.4% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 126 - color contains mainly: green. Hex color #317E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317E4B is #CE81B4. Grayscale: #616161. Windows color (decimal): -13533621 or 4947505. OLE color: 4947505.
HSL color Cylindrical-coordinate representation of color #317E4B: hue angle of 140.26º 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 #317E4B is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 126 | 75 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.51 |
| HSL | 140.26º | 0.44% | 0.34% | - |
| HSV(B) | 140.26º | 0.61% | 0.49% | - |
| XYZ | 10 | 16.08 | 9.23 | - |
| YUV | 97.16 | 115.49 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 126 | 75 | 0.61 | 0 | 0.40 | 0.51 | 140.26 | 0.44 | 0.34 |
| Hex | 31 | 7E | 4B | 3D | 0 | 28 | 33 | 8C | 2C | 22 |
| Octal | 61 | 176 | 113 | 75 | 0 | 50 | 63 | 214 | 54 | 42 |
| Binary | 110001 | 1111110 | 1001011 | 111101 | 0 | 101000 | 110011 | 10001100 | 101100 | 100010 |
Color Harmonies of #317E4B
Complementary color
Monochromatic Colors of #317E4B
Black with #317E4B
Text Example
Text Example
White with #317E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317E4B; }
p { color: rgb(49,126,75); }
H1.HeaderClassName
{
color: #317E4B;
}
.AnyTagClassName
{
color: #317E4B;
}
</style>
background-color css
<style>
a { background-color: #317E4B; }
a { background-color: rgb(49,126,75); }
div.DivClassName
{
background-color: #317E4B;
}
.BgClassName
{
background-color: #317E4B;
}
</style>
border-color css
<style>
span { border-color: #317E4B; }
span { border-color: rgb(49,126,75); }
td.TdClassName
{
border-color: #317E4B;
}
.TagClassName
{
border-color: #317E4B;
}
</style>