Shades of Amazon #3C6C50
Tints of Amazon #3C6C50
RGB
CMYK
RGB Variations
Color information
#3C6C50 (or 0x3C6C50) is known color: Amazon. HEX triplet: 3C, 6C and 50. RGB value is (60,108,80). Sum of RGB (Red+Green+Blue) = 60+108+80=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 108 - color contains mainly: green. Hex color #3C6C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6C50 is #C393AF. Grayscale: #5A5A5A. Windows color (decimal): -12817328 or 5270588. OLE color: 5270588.
HSL color Cylindrical-coordinate representation of color #3C6C50: hue angle of 145º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C6C50 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 108 | 80 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.58 |
| HSL | 145º | 0.29% | 0.33% | - |
| HSV(B) | 145º | 0.44% | 0.42% | - |
| XYZ | 8.67 | 12.26 | 9.5 | - |
| YUV | 90.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 108 | 80 | 0.44 | 0 | 0.26 | 0.58 | 145 | 0.29 | 0.33 |
| Hex | 3C | 6C | 50 | 2C | 0 | 1A | 3A | 91 | 1D | 21 |
| Octal | 74 | 154 | 120 | 54 | 0 | 32 | 72 | 221 | 35 | 41 |
| Binary | 111100 | 1101100 | 1010000 | 101100 | 0 | 11010 | 111010 | 10010001 | 11101 | 100001 |
Color Harmonies of #3C6C50
Complementary color
Monochromatic Colors of #3C6C50
Black with #3C6C50
Text Example
Text Example
White with #3C6C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6C50; }
p { color: rgb(60,108,80); }
H1.HeaderClassName
{
color: #3C6C50;
}
.AnyTagClassName
{
color: #3C6C50;
}
</style>
background-color css
<style>
a { background-color: #3C6C50; }
a { background-color: rgb(60,108,80); }
div.DivClassName
{
background-color: #3C6C50;
}
.BgClassName
{
background-color: #3C6C50;
}
</style>
border-color css
<style>
span { border-color: #3C6C50; }
span { border-color: rgb(60,108,80); }
td.TdClassName
{
border-color: #3C6C50;
}
.TagClassName
{
border-color: #3C6C50;
}
</style>