Shades of Amazon #3B875A
Tints of Amazon #3B875A
RGB
CMYK
RGB Variations
Color information
#3B875A (or 0x3B875A) is known color: Amazon. HEX triplet: 3B, 87 and 5A. RGB value is (59,135,90). Sum of RGB (Red+Green+Blue) = 59+135+90=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #3B875A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B875A is #C478A5. Grayscale: #6B6B6B. Windows color (decimal): -12875942 or 5932859. OLE color: 5932859.
HSL color Cylindrical-coordinate representation of color #3B875A: hue angle of 144.47º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B875A is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 135 | 90 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.47 |
| HSL | 144.47º | 0.39% | 0.38% | - |
| HSV(B) | 144.47º | 0.56% | 0.53% | - |
| XYZ | 12.31 | 19 | 12.69 | - |
| YUV | 107.15 | 118.32 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 135 | 90 | 0.56 | 0 | 0.33 | 0.47 | 144.47 | 0.39 | 0.38 |
| Hex | 3B | 87 | 5A | 38 | 0 | 21 | 2F | 90 | 27 | 26 |
| Octal | 73 | 207 | 132 | 70 | 0 | 41 | 57 | 220 | 47 | 46 |
| Binary | 111011 | 10000111 | 1011010 | 111000 | 0 | 100001 | 101111 | 10010000 | 100111 | 100110 |
Color Harmonies of #3B875A
Complementary color
Monochromatic Colors of #3B875A
Black with #3B875A
Text Example
Text Example
White with #3B875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B875A; }
p { color: rgb(59,135,90); }
H1.HeaderClassName
{
color: #3B875A;
}
.AnyTagClassName
{
color: #3B875A;
}
</style>
background-color css
<style>
a { background-color: #3B875A; }
a { background-color: rgb(59,135,90); }
div.DivClassName
{
background-color: #3B875A;
}
.BgClassName
{
background-color: #3B875A;
}
</style>
border-color css
<style>
span { border-color: #3B875A; }
span { border-color: rgb(59,135,90); }
td.TdClassName
{
border-color: #3B875A;
}
.TagClassName
{
border-color: #3B875A;
}
</style>