Shades of Amazon #3C875C
Tints of Amazon #3C875C
RGB
CMYK
RGB Variations
Color information
#3C875C (or 0x3C875C) is known color: Amazon. HEX triplet: 3C, 87 and 5C. RGB value is (60,135,92). Sum of RGB (Red+Green+Blue) = 60+135+92=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #3C875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C875C is #C378A3. Grayscale: #6B6B6B. Windows color (decimal): -12810404 or 6063932. OLE color: 6063932.
HSL color Cylindrical-coordinate representation of color #3C875C: hue angle of 145.6º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C875C is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 135 | 92 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.47 |
| HSL | 145.6º | 0.38% | 0.38% | - |
| HSV(B) | 145.6º | 0.56% | 0.53% | - |
| XYZ | 12.46 | 19.06 | 13.15 | - |
| YUV | 107.67 | 119.15 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 135 | 92 | 0.56 | 0 | 0.32 | 0.47 | 145.6 | 0.38 | 0.38 |
| Hex | 3C | 87 | 5C | 38 | 0 | 20 | 2F | 92 | 26 | 26 |
| Octal | 74 | 207 | 134 | 70 | 0 | 40 | 57 | 222 | 46 | 46 |
| Binary | 111100 | 10000111 | 1011100 | 111000 | 0 | 100000 | 101111 | 10010010 | 100110 | 100110 |
Color Harmonies of #3C875C
Complementary color
Monochromatic Colors of #3C875C
Black with #3C875C
Text Example
Text Example
White with #3C875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C875C; }
p { color: rgb(60,135,92); }
H1.HeaderClassName
{
color: #3C875C;
}
.AnyTagClassName
{
color: #3C875C;
}
</style>
background-color css
<style>
a { background-color: #3C875C; }
a { background-color: rgb(60,135,92); }
div.DivClassName
{
background-color: #3C875C;
}
.BgClassName
{
background-color: #3C875C;
}
</style>
border-color css
<style>
span { border-color: #3C875C; }
span { border-color: rgb(60,135,92); }
td.TdClassName
{
border-color: #3C875C;
}
.TagClassName
{
border-color: #3C875C;
}
</style>