Shades of Amazon #3C7152
Tints of Amazon #3C7152
RGB
CMYK
RGB Variations
Color information
#3C7152 (or 0x3C7152) is known color: Amazon. HEX triplet: 3C, 71 and 52. RGB value is (60,113,82). Sum of RGB (Red+Green+Blue) = 60+113+82=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #3C7152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7152 is #C38EAD. Grayscale: #5D5D5D. Windows color (decimal): -12816046 or 5402940. OLE color: 5402940.
HSL color Cylindrical-coordinate representation of color #3C7152: hue angle of 144.91º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C7152 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 113 | 82 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.56 |
| HSL | 144.91º | 0.31% | 0.34% | - |
| HSV(B) | 144.91º | 0.47% | 0.44% | - |
| XYZ | 9.29 | 13.38 | 10.08 | - |
| YUV | 93.62 | 121.44 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 82 | 0.47 | 0 | 0.27 | 0.56 | 144.91 | 0.31 | 0.34 |
| Hex | 3C | 71 | 52 | 2F | 0 | 1B | 38 | 91 | 1F | 22 |
| Octal | 74 | 161 | 122 | 57 | 0 | 33 | 70 | 221 | 37 | 42 |
| Binary | 111100 | 1110001 | 1010010 | 101111 | 0 | 11011 | 111000 | 10010001 | 11111 | 100010 |
Color Harmonies of #3C7152
Complementary color
Monochromatic Colors of #3C7152
Black with #3C7152
Text Example
Text Example
White with #3C7152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7152; }
p { color: rgb(60,113,82); }
H1.HeaderClassName
{
color: #3C7152;
}
.AnyTagClassName
{
color: #3C7152;
}
</style>
background-color css
<style>
a { background-color: #3C7152; }
a { background-color: rgb(60,113,82); }
div.DivClassName
{
background-color: #3C7152;
}
.BgClassName
{
background-color: #3C7152;
}
</style>
border-color css
<style>
span { border-color: #3C7152; }
span { border-color: rgb(60,113,82); }
td.TdClassName
{
border-color: #3C7152;
}
.TagClassName
{
border-color: #3C7152;
}
</style>