Shades of Amazon #317045
Tints of Amazon #317045
RGB
CMYK
RGB Variations
Color information
#317045 (or 0x317045) is known color: Amazon. HEX triplet: 31, 70 and 45. RGB value is (49,112,69). Sum of RGB (Red+Green+Blue) = 49+112+69=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #317045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317045 is #CE8FBA. Grayscale: #585858. Windows color (decimal): -13537211 or 4550705. OLE color: 4550705.
HSL color Cylindrical-coordinate representation of color #317045: hue angle of 139.05º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #317045 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 112 | 69 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.56 |
| HSL | 139.05º | 0.39% | 0.32% | - |
| HSV(B) | 139.05º | 0.56% | 0.44% | - |
| XYZ | 8.13 | 12.67 | 7.65 | - |
| YUV | 88.26 | 117.13 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 112 | 69 | 0.56 | 0 | 0.38 | 0.56 | 139.05 | 0.39 | 0.32 |
| Hex | 31 | 70 | 45 | 38 | 0 | 26 | 38 | 8B | 27 | 20 |
| Octal | 61 | 160 | 105 | 70 | 0 | 46 | 70 | 213 | 47 | 40 |
| Binary | 110001 | 1110000 | 1000101 | 111000 | 0 | 100110 | 111000 | 10001011 | 100111 | 100000 |
Color Harmonies of #317045
Complementary color
Monochromatic Colors of #317045
Black with #317045
Text Example
Text Example
White with #317045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317045; }
p { color: rgb(49,112,69); }
H1.HeaderClassName
{
color: #317045;
}
.AnyTagClassName
{
color: #317045;
}
</style>
background-color css
<style>
a { background-color: #317045; }
a { background-color: rgb(49,112,69); }
div.DivClassName
{
background-color: #317045;
}
.BgClassName
{
background-color: #317045;
}
</style>
border-color css
<style>
span { border-color: #317045; }
span { border-color: rgb(49,112,69); }
td.TdClassName
{
border-color: #317045;
}
.TagClassName
{
border-color: #317045;
}
</style>