Shades of Amazon #3C7C5B
Tints of Amazon #3C7C5B
RGB
CMYK
RGB Variations
Color information
#3C7C5B (or 0x3C7C5B) is known color: Amazon. HEX triplet: 3C, 7C and 5B. RGB value is (60,124,91). Sum of RGB (Red+Green+Blue) = 60+124+91=275 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.82% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 124 - color contains mainly: green. Hex color #3C7C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7C5B is #C383A4. Grayscale: #656565. Windows color (decimal): -12813221 or 5995580. OLE color: 5995580.
HSL color Cylindrical-coordinate representation of color #3C7C5B: hue angle of 149.06º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C7C5B is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 124 | 91 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.51 |
| HSL | 149.06º | 0.35% | 0.36% | - |
| HSV(B) | 149.06º | 0.52% | 0.49% | - |
| XYZ | 10.96 | 16.13 | 12.43 | - |
| YUV | 101.1 | 122.3 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 124 | 91 | 0.52 | 0 | 0.27 | 0.51 | 149.06 | 0.35 | 0.36 |
| Hex | 3C | 7C | 5B | 34 | 0 | 1B | 33 | 95 | 23 | 24 |
| Octal | 74 | 174 | 133 | 64 | 0 | 33 | 63 | 225 | 43 | 44 |
| Binary | 111100 | 1111100 | 1011011 | 110100 | 0 | 11011 | 110011 | 10010101 | 100011 | 100100 |
Color Harmonies of #3C7C5B
Complementary color
Monochromatic Colors of #3C7C5B
Black with #3C7C5B
Text Example
Text Example
White with #3C7C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7C5B; }
p { color: rgb(60,124,91); }
H1.HeaderClassName
{
color: #3C7C5B;
}
.AnyTagClassName
{
color: #3C7C5B;
}
</style>
background-color css
<style>
a { background-color: #3C7C5B; }
a { background-color: rgb(60,124,91); }
div.DivClassName
{
background-color: #3C7C5B;
}
.BgClassName
{
background-color: #3C7C5B;
}
</style>
border-color css
<style>
span { border-color: #3C7C5B; }
span { border-color: rgb(60,124,91); }
td.TdClassName
{
border-color: #3C7C5B;
}
.TagClassName
{
border-color: #3C7C5B;
}
</style>