Shades of Amazon #3C855F
Tints of Amazon #3C855F
RGB
CMYK
RGB Variations
Color information
#3C855F (or 0x3C855F) is known color: Amazon. HEX triplet: 3C, 85 and 5F. RGB value is (60,133,95). Sum of RGB (Red+Green+Blue) = 60+133+95=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #3C855F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C855F is #C37AA0. Grayscale: #6A6A6A. Windows color (decimal): -12810913 or 6260028. OLE color: 6260028.
HSL color Cylindrical-coordinate representation of color #3C855F: hue angle of 148.77º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C855F is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 133 | 95 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.48 |
| HSL | 148.77º | 0.38% | 0.38% | - |
| HSV(B) | 148.77º | 0.55% | 0.52% | - |
| XYZ | 12.32 | 18.56 | 13.76 | - |
| YUV | 106.84 | 121.32 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 133 | 95 | 0.55 | 0 | 0.29 | 0.48 | 148.77 | 0.38 | 0.38 |
| Hex | 3C | 85 | 5F | 37 | 0 | 1D | 30 | 95 | 26 | 26 |
| Octal | 74 | 205 | 137 | 67 | 0 | 35 | 60 | 225 | 46 | 46 |
| Binary | 111100 | 10000101 | 1011111 | 110111 | 0 | 11101 | 110000 | 10010101 | 100110 | 100110 |
Color Harmonies of #3C855F
Complementary color
Monochromatic Colors of #3C855F
Black with #3C855F
Text Example
Text Example
White with #3C855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C855F; }
p { color: rgb(60,133,95); }
H1.HeaderClassName
{
color: #3C855F;
}
.AnyTagClassName
{
color: #3C855F;
}
</style>
background-color css
<style>
a { background-color: #3C855F; }
a { background-color: rgb(60,133,95); }
div.DivClassName
{
background-color: #3C855F;
}
.BgClassName
{
background-color: #3C855F;
}
</style>
border-color css
<style>
span { border-color: #3C855F; }
span { border-color: rgb(60,133,95); }
td.TdClassName
{
border-color: #3C855F;
}
.TagClassName
{
border-color: #3C855F;
}
</style>