Shades of Amazon #3B7451
Tints of Amazon #3B7451
RGB
CMYK
RGB Variations
Color information
#3B7451 (or 0x3B7451) is known color: Amazon. HEX triplet: 3B, 74 and 51. RGB value is (59,116,81). Sum of RGB (Red+Green+Blue) = 59+116+81=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #3B7451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7451 is #C48BAE. Grayscale: #5F5F5F. Windows color (decimal): -12880815 or 5338171. OLE color: 5338171.
HSL color Cylindrical-coordinate representation of color #3B7451: hue angle of 143.16º degrees, saturation: 0.33, 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 #3B7451 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 116 | 81 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.55 |
| HSL | 143.16º | 0.33% | 0.34% | - |
| HSV(B) | 143.16º | 0.49% | 0.45% | - |
| XYZ | 9.53 | 14.01 | 9.99 | - |
| YUV | 94.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 116 | 81 | 0.49 | 0 | 0.30 | 0.55 | 143.16 | 0.33 | 0.34 |
| Hex | 3B | 74 | 51 | 31 | 0 | 1E | 37 | 8F | 21 | 22 |
| Octal | 73 | 164 | 121 | 61 | 0 | 36 | 67 | 217 | 41 | 42 |
| Binary | 111011 | 1110100 | 1010001 | 110001 | 0 | 11110 | 110111 | 10001111 | 100001 | 100010 |
Color Harmonies of #3B7451
Complementary color
Monochromatic Colors of #3B7451
Black with #3B7451
Text Example
Text Example
White with #3B7451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7451; }
p { color: rgb(59,116,81); }
H1.HeaderClassName
{
color: #3B7451;
}
.AnyTagClassName
{
color: #3B7451;
}
</style>
background-color css
<style>
a { background-color: #3B7451; }
a { background-color: rgb(59,116,81); }
div.DivClassName
{
background-color: #3B7451;
}
.BgClassName
{
background-color: #3B7451;
}
</style>
border-color css
<style>
span { border-color: #3B7451; }
span { border-color: rgb(59,116,81); }
td.TdClassName
{
border-color: #3B7451;
}
.TagClassName
{
border-color: #3B7451;
}
</style>