Shades of Amazon #3F765A
Tints of Amazon #3F765A
RGB
CMYK
RGB Variations
Color information
#3F765A (or 0x3F765A) is known color: Amazon. HEX triplet: 3F, 76 and 5A. RGB value is (63,118,90). Sum of RGB (Red+Green+Blue) = 63+118+90=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 118 - color contains mainly: green. Hex color #3F765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F765A is #C089A5. Grayscale: #626262. Windows color (decimal): -12618150 or 5928511. OLE color: 5928511.
HSL color Cylindrical-coordinate representation of color #3F765A: hue angle of 149.45º 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 #3F765A is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 90 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.54 |
| HSL | 149.45º | 0.3% | 0.35% | - |
| HSV(B) | 149.45º | 0.47% | 0.46% | - |
| XYZ | 10.37 | 14.75 | 11.97 | - |
| YUV | 98.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 90 | 0.47 | 0 | 0.24 | 0.54 | 149.45 | 0.3 | 0.35 |
| Hex | 3F | 76 | 5A | 2F | 0 | 18 | 36 | 95 | 1E | 23 |
| Octal | 77 | 166 | 132 | 57 | 0 | 30 | 66 | 225 | 36 | 43 |
| Binary | 111111 | 1110110 | 1011010 | 101111 | 0 | 11000 | 110110 | 10010101 | 11110 | 100011 |
Color Harmonies of #3F765A
Complementary color
Monochromatic Colors of #3F765A
Black with #3F765A
Text Example
Text Example
White with #3F765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F765A; }
p { color: rgb(63,118,90); }
H1.HeaderClassName
{
color: #3F765A;
}
.AnyTagClassName
{
color: #3F765A;
}
</style>
background-color css
<style>
a { background-color: #3F765A; }
a { background-color: rgb(63,118,90); }
div.DivClassName
{
background-color: #3F765A;
}
.BgClassName
{
background-color: #3F765A;
}
</style>
border-color css
<style>
span { border-color: #3F765A; }
span { border-color: rgb(63,118,90); }
td.TdClassName
{
border-color: #3F765A;
}
.TagClassName
{
border-color: #3F765A;
}
</style>