Shades of Amazon #3F755A
Tints of Amazon #3F755A
RGB
CMYK
RGB Variations
Color information
#3F755A (or 0x3F755A) is known color: Amazon. HEX triplet: 3F, 75 and 5A. RGB value is (63,117,90). Sum of RGB (Red+Green+Blue) = 63+117+90=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 117 - color contains mainly: green. Hex color #3F755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F755A is #C08AA5. Grayscale: #616161. Windows color (decimal): -12618406 or 5928255. OLE color: 5928255.
HSL color Cylindrical-coordinate representation of color #3F755A: hue angle of 150º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F755A is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 117 | 90 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.54 |
| HSL | 150º | 0.3% | 0.35% | - |
| HSV(B) | 150º | 0.46% | 0.46% | - |
| XYZ | 10.26 | 14.52 | 11.93 | - |
| YUV | 97.78 | 123.61 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 90 | 0.46 | 0 | 0.23 | 0.54 | 150 | 0.3 | 0.35 |
| Hex | 3F | 75 | 5A | 2E | 0 | 17 | 36 | 96 | 1E | 23 |
| Octal | 77 | 165 | 132 | 56 | 0 | 27 | 66 | 226 | 36 | 43 |
| Binary | 111111 | 1110101 | 1011010 | 101110 | 0 | 10111 | 110110 | 10010110 | 11110 | 100011 |
Color Harmonies of #3F755A
Complementary color
Monochromatic Colors of #3F755A
Black with #3F755A
Text Example
Text Example
White with #3F755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F755A; }
p { color: rgb(63,117,90); }
H1.HeaderClassName
{
color: #3F755A;
}
.AnyTagClassName
{
color: #3F755A;
}
</style>
background-color css
<style>
a { background-color: #3F755A; }
a { background-color: rgb(63,117,90); }
div.DivClassName
{
background-color: #3F755A;
}
.BgClassName
{
background-color: #3F755A;
}
</style>
border-color css
<style>
span { border-color: #3F755A; }
span { border-color: rgb(63,117,90); }
td.TdClassName
{
border-color: #3F755A;
}
.TagClassName
{
border-color: #3F755A;
}
</style>