Shades of Amazon #317F4B
Tints of Amazon #317F4B
RGB
CMYK
RGB Variations
Color information
#317F4B (or 0x317F4B) is known color: Amazon. HEX triplet: 31, 7F and 4B. RGB value is (49,127,75). Sum of RGB (Red+Green+Blue) = 49+127+75=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 127 (50% from 255 or 50.60% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 127 - color contains mainly: green. Hex color #317F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317F4B is #CE80B4. Grayscale: #616161. Windows color (decimal): -13533365 or 4947761. OLE color: 4947761.
HSL color Cylindrical-coordinate representation of color #317F4B: hue angle of 140º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317F4B is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 127 | 75 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.50 |
| HSL | 140º | 0.44% | 0.35% | - |
| HSV(B) | 140º | 0.61% | 0.5% | - |
| XYZ | 10.13 | 16.34 | 9.28 | - |
| YUV | 97.75 | 115.16 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 127 | 75 | 0.61 | 0 | 0.41 | 0.50 | 140 | 0.44 | 0.35 |
| Hex | 31 | 7F | 4B | 3D | 0 | 29 | 32 | 8C | 2C | 23 |
| Octal | 61 | 177 | 113 | 75 | 0 | 51 | 62 | 214 | 54 | 43 |
| Binary | 110001 | 1111111 | 1001011 | 111101 | 0 | 101001 | 110010 | 10001100 | 101100 | 100011 |
Color Harmonies of #317F4B
Complementary color
Monochromatic Colors of #317F4B
Black with #317F4B
Text Example
Text Example
White with #317F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317F4B; }
p { color: rgb(49,127,75); }
H1.HeaderClassName
{
color: #317F4B;
}
.AnyTagClassName
{
color: #317F4B;
}
</style>
background-color css
<style>
a { background-color: #317F4B; }
a { background-color: rgb(49,127,75); }
div.DivClassName
{
background-color: #317F4B;
}
.BgClassName
{
background-color: #317F4B;
}
</style>
border-color css
<style>
span { border-color: #317F4B; }
span { border-color: rgb(49,127,75); }
td.TdClassName
{
border-color: #317F4B;
}
.TagClassName
{
border-color: #317F4B;
}
</style>