Shades of Amazon #3B7553
Tints of Amazon #3B7553
RGB
CMYK
RGB Variations
Color information
#3B7553 (or 0x3B7553) is known color: Amazon. HEX triplet: 3B, 75 and 53. RGB value is (59,117,83). Sum of RGB (Red+Green+Blue) = 59+117+83=259 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.78% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #3B7553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7553 is #C48AAC. Grayscale: #5F5F5F. Windows color (decimal): -12880557 or 5469499. OLE color: 5469499.
HSL color Cylindrical-coordinate representation of color #3B7553: hue angle of 144.83º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B7553 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 117 | 83 | - |
| CMYK | 0.50 | 0 | 0.29 | 0.54 |
| HSL | 144.83º | 0.33% | 0.35% | - |
| HSV(B) | 144.83º | 0.5% | 0.46% | - |
| XYZ | 9.73 | 14.28 | 10.43 | - |
| YUV | 95.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 117 | 83 | 0.50 | 0 | 0.29 | 0.54 | 144.83 | 0.33 | 0.35 |
| Hex | 3B | 75 | 53 | 32 | 0 | 1D | 36 | 91 | 21 | 23 |
| Octal | 73 | 165 | 123 | 62 | 0 | 35 | 66 | 221 | 41 | 43 |
| Binary | 111011 | 1110101 | 1010011 | 110010 | 0 | 11101 | 110110 | 10010001 | 100001 | 100011 |
Color Harmonies of #3B7553
Complementary color
Monochromatic Colors of #3B7553
Black with #3B7553
Text Example
Text Example
White with #3B7553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7553; }
p { color: rgb(59,117,83); }
H1.HeaderClassName
{
color: #3B7553;
}
.AnyTagClassName
{
color: #3B7553;
}
</style>
background-color css
<style>
a { background-color: #3B7553; }
a { background-color: rgb(59,117,83); }
div.DivClassName
{
background-color: #3B7553;
}
.BgClassName
{
background-color: #3B7553;
}
</style>
border-color css
<style>
span { border-color: #3B7553; }
span { border-color: rgb(59,117,83); }
td.TdClassName
{
border-color: #3B7553;
}
.TagClassName
{
border-color: #3B7553;
}
</style>