Shades of Amazon #3C7252
Tints of Amazon #3C7252
RGB
CMYK
RGB Variations
Color information
#3C7252 (or 0x3C7252) is known color: Amazon. HEX triplet: 3C, 72 and 52. RGB value is (60,114,82). Sum of RGB (Red+Green+Blue) = 60+114+82=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7252 is #C38DAD. Grayscale: #5E5E5E. Windows color (decimal): -12815790 or 5403196. OLE color: 5403196.
HSL color Cylindrical-coordinate representation of color #3C7252: hue angle of 144.44º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C7252 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 114 | 82 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.55 |
| HSL | 144.44º | 0.31% | 0.34% | - |
| HSV(B) | 144.44º | 0.47% | 0.45% | - |
| XYZ | 9.4 | 13.6 | 10.11 | - |
| YUV | 94.21 | 121.11 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 114 | 82 | 0.47 | 0 | 0.28 | 0.55 | 144.44 | 0.31 | 0.34 |
| Hex | 3C | 72 | 52 | 2F | 0 | 1C | 37 | 90 | 1F | 22 |
| Octal | 74 | 162 | 122 | 57 | 0 | 34 | 67 | 220 | 37 | 42 |
| Binary | 111100 | 1110010 | 1010010 | 101111 | 0 | 11100 | 110111 | 10010000 | 11111 | 100010 |
Color Harmonies of #3C7252
Complementary color
Monochromatic Colors of #3C7252
Black with #3C7252
Text Example
Text Example
White with #3C7252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7252; }
p { color: rgb(60,114,82); }
H1.HeaderClassName
{
color: #3C7252;
}
.AnyTagClassName
{
color: #3C7252;
}
</style>
background-color css
<style>
a { background-color: #3C7252; }
a { background-color: rgb(60,114,82); }
div.DivClassName
{
background-color: #3C7252;
}
.BgClassName
{
background-color: #3C7252;
}
</style>
border-color css
<style>
span { border-color: #3C7252; }
span { border-color: rgb(60,114,82); }
td.TdClassName
{
border-color: #3C7252;
}
.TagClassName
{
border-color: #3C7252;
}
</style>