Shades of Amazon #3F765E
Tints of Amazon #3F765E
RGB
CMYK
RGB Variations
Color information
#3F765E (or 0x3F765E) is known color: Amazon. HEX triplet: 3F, 76 and 5E. RGB value is (63,118,94). Sum of RGB (Red+Green+Blue) = 63+118+94=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 118 - color contains mainly: green. Hex color #3F765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F765E is #C089A1. Grayscale: #626262. Windows color (decimal): -12618146 or 6190655. OLE color: 6190655.
HSL color Cylindrical-coordinate representation of color #3F765E: hue angle of 153.82º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F765E is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 94 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.54 |
| HSL | 153.82º | 0.3% | 0.35% | - |
| HSV(B) | 153.82º | 0.47% | 0.46% | - |
| XYZ | 10.55 | 14.82 | 12.89 | - |
| YUV | 98.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 94 | 0.47 | 0 | 0.20 | 0.54 | 153.82 | 0.3 | 0.35 |
| Hex | 3F | 76 | 5E | 2F | 0 | 14 | 36 | 9A | 1E | 23 |
| Octal | 77 | 166 | 136 | 57 | 0 | 24 | 66 | 232 | 36 | 43 |
| Binary | 111111 | 1110110 | 1011110 | 101111 | 0 | 10100 | 110110 | 10011010 | 11110 | 100011 |
Color Harmonies of #3F765E
Complementary color
Monochromatic Colors of #3F765E
Black with #3F765E
Text Example
Text Example
White with #3F765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F765E; }
p { color: rgb(63,118,94); }
H1.HeaderClassName
{
color: #3F765E;
}
.AnyTagClassName
{
color: #3F765E;
}
</style>
background-color css
<style>
a { background-color: #3F765E; }
a { background-color: rgb(63,118,94); }
div.DivClassName
{
background-color: #3F765E;
}
.BgClassName
{
background-color: #3F765E;
}
</style>
border-color css
<style>
span { border-color: #3F765E; }
span { border-color: rgb(63,118,94); }
td.TdClassName
{
border-color: #3F765E;
}
.TagClassName
{
border-color: #3F765E;
}
</style>