Shades of Amazon #3B755A
Tints of Amazon #3B755A
RGB
CMYK
RGB Variations
Color information
#3B755A (or 0x3B755A) is known color: Amazon. HEX triplet: 3B, 75 and 5A. RGB value is (59,117,90). Sum of RGB (Red+Green+Blue) = 59+117+90=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #3B755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B755A is #C48AA5. Grayscale: #606060. Windows color (decimal): -12880550 or 5928251. OLE color: 5928251.
HSL color Cylindrical-coordinate representation of color #3B755A: hue angle of 152.07º 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 #3B755A is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 117 | 90 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.54 |
| HSL | 152.07º | 0.33% | 0.35% | - |
| HSV(B) | 152.07º | 0.5% | 0.46% | - |
| XYZ | 10.01 | 14.39 | 11.92 | - |
| YUV | 96.58 | 124.28 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 117 | 90 | 0.50 | 0 | 0.23 | 0.54 | 152.07 | 0.33 | 0.35 |
| Hex | 3B | 75 | 5A | 32 | 0 | 17 | 36 | 98 | 21 | 23 |
| Octal | 73 | 165 | 132 | 62 | 0 | 27 | 66 | 230 | 41 | 43 |
| Binary | 111011 | 1110101 | 1011010 | 110010 | 0 | 10111 | 110110 | 10011000 | 100001 | 100011 |
Color Harmonies of #3B755A
Complementary color
Monochromatic Colors of #3B755A
Black with #3B755A
Text Example
Text Example
White with #3B755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B755A; }
p { color: rgb(59,117,90); }
H1.HeaderClassName
{
color: #3B755A;
}
.AnyTagClassName
{
color: #3B755A;
}
</style>
background-color css
<style>
a { background-color: #3B755A; }
a { background-color: rgb(59,117,90); }
div.DivClassName
{
background-color: #3B755A;
}
.BgClassName
{
background-color: #3B755A;
}
</style>
border-color css
<style>
span { border-color: #3B755A; }
span { border-color: rgb(59,117,90); }
td.TdClassName
{
border-color: #3B755A;
}
.TagClassName
{
border-color: #3B755A;
}
</style>