Shades of Amazon #3C885A
Tints of Amazon #3C885A
RGB
CMYK
RGB Variations
Color information
#3C885A (or 0x3C885A) is known color: Amazon. HEX triplet: 3C, 88 and 5A. RGB value is (60,136,90). Sum of RGB (Red+Green+Blue) = 60+136+90=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #3C885A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C885A is #C377A5. Grayscale: #6C6C6C. Windows color (decimal): -12810150 or 5933116. OLE color: 5933116.
HSL color Cylindrical-coordinate representation of color #3C885A: hue angle of 143.68º degrees, saturation: 0.39, 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 #3C885A is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 136 | 90 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.47 |
| HSL | 143.68º | 0.39% | 0.38% | - |
| HSV(B) | 143.68º | 0.56% | 0.53% | - |
| XYZ | 12.51 | 19.31 | 12.74 | - |
| YUV | 108.03 | 117.82 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 136 | 90 | 0.56 | 0 | 0.34 | 0.47 | 143.68 | 0.39 | 0.38 |
| Hex | 3C | 88 | 5A | 38 | 0 | 22 | 2F | 90 | 27 | 26 |
| Octal | 74 | 210 | 132 | 70 | 0 | 42 | 57 | 220 | 47 | 46 |
| Binary | 111100 | 10001000 | 1011010 | 111000 | 0 | 100010 | 101111 | 10010000 | 100111 | 100110 |
Color Harmonies of #3C885A
Complementary color
Monochromatic Colors of #3C885A
Black with #3C885A
Text Example
Text Example
White with #3C885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C885A; }
p { color: rgb(60,136,90); }
H1.HeaderClassName
{
color: #3C885A;
}
.AnyTagClassName
{
color: #3C885A;
}
</style>
background-color css
<style>
a { background-color: #3C885A; }
a { background-color: rgb(60,136,90); }
div.DivClassName
{
background-color: #3C885A;
}
.BgClassName
{
background-color: #3C885A;
}
</style>
border-color css
<style>
span { border-color: #3C885A; }
span { border-color: rgb(60,136,90); }
td.TdClassName
{
border-color: #3C885A;
}
.TagClassName
{
border-color: #3C885A;
}
</style>