Shades of Amazon #3C754C
Tints of Amazon #3C754C
RGB
CMYK
RGB Variations
Color information
#3C754C (or 0x3C754C) is known color: Amazon. HEX triplet: 3C, 75 and 4C. RGB value is (60,117,76). Sum of RGB (Red+Green+Blue) = 60+117+76=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #3C754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C754C is #C38AB3. Grayscale: #5F5F5F. Windows color (decimal): -12815028 or 5010748. OLE color: 5010748.
HSL color Cylindrical-coordinate representation of color #3C754C: hue angle of 136.84º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C754C is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 117 | 76 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.54 |
| HSL | 136.84º | 0.32% | 0.35% | - |
| HSV(B) | 136.84º | 0.49% | 0.46% | - |
| XYZ | 9.53 | 14.21 | 9.08 | - |
| YUV | 95.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 117 | 76 | 0.49 | 0 | 0.35 | 0.54 | 136.84 | 0.32 | 0.35 |
| Hex | 3C | 75 | 4C | 31 | 0 | 23 | 36 | 89 | 20 | 23 |
| Octal | 74 | 165 | 114 | 61 | 0 | 43 | 66 | 211 | 40 | 43 |
| Binary | 111100 | 1110101 | 1001100 | 110001 | 0 | 100011 | 110110 | 10001001 | 100000 | 100011 |
Color Harmonies of #3C754C
Complementary color
Monochromatic Colors of #3C754C
Black with #3C754C
Text Example
Text Example
White with #3C754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C754C; }
p { color: rgb(60,117,76); }
H1.HeaderClassName
{
color: #3C754C;
}
.AnyTagClassName
{
color: #3C754C;
}
</style>
background-color css
<style>
a { background-color: #3C754C; }
a { background-color: rgb(60,117,76); }
div.DivClassName
{
background-color: #3C754C;
}
.BgClassName
{
background-color: #3C754C;
}
</style>
border-color css
<style>
span { border-color: #3C754C; }
span { border-color: rgb(60,117,76); }
td.TdClassName
{
border-color: #3C754C;
}
.TagClassName
{
border-color: #3C754C;
}
</style>