Shades of Amazon #317145
Tints of Amazon #317145
RGB
CMYK
RGB Variations
Color information
#317145 (or 0x317145) is known color: Amazon. HEX triplet: 31, 71 and 45. RGB value is (49,113,69). Sum of RGB (Red+Green+Blue) = 49+113+69=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #317145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317145 is #CE8EBA. Grayscale: #585858. Windows color (decimal): -13536955 or 4550961. OLE color: 4550961.
HSL color Cylindrical-coordinate representation of color #317145: hue angle of 138.75º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317145 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 113 | 69 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.56 |
| HSL | 138.75º | 0.4% | 0.32% | - |
| HSV(B) | 138.75º | 0.57% | 0.44% | - |
| XYZ | 8.25 | 12.89 | 7.68 | - |
| YUV | 88.85 | 116.8 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 113 | 69 | 0.57 | 0 | 0.39 | 0.56 | 138.75 | 0.4 | 0.32 |
| Hex | 31 | 71 | 45 | 39 | 0 | 27 | 38 | 8B | 28 | 20 |
| Octal | 61 | 161 | 105 | 71 | 0 | 47 | 70 | 213 | 50 | 40 |
| Binary | 110001 | 1110001 | 1000101 | 111001 | 0 | 100111 | 111000 | 10001011 | 101000 | 100000 |
Color Harmonies of #317145
Complementary color
Monochromatic Colors of #317145
Black with #317145
Text Example
Text Example
White with #317145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317145; }
p { color: rgb(49,113,69); }
H1.HeaderClassName
{
color: #317145;
}
.AnyTagClassName
{
color: #317145;
}
</style>
background-color css
<style>
a { background-color: #317145; }
a { background-color: rgb(49,113,69); }
div.DivClassName
{
background-color: #317145;
}
.BgClassName
{
background-color: #317145;
}
</style>
border-color css
<style>
span { border-color: #317145; }
span { border-color: rgb(49,113,69); }
td.TdClassName
{
border-color: #317145;
}
.TagClassName
{
border-color: #317145;
}
</style>