Shades of Amazon #3C764C
Tints of Amazon #3C764C
RGB
CMYK
RGB Variations
Color information
#3C764C (or 0x3C764C) is known color: Amazon. HEX triplet: 3C, 76 and 4C. RGB value is (60,118,76). Sum of RGB (Red+Green+Blue) = 60+118+76=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #3C764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C764C is #C389B3. Grayscale: #5F5F5F. Windows color (decimal): -12814772 or 5011004. OLE color: 5011004.
HSL color Cylindrical-coordinate representation of color #3C764C: hue angle of 136.55º degrees, saturation: 0.33, 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 #3C764C is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 118 | 76 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.54 |
| HSL | 136.55º | 0.33% | 0.35% | - |
| HSV(B) | 136.55º | 0.49% | 0.46% | - |
| XYZ | 9.65 | 14.44 | 9.12 | - |
| YUV | 95.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 76 | 0.49 | 0 | 0.36 | 0.54 | 136.55 | 0.33 | 0.35 |
| Hex | 3C | 76 | 4C | 31 | 0 | 24 | 36 | 89 | 21 | 23 |
| Octal | 74 | 166 | 114 | 61 | 0 | 44 | 66 | 211 | 41 | 43 |
| Binary | 111100 | 1110110 | 1001100 | 110001 | 0 | 100100 | 110110 | 10001001 | 100001 | 100011 |
Color Harmonies of #3C764C
Complementary color
Monochromatic Colors of #3C764C
Black with #3C764C
Text Example
Text Example
White with #3C764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C764C; }
p { color: rgb(60,118,76); }
H1.HeaderClassName
{
color: #3C764C;
}
.AnyTagClassName
{
color: #3C764C;
}
</style>
background-color css
<style>
a { background-color: #3C764C; }
a { background-color: rgb(60,118,76); }
div.DivClassName
{
background-color: #3C764C;
}
.BgClassName
{
background-color: #3C764C;
}
</style>
border-color css
<style>
span { border-color: #3C764C; }
span { border-color: rgb(60,118,76); }
td.TdClassName
{
border-color: #3C764C;
}
.TagClassName
{
border-color: #3C764C;
}
</style>