Shades of Amazon #3C8A52
Tints of Amazon #3C8A52
RGB
CMYK
RGB Variations
Color information
#3C8A52 (or 0x3C8A52) is known color: Amazon. HEX triplet: 3C, 8A and 52. RGB value is (60,138,82). Sum of RGB (Red+Green+Blue) = 60+138+82=280 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.43% from 280); Green value is 138 (54.30% from 255 or 49.29% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8A52 is #C375AD. Grayscale: #6C6C6C. Windows color (decimal): -12809646 or 5409340. OLE color: 5409340.
HSL color Cylindrical-coordinate representation of color #3C8A52: hue angle of 136.92º 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 #3C8A52 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 138 | 82 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.46 |
| HSL | 136.92º | 0.39% | 0.39% | - |
| HSV(B) | 136.92º | 0.57% | 0.54% | - |
| XYZ | 12.47 | 19.75 | 11.14 | - |
| YUV | 108.29 | 113.16 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 138 | 82 | 0.57 | 0 | 0.41 | 0.46 | 136.92 | 0.39 | 0.39 |
| Hex | 3C | 8A | 52 | 39 | 0 | 29 | 2E | 89 | 27 | 27 |
| Octal | 74 | 212 | 122 | 71 | 0 | 51 | 56 | 211 | 47 | 47 |
| Binary | 111100 | 10001010 | 1010010 | 111001 | 0 | 101001 | 101110 | 10001001 | 100111 | 100111 |
Color Harmonies of #3C8A52
Complementary color
Monochromatic Colors of #3C8A52
Black with #3C8A52
Text Example
Text Example
White with #3C8A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8A52; }
p { color: rgb(60,138,82); }
H1.HeaderClassName
{
color: #3C8A52;
}
.AnyTagClassName
{
color: #3C8A52;
}
</style>
background-color css
<style>
a { background-color: #3C8A52; }
a { background-color: rgb(60,138,82); }
div.DivClassName
{
background-color: #3C8A52;
}
.BgClassName
{
background-color: #3C8A52;
}
</style>
border-color css
<style>
span { border-color: #3C8A52; }
span { border-color: rgb(60,138,82); }
td.TdClassName
{
border-color: #3C8A52;
}
.TagClassName
{
border-color: #3C8A52;
}
</style>