Shades of Amazon #3F745B
Tints of Amazon #3F745B
RGB
CMYK
RGB Variations
Color information
#3F745B (or 0x3F745B) is known color: Amazon. HEX triplet: 3F, 74 and 5B. RGB value is (63,116,91). Sum of RGB (Red+Green+Blue) = 63+116+91=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 116 - color contains mainly: green. Hex color #3F745B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F745B is #C08BA4. Grayscale: #616161. Windows color (decimal): -12618661 or 5993535. OLE color: 5993535.
HSL color Cylindrical-coordinate representation of color #3F745B: hue angle of 151.7º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F745B is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 116 | 91 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.55 |
| HSL | 151.7º | 0.3% | 0.35% | - |
| HSV(B) | 151.7º | 0.46% | 0.45% | - |
| XYZ | 10.18 | 14.3 | 12.12 | - |
| YUV | 97.3 | 124.44 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 116 | 91 | 0.46 | 0 | 0.22 | 0.55 | 151.7 | 0.3 | 0.35 |
| Hex | 3F | 74 | 5B | 2E | 0 | 16 | 37 | 98 | 1E | 23 |
| Octal | 77 | 164 | 133 | 56 | 0 | 26 | 67 | 230 | 36 | 43 |
| Binary | 111111 | 1110100 | 1011011 | 101110 | 0 | 10110 | 110111 | 10011000 | 11110 | 100011 |
Color Harmonies of #3F745B
Complementary color
Monochromatic Colors of #3F745B
Black with #3F745B
Text Example
Text Example
White with #3F745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F745B; }
p { color: rgb(63,116,91); }
H1.HeaderClassName
{
color: #3F745B;
}
.AnyTagClassName
{
color: #3F745B;
}
</style>
background-color css
<style>
a { background-color: #3F745B; }
a { background-color: rgb(63,116,91); }
div.DivClassName
{
background-color: #3F745B;
}
.BgClassName
{
background-color: #3F745B;
}
</style>
border-color css
<style>
span { border-color: #3F745B; }
span { border-color: rgb(63,116,91); }
td.TdClassName
{
border-color: #3F745B;
}
.TagClassName
{
border-color: #3F745B;
}
</style>