Shades of Amazon #3B775B
Tints of Amazon #3B775B
RGB
CMYK
RGB Variations
Color information
#3B775B (or 0x3B775B) is known color: Amazon. HEX triplet: 3B, 77 and 5B. RGB value is (59,119,91). Sum of RGB (Red+Green+Blue) = 59+119+91=269 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.93% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #3B775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B775B is #C488A4. Grayscale: #616161. Windows color (decimal): -12880037 or 5994299. OLE color: 5994299.
HSL color Cylindrical-coordinate representation of color #3B775B: hue angle of 152º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B775B is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 119 | 91 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.53 |
| HSL | 152º | 0.34% | 0.35% | - |
| HSV(B) | 152º | 0.5% | 0.47% | - |
| XYZ | 10.29 | 14.88 | 12.23 | - |
| YUV | 97.87 | 124.12 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 119 | 91 | 0.50 | 0 | 0.24 | 0.53 | 152 | 0.34 | 0.35 |
| Hex | 3B | 77 | 5B | 32 | 0 | 18 | 35 | 98 | 22 | 23 |
| Octal | 73 | 167 | 133 | 62 | 0 | 30 | 65 | 230 | 42 | 43 |
| Binary | 111011 | 1110111 | 1011011 | 110010 | 0 | 11000 | 110101 | 10011000 | 100010 | 100011 |
Color Harmonies of #3B775B
Complementary color
Monochromatic Colors of #3B775B
Black with #3B775B
Text Example
Text Example
White with #3B775B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B775B; }
p { color: rgb(59,119,91); }
H1.HeaderClassName
{
color: #3B775B;
}
.AnyTagClassName
{
color: #3B775B;
}
</style>
background-color css
<style>
a { background-color: #3B775B; }
a { background-color: rgb(59,119,91); }
div.DivClassName
{
background-color: #3B775B;
}
.BgClassName
{
background-color: #3B775B;
}
</style>
border-color css
<style>
span { border-color: #3B775B; }
span { border-color: rgb(59,119,91); }
td.TdClassName
{
border-color: #3B775B;
}
.TagClassName
{
border-color: #3B775B;
}
</style>