Shades of Amazon #3B894D
Tints of Amazon #3B894D
RGB
CMYK
RGB Variations
Color information
#3B894D (or 0x3B894D) is known color: Amazon. HEX triplet: 3B, 89 and 4D. RGB value is (59,137,77). Sum of RGB (Red+Green+Blue) = 59+137+77=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #3B894D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B894D is #C476B2. Grayscale: #6B6B6B. Windows color (decimal): -12875443 or 5081403. OLE color: 5081403.
HSL color Cylindrical-coordinate representation of color #3B894D: hue angle of 133.85º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B894D is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 59 | 137 | 77 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.46 |
| HSL | 133.85º | 0.4% | 0.38% | - |
| HSV(B) | 133.85º | 0.57% | 0.54% | - |
| XYZ | 12.09 | 19.36 | 10.12 | - |
| YUV | 106.84 | 111.16 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 137 | 77 | 0.57 | 0 | 0.44 | 0.46 | 133.85 | 0.4 | 0.38 |
| Hex | 3B | 89 | 4D | 39 | 0 | 2C | 2E | 86 | 28 | 26 |
| Octal | 73 | 211 | 115 | 71 | 0 | 54 | 56 | 206 | 50 | 46 |
| Binary | 111011 | 10001001 | 1001101 | 111001 | 0 | 101100 | 101110 | 10000110 | 101000 | 100110 |
Color Harmonies of #3B894D
Complementary color
Monochromatic Colors of #3B894D
Black with #3B894D
Text Example
Text Example
White with #3B894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B894D; }
p { color: rgb(59,137,77); }
H1.HeaderClassName
{
color: #3B894D;
}
.AnyTagClassName
{
color: #3B894D;
}
</style>
background-color css
<style>
a { background-color: #3B894D; }
a { background-color: rgb(59,137,77); }
div.DivClassName
{
background-color: #3B894D;
}
.BgClassName
{
background-color: #3B894D;
}
</style>
border-color css
<style>
span { border-color: #3B894D; }
span { border-color: rgb(59,137,77); }
td.TdClassName
{
border-color: #3B894D;
}
.TagClassName
{
border-color: #3B894D;
}
</style>