Shades of Amazon #3F7758
Tints of Amazon #3F7758
RGB
CMYK
RGB Variations
Color information
#3F7758 (or 0x3F7758) is known color: Amazon. HEX triplet: 3F, 77 and 58. RGB value is (63,119,88). Sum of RGB (Red+Green+Blue) = 63+119+88=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7758 is #C088A7. Grayscale: #626262. Windows color (decimal): -12617896 or 5797695. OLE color: 5797695.
HSL color Cylindrical-coordinate representation of color #3F7758: hue angle of 146.79º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7758 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 119 | 88 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.53 |
| HSL | 146.79º | 0.31% | 0.36% | - |
| HSV(B) | 146.79º | 0.47% | 0.47% | - |
| XYZ | 10.41 | 14.95 | 11.57 | - |
| YUV | 98.72 | 121.95 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 119 | 88 | 0.47 | 0 | 0.26 | 0.53 | 146.79 | 0.31 | 0.36 |
| Hex | 3F | 77 | 58 | 2F | 0 | 1A | 35 | 93 | 1F | 24 |
| Octal | 77 | 167 | 130 | 57 | 0 | 32 | 65 | 223 | 37 | 44 |
| Binary | 111111 | 1110111 | 1011000 | 101111 | 0 | 11010 | 110101 | 10010011 | 11111 | 100100 |
Color Harmonies of #3F7758
Complementary color
Monochromatic Colors of #3F7758
Black with #3F7758
Text Example
Text Example
White with #3F7758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7758; }
p { color: rgb(63,119,88); }
H1.HeaderClassName
{
color: #3F7758;
}
.AnyTagClassName
{
color: #3F7758;
}
</style>
background-color css
<style>
a { background-color: #3F7758; }
a { background-color: rgb(63,119,88); }
div.DivClassName
{
background-color: #3F7758;
}
.BgClassName
{
background-color: #3F7758;
}
</style>
border-color css
<style>
span { border-color: #3F7758; }
span { border-color: rgb(63,119,88); }
td.TdClassName
{
border-color: #3F7758;
}
.TagClassName
{
border-color: #3F7758;
}
</style>