Shades of Amazon #3C805B
Tints of Amazon #3C805B
RGB
CMYK
RGB Variations
Color information
#3C805B (or 0x3C805B) is known color: Amazon. HEX triplet: 3C, 80 and 5B. RGB value is (60,128,91). Sum of RGB (Red+Green+Blue) = 60+128+91=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #3C805B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C805B is #C37FA4. Grayscale: #676767. Windows color (decimal): -12812197 or 5996604. OLE color: 5996604.
HSL color Cylindrical-coordinate representation of color #3C805B: hue angle of 147.35º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C805B is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 128 | 91 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.50 |
| HSL | 147.35º | 0.36% | 0.37% | - |
| HSV(B) | 147.35º | 0.53% | 0.5% | - |
| XYZ | 11.47 | 17.15 | 12.6 | - |
| YUV | 103.45 | 120.97 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 91 | 0.53 | 0 | 0.29 | 0.50 | 147.35 | 0.36 | 0.37 |
| Hex | 3C | 80 | 5B | 35 | 0 | 1D | 32 | 93 | 24 | 25 |
| Octal | 74 | 200 | 133 | 65 | 0 | 35 | 62 | 223 | 44 | 45 |
| Binary | 111100 | 10000000 | 1011011 | 110101 | 0 | 11101 | 110010 | 10010011 | 100100 | 100101 |
Color Harmonies of #3C805B
Complementary color
Monochromatic Colors of #3C805B
Black with #3C805B
Text Example
Text Example
White with #3C805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C805B; }
p { color: rgb(60,128,91); }
H1.HeaderClassName
{
color: #3C805B;
}
.AnyTagClassName
{
color: #3C805B;
}
</style>
background-color css
<style>
a { background-color: #3C805B; }
a { background-color: rgb(60,128,91); }
div.DivClassName
{
background-color: #3C805B;
}
.BgClassName
{
background-color: #3C805B;
}
</style>
border-color css
<style>
span { border-color: #3C805B; }
span { border-color: rgb(60,128,91); }
td.TdClassName
{
border-color: #3C805B;
}
.TagClassName
{
border-color: #3C805B;
}
</style>