Shades of Amazon #3A804C
Tints of Amazon #3A804C
RGB
CMYK
RGB Variations
Color information
#3A804C (or 0x3A804C) is known color: Amazon. HEX triplet: 3A, 80 and 4C. RGB value is (58,128,76). Sum of RGB (Red+Green+Blue) = 58+128+76=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #3A804C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A804C is #C57FB3. Grayscale: #656565. Windows color (decimal): -12943284 or 5013562. OLE color: 5013562.
HSL color Cylindrical-coordinate representation of color #3A804C: hue angle of 135.43º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A804C is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 128 | 76 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.50 |
| HSL | 135.43º | 0.38% | 0.36% | - |
| HSV(B) | 135.43º | 0.55% | 0.5% | - |
| XYZ | 10.77 | 16.86 | 9.52 | - |
| YUV | 101.14 | 113.81 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 128 | 76 | 0.55 | 0 | 0.41 | 0.50 | 135.43 | 0.38 | 0.36 |
| Hex | 3A | 80 | 4C | 37 | 0 | 29 | 32 | 87 | 26 | 24 |
| Octal | 72 | 200 | 114 | 67 | 0 | 51 | 62 | 207 | 46 | 44 |
| Binary | 111010 | 10000000 | 1001100 | 110111 | 0 | 101001 | 110010 | 10000111 | 100110 | 100100 |
Color Harmonies of #3A804C
Complementary color
Monochromatic Colors of #3A804C
Black with #3A804C
Text Example
Text Example
White with #3A804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A804C; }
p { color: rgb(58,128,76); }
H1.HeaderClassName
{
color: #3A804C;
}
.AnyTagClassName
{
color: #3A804C;
}
</style>
background-color css
<style>
a { background-color: #3A804C; }
a { background-color: rgb(58,128,76); }
div.DivClassName
{
background-color: #3A804C;
}
.BgClassName
{
background-color: #3A804C;
}
</style>
border-color css
<style>
span { border-color: #3A804C; }
span { border-color: rgb(58,128,76); }
td.TdClassName
{
border-color: #3A804C;
}
.TagClassName
{
border-color: #3A804C;
}
</style>