Shades of Amazon #3C7358
Tints of Amazon #3C7358
RGB
CMYK
RGB Variations
Color information
#3C7358 (or 0x3C7358) is known color: Amazon. HEX triplet: 3C, 73 and 58. RGB value is (60,115,88). Sum of RGB (Red+Green+Blue) = 60+115+88=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7358 is #C38CA7. Grayscale: #5F5F5F. Windows color (decimal): -12815528 or 5796668. OLE color: 5796668.
HSL color Cylindrical-coordinate representation of color #3C7358: hue angle of 150.55º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C7358 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 115 | 88 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.55 |
| HSL | 150.55º | 0.31% | 0.34% | - |
| HSV(B) | 150.55º | 0.48% | 0.45% | - |
| XYZ | 9.76 | 13.93 | 11.41 | - |
| YUV | 95.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 115 | 88 | 0.48 | 0 | 0.23 | 0.55 | 150.55 | 0.31 | 0.34 |
| Hex | 3C | 73 | 58 | 30 | 0 | 17 | 37 | 97 | 1F | 22 |
| Octal | 74 | 163 | 130 | 60 | 0 | 27 | 67 | 227 | 37 | 42 |
| Binary | 111100 | 1110011 | 1011000 | 110000 | 0 | 10111 | 110111 | 10010111 | 11111 | 100010 |
Color Harmonies of #3C7358
Complementary color
Monochromatic Colors of #3C7358
Black with #3C7358
Text Example
Text Example
White with #3C7358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7358; }
p { color: rgb(60,115,88); }
H1.HeaderClassName
{
color: #3C7358;
}
.AnyTagClassName
{
color: #3C7358;
}
</style>
background-color css
<style>
a { background-color: #3C7358; }
a { background-color: rgb(60,115,88); }
div.DivClassName
{
background-color: #3C7358;
}
.BgClassName
{
background-color: #3C7358;
}
</style>
border-color css
<style>
span { border-color: #3C7358; }
span { border-color: rgb(60,115,88); }
td.TdClassName
{
border-color: #3C7358;
}
.TagClassName
{
border-color: #3C7358;
}
</style>