Shades of Amazon #3C8451
Tints of Amazon #3C8451
RGB
CMYK
RGB Variations
Color information
#3C8451 (or 0x3C8451) is known color: Amazon. HEX triplet: 3C, 84 and 51. RGB value is (60,132,81). Sum of RGB (Red+Green+Blue) = 60+132+81=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #3C8451 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8451 is #C37BAE. Grayscale: #686868. Windows color (decimal): -12811183 or 5342268. OLE color: 5342268.
HSL color Cylindrical-coordinate representation of color #3C8451: hue angle of 137.5º 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 #3C8451 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 132 | 81 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.48 |
| HSL | 137.5º | 0.38% | 0.38% | - |
| HSV(B) | 137.5º | 0.55% | 0.52% | - |
| XYZ | 11.6 | 18.06 | 10.66 | - |
| YUV | 104.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 132 | 81 | 0.55 | 0 | 0.39 | 0.48 | 137.5 | 0.38 | 0.38 |
| Hex | 3C | 84 | 51 | 37 | 0 | 27 | 30 | 8A | 26 | 26 |
| Octal | 74 | 204 | 121 | 67 | 0 | 47 | 60 | 212 | 46 | 46 |
| Binary | 111100 | 10000100 | 1010001 | 110111 | 0 | 100111 | 110000 | 10001010 | 100110 | 100110 |
Color Harmonies of #3C8451
Complementary color
Monochromatic Colors of #3C8451
Black with #3C8451
Text Example
Text Example
White with #3C8451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8451; }
p { color: rgb(60,132,81); }
H1.HeaderClassName
{
color: #3C8451;
}
.AnyTagClassName
{
color: #3C8451;
}
</style>
background-color css
<style>
a { background-color: #3C8451; }
a { background-color: rgb(60,132,81); }
div.DivClassName
{
background-color: #3C8451;
}
.BgClassName
{
background-color: #3C8451;
}
</style>
border-color css
<style>
span { border-color: #3C8451; }
span { border-color: rgb(60,132,81); }
td.TdClassName
{
border-color: #3C8451;
}
.TagClassName
{
border-color: #3C8451;
}
</style>