Shades of Amazon #3C7458
Tints of Amazon #3C7458
RGB
CMYK
RGB Variations
Color information
#3C7458 (or 0x3C7458) is known color: Amazon. HEX triplet: 3C, 74 and 58. RGB value is (60,116,88). Sum of RGB (Red+Green+Blue) = 60+116+88=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 116 - color contains mainly: green. Hex color #3C7458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7458 is #C38BA7. Grayscale: #606060. Windows color (decimal): -12815272 or 5796924. OLE color: 5796924.
HSL color Cylindrical-coordinate representation of color #3C7458: hue angle of 150º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C7458 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 116 | 88 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.55 |
| HSL | 150º | 0.32% | 0.35% | - |
| HSV(B) | 150º | 0.48% | 0.45% | - |
| XYZ | 9.87 | 14.16 | 11.44 | - |
| YUV | 96.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 116 | 88 | 0.48 | 0 | 0.24 | 0.55 | 150 | 0.32 | 0.35 |
| Hex | 3C | 74 | 58 | 30 | 0 | 18 | 37 | 96 | 20 | 23 |
| Octal | 74 | 164 | 130 | 60 | 0 | 30 | 67 | 226 | 40 | 43 |
| Binary | 111100 | 1110100 | 1011000 | 110000 | 0 | 11000 | 110111 | 10010110 | 100000 | 100011 |
Color Harmonies of #3C7458
Complementary color
Monochromatic Colors of #3C7458
Black with #3C7458
Text Example
Text Example
White with #3C7458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7458; }
p { color: rgb(60,116,88); }
H1.HeaderClassName
{
color: #3C7458;
}
.AnyTagClassName
{
color: #3C7458;
}
</style>
background-color css
<style>
a { background-color: #3C7458; }
a { background-color: rgb(60,116,88); }
div.DivClassName
{
background-color: #3C7458;
}
.BgClassName
{
background-color: #3C7458;
}
</style>
border-color css
<style>
span { border-color: #3C7458; }
span { border-color: rgb(60,116,88); }
td.TdClassName
{
border-color: #3C7458;
}
.TagClassName
{
border-color: #3C7458;
}
</style>