Shades of Amazon #3C795F
Tints of Amazon #3C795F
RGB
CMYK
RGB Variations
Color information
#3C795F (or 0x3C795F) is known color: Amazon. HEX triplet: 3C, 79 and 5F. RGB value is (60,121,95). Sum of RGB (Red+Green+Blue) = 60+121+95=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 121 - color contains mainly: green. Hex color #3C795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C795F is #C386A0. Grayscale: #636363. Windows color (decimal): -12813985 or 6256956. OLE color: 6256956.
HSL color Cylindrical-coordinate representation of color #3C795F: hue angle of 154.43º 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 #3C795F is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 121 | 95 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.53 |
| HSL | 154.43º | 0.34% | 0.35% | - |
| HSV(B) | 154.43º | 0.5% | 0.47% | - |
| XYZ | 10.77 | 15.46 | 13.24 | - |
| YUV | 99.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 121 | 95 | 0.50 | 0 | 0.21 | 0.53 | 154.43 | 0.34 | 0.35 |
| Hex | 3C | 79 | 5F | 32 | 0 | 15 | 35 | 9A | 22 | 23 |
| Octal | 74 | 171 | 137 | 62 | 0 | 25 | 65 | 232 | 42 | 43 |
| Binary | 111100 | 1111001 | 1011111 | 110010 | 0 | 10101 | 110101 | 10011010 | 100010 | 100011 |
Color Harmonies of #3C795F
Complementary color
Monochromatic Colors of #3C795F
Black with #3C795F
Text Example
Text Example
White with #3C795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C795F; }
p { color: rgb(60,121,95); }
H1.HeaderClassName
{
color: #3C795F;
}
.AnyTagClassName
{
color: #3C795F;
}
</style>
background-color css
<style>
a { background-color: #3C795F; }
a { background-color: rgb(60,121,95); }
div.DivClassName
{
background-color: #3C795F;
}
.BgClassName
{
background-color: #3C795F;
}
</style>
border-color css
<style>
span { border-color: #3C795F; }
span { border-color: rgb(60,121,95); }
td.TdClassName
{
border-color: #3C795F;
}
.TagClassName
{
border-color: #3C795F;
}
</style>