Shades of Amazon #3A804B
Tints of Amazon #3A804B
RGB
CMYK
RGB Variations
Color information
#3A804B (or 0x3A804B) is known color: Amazon. HEX triplet: 3A, 80 and 4B. RGB value is (58,128,75). Sum of RGB (Red+Green+Blue) = 58+128+75=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 128 - color contains mainly: green. Hex color #3A804B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A804B is #C57FB4. Grayscale: #656565. Windows color (decimal): -12943285 or 4948026. OLE color: 4948026.
HSL color Cylindrical-coordinate representation of color #3A804B: hue angle of 134.57º 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 #3A804B is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 128 | 75 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.50 |
| HSL | 134.57º | 0.38% | 0.36% | - |
| HSV(B) | 134.57º | 0.55% | 0.5% | - |
| XYZ | 10.73 | 16.85 | 9.34 | - |
| YUV | 101.03 | 113.31 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 128 | 75 | 0.55 | 0 | 0.41 | 0.50 | 134.57 | 0.38 | 0.36 |
| Hex | 3A | 80 | 4B | 37 | 0 | 29 | 32 | 87 | 26 | 24 |
| Octal | 72 | 200 | 113 | 67 | 0 | 51 | 62 | 207 | 46 | 44 |
| Binary | 111010 | 10000000 | 1001011 | 110111 | 0 | 101001 | 110010 | 10000111 | 100110 | 100100 |
Color Harmonies of #3A804B
Complementary color
Monochromatic Colors of #3A804B
Black with #3A804B
Text Example
Text Example
White with #3A804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A804B; }
p { color: rgb(58,128,75); }
H1.HeaderClassName
{
color: #3A804B;
}
.AnyTagClassName
{
color: #3A804B;
}
</style>
background-color css
<style>
a { background-color: #3A804B; }
a { background-color: rgb(58,128,75); }
div.DivClassName
{
background-color: #3A804B;
}
.BgClassName
{
background-color: #3A804B;
}
</style>
border-color css
<style>
span { border-color: #3A804B; }
span { border-color: rgb(58,128,75); }
td.TdClassName
{
border-color: #3A804B;
}
.TagClassName
{
border-color: #3A804B;
}
</style>