Shades of Amazon #3B765A
Tints of Amazon #3B765A
RGB
CMYK
RGB Variations
Color information
#3B765A (or 0x3B765A) is known color: Amazon. HEX triplet: 3B, 76 and 5A. RGB value is (59,118,90). Sum of RGB (Red+Green+Blue) = 59+118+90=267 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.10% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #3B765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B765A is #C489A5. Grayscale: #616161. Windows color (decimal): -12880294 or 5928507. OLE color: 5928507.
HSL color Cylindrical-coordinate representation of color #3B765A: hue angle of 151.53º 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 #3B765A is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 118 | 90 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.54 |
| HSL | 151.53º | 0.33% | 0.35% | - |
| HSV(B) | 151.53º | 0.5% | 0.46% | - |
| XYZ | 10.13 | 14.62 | 11.96 | - |
| YUV | 97.17 | 123.95 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 118 | 90 | 0.50 | 0 | 0.24 | 0.54 | 151.53 | 0.33 | 0.35 |
| Hex | 3B | 76 | 5A | 32 | 0 | 18 | 36 | 98 | 21 | 23 |
| Octal | 73 | 166 | 132 | 62 | 0 | 30 | 66 | 230 | 41 | 43 |
| Binary | 111011 | 1110110 | 1011010 | 110010 | 0 | 11000 | 110110 | 10011000 | 100001 | 100011 |
Color Harmonies of #3B765A
Complementary color
Monochromatic Colors of #3B765A
Black with #3B765A
Text Example
Text Example
White with #3B765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B765A; }
p { color: rgb(59,118,90); }
H1.HeaderClassName
{
color: #3B765A;
}
.AnyTagClassName
{
color: #3B765A;
}
</style>
background-color css
<style>
a { background-color: #3B765A; }
a { background-color: rgb(59,118,90); }
div.DivClassName
{
background-color: #3B765A;
}
.BgClassName
{
background-color: #3B765A;
}
</style>
border-color css
<style>
span { border-color: #3B765A; }
span { border-color: rgb(59,118,90); }
td.TdClassName
{
border-color: #3B765A;
}
.TagClassName
{
border-color: #3B765A;
}
</style>