Shades of Amazon #3C8A50
Tints of Amazon #3C8A50
RGB
CMYK
RGB Variations
Color information
#3C8A50 (or 0x3C8A50) is known color: Amazon. HEX triplet: 3C, 8A and 50. RGB value is (60,138,80). Sum of RGB (Red+Green+Blue) = 60+138+80=278 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.58% from 278); Green value is 138 (54.30% from 255 or 49.64% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8A50 is #C375AF. Grayscale: #6C6C6C. Windows color (decimal): -12809648 or 5278268. OLE color: 5278268.
HSL color Cylindrical-coordinate representation of color #3C8A50: hue angle of 135.38º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8A50 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 138 | 80 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.46 |
| HSL | 135.38º | 0.39% | 0.39% | - |
| HSV(B) | 135.38º | 0.57% | 0.54% | - |
| XYZ | 12.4 | 19.72 | 10.74 | - |
| YUV | 108.07 | 112.16 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 138 | 80 | 0.57 | 0 | 0.42 | 0.46 | 135.38 | 0.39 | 0.39 |
| Hex | 3C | 8A | 50 | 39 | 0 | 2A | 2E | 87 | 27 | 27 |
| Octal | 74 | 212 | 120 | 71 | 0 | 52 | 56 | 207 | 47 | 47 |
| Binary | 111100 | 10001010 | 1010000 | 111001 | 0 | 101010 | 101110 | 10000111 | 100111 | 100111 |
Color Harmonies of #3C8A50
Complementary color
Monochromatic Colors of #3C8A50
Black with #3C8A50
Text Example
Text Example
White with #3C8A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8A50; }
p { color: rgb(60,138,80); }
H1.HeaderClassName
{
color: #3C8A50;
}
.AnyTagClassName
{
color: #3C8A50;
}
</style>
background-color css
<style>
a { background-color: #3C8A50; }
a { background-color: rgb(60,138,80); }
div.DivClassName
{
background-color: #3C8A50;
}
.BgClassName
{
background-color: #3C8A50;
}
</style>
border-color css
<style>
span { border-color: #3C8A50; }
span { border-color: rgb(60,138,80); }
td.TdClassName
{
border-color: #3C8A50;
}
.TagClassName
{
border-color: #3C8A50;
}
</style>