Shades of Amazon #3C7B5B
Tints of Amazon #3C7B5B
RGB
CMYK
RGB Variations
Color information
#3C7B5B (or 0x3C7B5B) is known color: Amazon. HEX triplet: 3C, 7B and 5B. RGB value is (60,123,91). Sum of RGB (Red+Green+Blue) = 60+123+91=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 123 - color contains mainly: green. Hex color #3C7B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7B5B is #C384A4. Grayscale: #646464. Windows color (decimal): -12813477 or 5995324. OLE color: 5995324.
HSL color Cylindrical-coordinate representation of color #3C7B5B: hue angle of 149.52º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C7B5B is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 123 | 91 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.52 |
| HSL | 149.52º | 0.34% | 0.36% | - |
| HSV(B) | 149.52º | 0.51% | 0.48% | - |
| XYZ | 10.83 | 15.88 | 12.39 | - |
| YUV | 100.52 | 122.63 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 123 | 91 | 0.51 | 0 | 0.26 | 0.52 | 149.52 | 0.34 | 0.36 |
| Hex | 3C | 7B | 5B | 33 | 0 | 1A | 34 | 96 | 22 | 24 |
| Octal | 74 | 173 | 133 | 63 | 0 | 32 | 64 | 226 | 42 | 44 |
| Binary | 111100 | 1111011 | 1011011 | 110011 | 0 | 11010 | 110100 | 10010110 | 100010 | 100100 |
Color Harmonies of #3C7B5B
Complementary color
Monochromatic Colors of #3C7B5B
Black with #3C7B5B
Text Example
Text Example
White with #3C7B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7B5B; }
p { color: rgb(60,123,91); }
H1.HeaderClassName
{
color: #3C7B5B;
}
.AnyTagClassName
{
color: #3C7B5B;
}
</style>
background-color css
<style>
a { background-color: #3C7B5B; }
a { background-color: rgb(60,123,91); }
div.DivClassName
{
background-color: #3C7B5B;
}
.BgClassName
{
background-color: #3C7B5B;
}
</style>
border-color css
<style>
span { border-color: #3C7B5B; }
span { border-color: rgb(60,123,91); }
td.TdClassName
{
border-color: #3C7B5B;
}
.TagClassName
{
border-color: #3C7B5B;
}
</style>