Shades of Amazon #3B755C
Tints of Amazon #3B755C
RGB
CMYK
RGB Variations
Color information
#3B755C (or 0x3B755C) is known color: Amazon. HEX triplet: 3B, 75 and 5C. RGB value is (59,117,92). Sum of RGB (Red+Green+Blue) = 59+117+92=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #3B755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B755C is #C48AA3. Grayscale: #606060. Windows color (decimal): -12880548 or 6059323. OLE color: 6059323.
HSL color Cylindrical-coordinate representation of color #3B755C: hue angle of 154.14º 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 #3B755C is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 117 | 92 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.54 |
| HSL | 154.14º | 0.33% | 0.35% | - |
| HSV(B) | 154.14º | 0.5% | 0.46% | - |
| XYZ | 10.1 | 14.43 | 12.38 | - |
| YUV | 96.81 | 125.28 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 117 | 92 | 0.50 | 0 | 0.21 | 0.54 | 154.14 | 0.33 | 0.35 |
| Hex | 3B | 75 | 5C | 32 | 0 | 15 | 36 | 9A | 21 | 23 |
| Octal | 73 | 165 | 134 | 62 | 0 | 25 | 66 | 232 | 41 | 43 |
| Binary | 111011 | 1110101 | 1011100 | 110010 | 0 | 10101 | 110110 | 10011010 | 100001 | 100011 |
Color Harmonies of #3B755C
Complementary color
Monochromatic Colors of #3B755C
Black with #3B755C
Text Example
Text Example
White with #3B755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B755C; }
p { color: rgb(59,117,92); }
H1.HeaderClassName
{
color: #3B755C;
}
.AnyTagClassName
{
color: #3B755C;
}
</style>
background-color css
<style>
a { background-color: #3B755C; }
a { background-color: rgb(59,117,92); }
div.DivClassName
{
background-color: #3B755C;
}
.BgClassName
{
background-color: #3B755C;
}
</style>
border-color css
<style>
span { border-color: #3B755C; }
span { border-color: rgb(59,117,92); }
td.TdClassName
{
border-color: #3B755C;
}
.TagClassName
{
border-color: #3B755C;
}
</style>