Shades of Amazon #3C6F55
Tints of Amazon #3C6F55
RGB
CMYK
RGB Variations
Color information
#3C6F55 (or 0x3C6F55) is known color: Amazon. HEX triplet: 3C, 6F and 55. RGB value is (60,111,85). Sum of RGB (Red+Green+Blue) = 60+111+85=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6F55 is #C390AA. Grayscale: #5C5C5C. Windows color (decimal): -12816555 or 5599036. OLE color: 5599036.
HSL color Cylindrical-coordinate representation of color #3C6F55: hue angle of 149.41º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C6F55 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 111 | 85 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.56 |
| HSL | 149.41º | 0.3% | 0.34% | - |
| HSV(B) | 149.41º | 0.46% | 0.44% | - |
| XYZ | 9.19 | 12.99 | 10.62 | - |
| YUV | 92.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 111 | 85 | 0.46 | 0 | 0.23 | 0.56 | 149.41 | 0.3 | 0.34 |
| Hex | 3C | 6F | 55 | 2E | 0 | 17 | 38 | 95 | 1E | 22 |
| Octal | 74 | 157 | 125 | 56 | 0 | 27 | 70 | 225 | 36 | 42 |
| Binary | 111100 | 1101111 | 1010101 | 101110 | 0 | 10111 | 111000 | 10010101 | 11110 | 100010 |
Color Harmonies of #3C6F55
Complementary color
Monochromatic Colors of #3C6F55
Black with #3C6F55
Text Example
Text Example
White with #3C6F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6F55; }
p { color: rgb(60,111,85); }
H1.HeaderClassName
{
color: #3C6F55;
}
.AnyTagClassName
{
color: #3C6F55;
}
</style>
background-color css
<style>
a { background-color: #3C6F55; }
a { background-color: rgb(60,111,85); }
div.DivClassName
{
background-color: #3C6F55;
}
.BgClassName
{
background-color: #3C6F55;
}
</style>
border-color css
<style>
span { border-color: #3C6F55; }
span { border-color: rgb(60,111,85); }
td.TdClassName
{
border-color: #3C6F55;
}
.TagClassName
{
border-color: #3C6F55;
}
</style>