Shades of Amazon #3C795C
Tints of Amazon #3C795C
RGB
CMYK
RGB Variations
Color information
#3C795C (or 0x3C795C) is known color: Amazon. HEX triplet: 3C, 79 and 5C. RGB value is (60,121,92). Sum of RGB (Red+Green+Blue) = 60+121+92=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 121 - color contains mainly: green. Hex color #3C795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C795C is #C386A3. Grayscale: #636363. Windows color (decimal): -12813988 or 6060348. OLE color: 6060348.
HSL color Cylindrical-coordinate representation of color #3C795C: hue angle of 151.48º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C795C is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 121 | 92 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.53 |
| HSL | 151.48º | 0.34% | 0.35% | - |
| HSV(B) | 151.48º | 0.5% | 0.47% | - |
| XYZ | 10.63 | 15.41 | 12.54 | - |
| YUV | 99.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 121 | 92 | 0.50 | 0 | 0.24 | 0.53 | 151.48 | 0.34 | 0.35 |
| Hex | 3C | 79 | 5C | 32 | 0 | 18 | 35 | 97 | 22 | 23 |
| Octal | 74 | 171 | 134 | 62 | 0 | 30 | 65 | 227 | 42 | 43 |
| Binary | 111100 | 1111001 | 1011100 | 110010 | 0 | 11000 | 110101 | 10010111 | 100010 | 100011 |
Color Harmonies of #3C795C
Complementary color
Monochromatic Colors of #3C795C
Black with #3C795C
Text Example
Text Example
White with #3C795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C795C; }
p { color: rgb(60,121,92); }
H1.HeaderClassName
{
color: #3C795C;
}
.AnyTagClassName
{
color: #3C795C;
}
</style>
background-color css
<style>
a { background-color: #3C795C; }
a { background-color: rgb(60,121,92); }
div.DivClassName
{
background-color: #3C795C;
}
.BgClassName
{
background-color: #3C795C;
}
</style>
border-color css
<style>
span { border-color: #3C795C; }
span { border-color: rgb(60,121,92); }
td.TdClassName
{
border-color: #3C795C;
}
.TagClassName
{
border-color: #3C795C;
}
</style>