Shades of Amazon #317952
Tints of Amazon #317952
RGB
CMYK
RGB Variations
Color information
#317952 (or 0x317952) is known color: Amazon. HEX triplet: 31, 79 and 52. RGB value is (49,121,82). Sum of RGB (Red+Green+Blue) = 49+121+82=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #317952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317952 is #CE86AD. Grayscale: #5F5F5F. Windows color (decimal): -13534894 or 5404977. OLE color: 5404977.
HSL color Cylindrical-coordinate representation of color #317952: hue angle of 147.5º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317952 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 121 | 82 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.53 |
| HSL | 147.5º | 0.42% | 0.33% | - |
| HSV(B) | 147.5º | 0.6% | 0.47% | - |
| XYZ | 9.63 | 14.94 | 10.36 | - |
| YUV | 95.03 | 120.65 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 121 | 82 | 0.60 | 0 | 0.32 | 0.53 | 147.5 | 0.42 | 0.33 |
| Hex | 31 | 79 | 52 | 3C | 0 | 20 | 35 | 94 | 2A | 21 |
| Octal | 61 | 171 | 122 | 74 | 0 | 40 | 65 | 224 | 52 | 41 |
| Binary | 110001 | 1111001 | 1010010 | 111100 | 0 | 100000 | 110101 | 10010100 | 101010 | 100001 |
Color Harmonies of #317952
Complementary color
Monochromatic Colors of #317952
Black with #317952
Text Example
Text Example
White with #317952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317952; }
p { color: rgb(49,121,82); }
H1.HeaderClassName
{
color: #317952;
}
.AnyTagClassName
{
color: #317952;
}
</style>
background-color css
<style>
a { background-color: #317952; }
a { background-color: rgb(49,121,82); }
div.DivClassName
{
background-color: #317952;
}
.BgClassName
{
background-color: #317952;
}
</style>
border-color css
<style>
span { border-color: #317952; }
span { border-color: rgb(49,121,82); }
td.TdClassName
{
border-color: #317952;
}
.TagClassName
{
border-color: #317952;
}
</style>