Shades of Amazon #3C865F
Tints of Amazon #3C865F
RGB
CMYK
RGB Variations
Color information
#3C865F (or 0x3C865F) is known color: Amazon. HEX triplet: 3C, 86 and 5F. RGB value is (60,134,95). Sum of RGB (Red+Green+Blue) = 60+134+95=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #3C865F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C865F is #C379A0. Grayscale: #6B6B6B. Windows color (decimal): -12810657 or 6260284. OLE color: 6260284.
HSL color Cylindrical-coordinate representation of color #3C865F: hue angle of 148.38º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C865F is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 134 | 95 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.47 |
| HSL | 148.38º | 0.38% | 0.38% | - |
| HSV(B) | 148.38º | 0.55% | 0.53% | - |
| XYZ | 12.45 | 18.84 | 13.81 | - |
| YUV | 107.43 | 120.98 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 134 | 95 | 0.55 | 0 | 0.29 | 0.47 | 148.38 | 0.38 | 0.38 |
| Hex | 3C | 86 | 5F | 37 | 0 | 1D | 2F | 94 | 26 | 26 |
| Octal | 74 | 206 | 137 | 67 | 0 | 35 | 57 | 224 | 46 | 46 |
| Binary | 111100 | 10000110 | 1011111 | 110111 | 0 | 11101 | 101111 | 10010100 | 100110 | 100110 |
Color Harmonies of #3C865F
Complementary color
Monochromatic Colors of #3C865F
Black with #3C865F
Text Example
Text Example
White with #3C865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C865F; }
p { color: rgb(60,134,95); }
H1.HeaderClassName
{
color: #3C865F;
}
.AnyTagClassName
{
color: #3C865F;
}
</style>
background-color css
<style>
a { background-color: #3C865F; }
a { background-color: rgb(60,134,95); }
div.DivClassName
{
background-color: #3C865F;
}
.BgClassName
{
background-color: #3C865F;
}
</style>
border-color css
<style>
span { border-color: #3C865F; }
span { border-color: rgb(60,134,95); }
td.TdClassName
{
border-color: #3C865F;
}
.TagClassName
{
border-color: #3C865F;
}
</style>