Shades of Amazon #31754A
Tints of Amazon #31754A
RGB
CMYK
RGB Variations
Color information
#31754A (or 0x31754A) is known color: Amazon. HEX triplet: 31, 75 and 4A. RGB value is (49,117,74). Sum of RGB (Red+Green+Blue) = 49+117+74=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #31754A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31754A is #CE8AB5. Grayscale: #5B5B5B. Windows color (decimal): -13535926 or 4879665. OLE color: 4879665.
HSL color Cylindrical-coordinate representation of color #31754A: hue angle of 142.06º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31754A is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 117 | 74 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.54 |
| HSL | 142.06º | 0.41% | 0.33% | - |
| HSV(B) | 142.06º | 0.58% | 0.46% | - |
| XYZ | 8.86 | 13.87 | 8.69 | - |
| YUV | 91.77 | 117.97 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 117 | 74 | 0.58 | 0 | 0.37 | 0.54 | 142.06 | 0.41 | 0.33 |
| Hex | 31 | 75 | 4A | 3A | 0 | 25 | 36 | 8E | 29 | 21 |
| Octal | 61 | 165 | 112 | 72 | 0 | 45 | 66 | 216 | 51 | 41 |
| Binary | 110001 | 1110101 | 1001010 | 111010 | 0 | 100101 | 110110 | 10001110 | 101001 | 100001 |
Color Harmonies of #31754A
Complementary color
Monochromatic Colors of #31754A
Black with #31754A
Text Example
Text Example
White with #31754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31754A; }
p { color: rgb(49,117,74); }
H1.HeaderClassName
{
color: #31754A;
}
.AnyTagClassName
{
color: #31754A;
}
</style>
background-color css
<style>
a { background-color: #31754A; }
a { background-color: rgb(49,117,74); }
div.DivClassName
{
background-color: #31754A;
}
.BgClassName
{
background-color: #31754A;
}
</style>
border-color css
<style>
span { border-color: #31754A; }
span { border-color: rgb(49,117,74); }
td.TdClassName
{
border-color: #31754A;
}
.TagClassName
{
border-color: #31754A;
}
</style>