Shades of Amazon #3C744B
Tints of Amazon #3C744B
RGB
CMYK
RGB Variations
Color information
#3C744B (or 0x3C744B) is known color: Amazon. HEX triplet: 3C, 74 and 4B. RGB value is (60,116,75). Sum of RGB (Red+Green+Blue) = 60+116+75=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #3C744B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C744B is #C38BB4. Grayscale: #5E5E5E. Windows color (decimal): -12815285 or 4944956. OLE color: 4944956.
HSL color Cylindrical-coordinate representation of color #3C744B: hue angle of 136.07º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C744B is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 116 | 75 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.55 |
| HSL | 136.07º | 0.32% | 0.35% | - |
| HSV(B) | 136.07º | 0.48% | 0.45% | - |
| XYZ | 9.38 | 13.96 | 8.86 | - |
| YUV | 94.58 | 116.95 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 116 | 75 | 0.48 | 0 | 0.35 | 0.55 | 136.07 | 0.32 | 0.35 |
| Hex | 3C | 74 | 4B | 30 | 0 | 23 | 37 | 88 | 20 | 23 |
| Octal | 74 | 164 | 113 | 60 | 0 | 43 | 67 | 210 | 40 | 43 |
| Binary | 111100 | 1110100 | 1001011 | 110000 | 0 | 100011 | 110111 | 10001000 | 100000 | 100011 |
Color Harmonies of #3C744B
Complementary color
Monochromatic Colors of #3C744B
Black with #3C744B
Text Example
Text Example
White with #3C744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C744B; }
p { color: rgb(60,116,75); }
H1.HeaderClassName
{
color: #3C744B;
}
.AnyTagClassName
{
color: #3C744B;
}
</style>
background-color css
<style>
a { background-color: #3C744B; }
a { background-color: rgb(60,116,75); }
div.DivClassName
{
background-color: #3C744B;
}
.BgClassName
{
background-color: #3C744B;
}
</style>
border-color css
<style>
span { border-color: #3C744B; }
span { border-color: rgb(60,116,75); }
td.TdClassName
{
border-color: #3C744B;
}
.TagClassName
{
border-color: #3C744B;
}
</style>