Shades of Amazon #3C775D
Tints of Amazon #3C775D
RGB
CMYK
RGB Variations
Color information
#3C775D (or 0x3C775D) is known color: Amazon. HEX triplet: 3C, 77 and 5D. RGB value is (60,119,93). Sum of RGB (Red+Green+Blue) = 60+119+93=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #3C775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C775D is #C388A2. Grayscale: #626262. Windows color (decimal): -12814499 or 6125372. OLE color: 6125372.
HSL color Cylindrical-coordinate representation of color #3C775D: hue angle of 153.56º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C775D is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 119 | 93 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.53 |
| HSL | 153.56º | 0.33% | 0.35% | - |
| HSV(B) | 153.56º | 0.5% | 0.47% | - |
| XYZ | 10.44 | 14.94 | 12.69 | - |
| YUV | 98.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 119 | 93 | 0.50 | 0 | 0.22 | 0.53 | 153.56 | 0.33 | 0.35 |
| Hex | 3C | 77 | 5D | 32 | 0 | 16 | 35 | 9A | 21 | 23 |
| Octal | 74 | 167 | 135 | 62 | 0 | 26 | 65 | 232 | 41 | 43 |
| Binary | 111100 | 1110111 | 1011101 | 110010 | 0 | 10110 | 110101 | 10011010 | 100001 | 100011 |
Color Harmonies of #3C775D
Complementary color
Monochromatic Colors of #3C775D
Black with #3C775D
Text Example
Text Example
White with #3C775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C775D; }
p { color: rgb(60,119,93); }
H1.HeaderClassName
{
color: #3C775D;
}
.AnyTagClassName
{
color: #3C775D;
}
</style>
background-color css
<style>
a { background-color: #3C775D; }
a { background-color: rgb(60,119,93); }
div.DivClassName
{
background-color: #3C775D;
}
.BgClassName
{
background-color: #3C775D;
}
</style>
border-color css
<style>
span { border-color: #3C775D; }
span { border-color: rgb(60,119,93); }
td.TdClassName
{
border-color: #3C775D;
}
.TagClassName
{
border-color: #3C775D;
}
</style>