Shades of Amazon #317744
Tints of Amazon #317744
RGB
CMYK
RGB Variations
Color information
#317744 (or 0x317744) is known color: Amazon. HEX triplet: 31, 77 and 44. RGB value is (49,119,68). Sum of RGB (Red+Green+Blue) = 49+119+68=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #317744 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317744 is #CE88BB. Grayscale: #5C5C5C. Windows color (decimal): -13535420 or 4486961. OLE color: 4486961.
HSL color Cylindrical-coordinate representation of color #317744: hue angle of 136.29º 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 #317744 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 119 | 68 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.53 |
| HSL | 136.29º | 0.42% | 0.33% | - |
| HSV(B) | 136.29º | 0.59% | 0.47% | - |
| XYZ | 8.91 | 14.26 | 7.75 | - |
| YUV | 92.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 119 | 68 | 0.59 | 0 | 0.43 | 0.53 | 136.29 | 0.42 | 0.33 |
| Hex | 31 | 77 | 44 | 3B | 0 | 2B | 35 | 88 | 2A | 21 |
| Octal | 61 | 167 | 104 | 73 | 0 | 53 | 65 | 210 | 52 | 41 |
| Binary | 110001 | 1110111 | 1000100 | 111011 | 0 | 101011 | 110101 | 10001000 | 101010 | 100001 |
Color Harmonies of #317744
Complementary color
Monochromatic Colors of #317744
Black with #317744
Text Example
Text Example
White with #317744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317744; }
p { color: rgb(49,119,68); }
H1.HeaderClassName
{
color: #317744;
}
.AnyTagClassName
{
color: #317744;
}
</style>
background-color css
<style>
a { background-color: #317744; }
a { background-color: rgb(49,119,68); }
div.DivClassName
{
background-color: #317744;
}
.BgClassName
{
background-color: #317744;
}
</style>
border-color css
<style>
span { border-color: #317744; }
span { border-color: rgb(49,119,68); }
td.TdClassName
{
border-color: #317744;
}
.TagClassName
{
border-color: #317744;
}
</style>