Shades of Amazon #3C8A54
Tints of Amazon #3C8A54
RGB
CMYK
RGB Variations
Color information
#3C8A54 (or 0x3C8A54) is known color: Amazon. HEX triplet: 3C, 8A and 54. RGB value is (60,138,84). Sum of RGB (Red+Green+Blue) = 60+138+84=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 138 (54.30% from 255 or 48.94% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8A54 is #C375AB. Grayscale: #6C6C6C. Windows color (decimal): -12809644 or 5540412. OLE color: 5540412.
HSL color Cylindrical-coordinate representation of color #3C8A54: hue angle of 138.46º 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 #3C8A54 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 138 | 84 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.46 |
| HSL | 138.46º | 0.39% | 0.39% | - |
| HSV(B) | 138.46º | 0.57% | 0.54% | - |
| XYZ | 12.55 | 19.78 | 11.54 | - |
| YUV | 108.52 | 114.16 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 138 | 84 | 0.57 | 0 | 0.39 | 0.46 | 138.46 | 0.39 | 0.39 |
| Hex | 3C | 8A | 54 | 39 | 0 | 27 | 2E | 8A | 27 | 27 |
| Octal | 74 | 212 | 124 | 71 | 0 | 47 | 56 | 212 | 47 | 47 |
| Binary | 111100 | 10001010 | 1010100 | 111001 | 0 | 100111 | 101110 | 10001010 | 100111 | 100111 |
Color Harmonies of #3C8A54
Complementary color
Monochromatic Colors of #3C8A54
Black with #3C8A54
Text Example
Text Example
White with #3C8A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8A54; }
p { color: rgb(60,138,84); }
H1.HeaderClassName
{
color: #3C8A54;
}
.AnyTagClassName
{
color: #3C8A54;
}
</style>
background-color css
<style>
a { background-color: #3C8A54; }
a { background-color: rgb(60,138,84); }
div.DivClassName
{
background-color: #3C8A54;
}
.BgClassName
{
background-color: #3C8A54;
}
</style>
border-color css
<style>
span { border-color: #3C8A54; }
span { border-color: rgb(60,138,84); }
td.TdClassName
{
border-color: #3C8A54;
}
.TagClassName
{
border-color: #3C8A54;
}
</style>