Shades of Amazon #3C8358
Tints of Amazon #3C8358
RGB
CMYK
RGB Variations
Color information
#3C8358 (or 0x3C8358) is known color: Amazon. HEX triplet: 3C, 83 and 58. RGB value is (60,131,88). Sum of RGB (Red+Green+Blue) = 60+131+88=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #3C8358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8358 is #C37CA7. Grayscale: #686868. Windows color (decimal): -12811432 or 5800764. OLE color: 5800764.
HSL color Cylindrical-coordinate representation of color #3C8358: hue angle of 143.66º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C8358 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 131 | 88 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.49 |
| HSL | 143.66º | 0.37% | 0.37% | - |
| HSV(B) | 143.66º | 0.54% | 0.51% | - |
| XYZ | 11.74 | 17.9 | 12.07 | - |
| YUV | 104.87 | 118.48 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 131 | 88 | 0.54 | 0 | 0.33 | 0.49 | 143.66 | 0.37 | 0.37 |
| Hex | 3C | 83 | 58 | 36 | 0 | 21 | 31 | 90 | 25 | 25 |
| Octal | 74 | 203 | 130 | 66 | 0 | 41 | 61 | 220 | 45 | 45 |
| Binary | 111100 | 10000011 | 1011000 | 110110 | 0 | 100001 | 110001 | 10010000 | 100101 | 100101 |
Color Harmonies of #3C8358
Complementary color
Monochromatic Colors of #3C8358
Black with #3C8358
Text Example
Text Example
White with #3C8358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8358; }
p { color: rgb(60,131,88); }
H1.HeaderClassName
{
color: #3C8358;
}
.AnyTagClassName
{
color: #3C8358;
}
</style>
background-color css
<style>
a { background-color: #3C8358; }
a { background-color: rgb(60,131,88); }
div.DivClassName
{
background-color: #3C8358;
}
.BgClassName
{
background-color: #3C8358;
}
</style>
border-color css
<style>
span { border-color: #3C8358; }
span { border-color: rgb(60,131,88); }
td.TdClassName
{
border-color: #3C8358;
}
.TagClassName
{
border-color: #3C8358;
}
</style>