Shades of Amazon #3C754F
Tints of Amazon #3C754F
RGB
CMYK
RGB Variations
Color information
#3C754F (or 0x3C754F) is known color: Amazon. HEX triplet: 3C, 75 and 4F. RGB value is (60,117,79). Sum of RGB (Red+Green+Blue) = 60+117+79=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #3C754F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C754F is #C38AB0. Grayscale: #5F5F5F. Windows color (decimal): -12815025 or 5207356. OLE color: 5207356.
HSL color Cylindrical-coordinate representation of color #3C754F: hue angle of 140º 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 #3C754F is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 117 | 79 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.54 |
| HSL | 140º | 0.32% | 0.35% | - |
| HSV(B) | 140º | 0.49% | 0.46% | - |
| XYZ | 9.64 | 14.25 | 9.64 | - |
| YUV | 95.63 | 118.62 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 117 | 79 | 0.49 | 0 | 0.32 | 0.54 | 140 | 0.32 | 0.35 |
| Hex | 3C | 75 | 4F | 31 | 0 | 20 | 36 | 8C | 20 | 23 |
| Octal | 74 | 165 | 117 | 61 | 0 | 40 | 66 | 214 | 40 | 43 |
| Binary | 111100 | 1110101 | 1001111 | 110001 | 0 | 100000 | 110110 | 10001100 | 100000 | 100011 |
Color Harmonies of #3C754F
Complementary color
Monochromatic Colors of #3C754F
Black with #3C754F
Text Example
Text Example
White with #3C754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C754F; }
p { color: rgb(60,117,79); }
H1.HeaderClassName
{
color: #3C754F;
}
.AnyTagClassName
{
color: #3C754F;
}
</style>
background-color css
<style>
a { background-color: #3C754F; }
a { background-color: rgb(60,117,79); }
div.DivClassName
{
background-color: #3C754F;
}
.BgClassName
{
background-color: #3C754F;
}
</style>
border-color css
<style>
span { border-color: #3C754F; }
span { border-color: rgb(60,117,79); }
td.TdClassName
{
border-color: #3C754F;
}
.TagClassName
{
border-color: #3C754F;
}
</style>