Shades of Amazon #3B735A
Tints of Amazon #3B735A
RGB
CMYK
RGB Variations
Color information
#3B735A (or 0x3B735A) is known color: Amazon. HEX triplet: 3B, 73 and 5A. RGB value is (59,115,90). Sum of RGB (Red+Green+Blue) = 59+115+90=264 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.35% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #3B735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B735A is #C48CA5. Grayscale: #5F5F5F. Windows color (decimal): -12881062 or 5927739. OLE color: 5927739.
HSL color Cylindrical-coordinate representation of color #3B735A: hue angle of 153.21º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B735A is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 115 | 90 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.55 |
| HSL | 153.21º | 0.32% | 0.34% | - |
| HSV(B) | 153.21º | 0.49% | 0.45% | - |
| XYZ | 9.78 | 13.93 | 11.85 | - |
| YUV | 95.41 | 124.95 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 115 | 90 | 0.49 | 0 | 0.22 | 0.55 | 153.21 | 0.32 | 0.34 |
| Hex | 3B | 73 | 5A | 31 | 0 | 16 | 37 | 99 | 20 | 22 |
| Octal | 73 | 163 | 132 | 61 | 0 | 26 | 67 | 231 | 40 | 42 |
| Binary | 111011 | 1110011 | 1011010 | 110001 | 0 | 10110 | 110111 | 10011001 | 100000 | 100010 |
Color Harmonies of #3B735A
Complementary color
Monochromatic Colors of #3B735A
Black with #3B735A
Text Example
Text Example
White with #3B735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B735A; }
p { color: rgb(59,115,90); }
H1.HeaderClassName
{
color: #3B735A;
}
.AnyTagClassName
{
color: #3B735A;
}
</style>
background-color css
<style>
a { background-color: #3B735A; }
a { background-color: rgb(59,115,90); }
div.DivClassName
{
background-color: #3B735A;
}
.BgClassName
{
background-color: #3B735A;
}
</style>
border-color css
<style>
span { border-color: #3B735A; }
span { border-color: rgb(59,115,90); }
td.TdClassName
{
border-color: #3B735A;
}
.TagClassName
{
border-color: #3B735A;
}
</style>