Shades of Amazon #3C815E
Tints of Amazon #3C815E
RGB
CMYK
RGB Variations
Color information
#3C815E (or 0x3C815E) is known color: Amazon. HEX triplet: 3C, 81 and 5E. RGB value is (60,129,94). Sum of RGB (Red+Green+Blue) = 60+129+94=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #3C815E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C815E is #C37EA1. Grayscale: #686868. Windows color (decimal): -12811938 or 6193468. OLE color: 6193468.
HSL color Cylindrical-coordinate representation of color #3C815E: hue angle of 149.57º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C815E is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 129 | 94 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.49 |
| HSL | 149.57º | 0.37% | 0.37% | - |
| HSV(B) | 149.57º | 0.53% | 0.51% | - |
| XYZ | 11.73 | 17.47 | 13.34 | - |
| YUV | 104.38 | 122.14 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 129 | 94 | 0.53 | 0 | 0.27 | 0.49 | 149.57 | 0.37 | 0.37 |
| Hex | 3C | 81 | 5E | 35 | 0 | 1B | 31 | 96 | 25 | 25 |
| Octal | 74 | 201 | 136 | 65 | 0 | 33 | 61 | 226 | 45 | 45 |
| Binary | 111100 | 10000001 | 1011110 | 110101 | 0 | 11011 | 110001 | 10010110 | 100101 | 100101 |
Color Harmonies of #3C815E
Complementary color
Monochromatic Colors of #3C815E
Black with #3C815E
Text Example
Text Example
White with #3C815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C815E; }
p { color: rgb(60,129,94); }
H1.HeaderClassName
{
color: #3C815E;
}
.AnyTagClassName
{
color: #3C815E;
}
</style>
background-color css
<style>
a { background-color: #3C815E; }
a { background-color: rgb(60,129,94); }
div.DivClassName
{
background-color: #3C815E;
}
.BgClassName
{
background-color: #3C815E;
}
</style>
border-color css
<style>
span { border-color: #3C815E; }
span { border-color: rgb(60,129,94); }
td.TdClassName
{
border-color: #3C815E;
}
.TagClassName
{
border-color: #3C815E;
}
</style>