Shades of Amazon #317844
Tints of Amazon #317844
RGB
CMYK
RGB Variations
Color information
#317844 (or 0x317844) is known color: Amazon. HEX triplet: 31, 78 and 44. RGB value is (49,120,68). Sum of RGB (Red+Green+Blue) = 49+120+68=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #317844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317844 is #CE87BB. Grayscale: #5C5C5C. Windows color (decimal): -13535164 or 4487217. OLE color: 4487217.
HSL color Cylindrical-coordinate representation of color #317844: hue angle of 136.06º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317844 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 120 | 68 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.53 |
| HSL | 136.06º | 0.42% | 0.33% | - |
| HSV(B) | 136.06º | 0.59% | 0.47% | - |
| XYZ | 9.03 | 14.5 | 7.79 | - |
| YUV | 92.84 | 113.98 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 120 | 68 | 0.59 | 0 | 0.43 | 0.53 | 136.06 | 0.42 | 0.33 |
| Hex | 31 | 78 | 44 | 3B | 0 | 2B | 35 | 88 | 2A | 21 |
| Octal | 61 | 170 | 104 | 73 | 0 | 53 | 65 | 210 | 52 | 41 |
| Binary | 110001 | 1111000 | 1000100 | 111011 | 0 | 101011 | 110101 | 10001000 | 101010 | 100001 |
Color Harmonies of #317844
Complementary color
Monochromatic Colors of #317844
Black with #317844
Text Example
Text Example
White with #317844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317844; }
p { color: rgb(49,120,68); }
H1.HeaderClassName
{
color: #317844;
}
.AnyTagClassName
{
color: #317844;
}
</style>
background-color css
<style>
a { background-color: #317844; }
a { background-color: rgb(49,120,68); }
div.DivClassName
{
background-color: #317844;
}
.BgClassName
{
background-color: #317844;
}
</style>
border-color css
<style>
span { border-color: #317844; }
span { border-color: rgb(49,120,68); }
td.TdClassName
{
border-color: #317844;
}
.TagClassName
{
border-color: #317844;
}
</style>