Shades of Amazon #3F765F
Tints of Amazon #3F765F
RGB
CMYK
RGB Variations
Color information
#3F765F (or 0x3F765F) is known color: Amazon. HEX triplet: 3F, 76 and 5F. RGB value is (63,118,95). Sum of RGB (Red+Green+Blue) = 63+118+95=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #3F765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F765F is #C089A0. Grayscale: #626262. Windows color (decimal): -12618145 or 6256191. OLE color: 6256191.
HSL color Cylindrical-coordinate representation of color #3F765F: hue angle of 154.91º 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 #3F765F is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 95 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.54 |
| HSL | 154.91º | 0.3% | 0.35% | - |
| HSV(B) | 154.91º | 0.47% | 0.46% | - |
| XYZ | 10.59 | 14.84 | 13.13 | - |
| YUV | 98.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 95 | 0.47 | 0 | 0.19 | 0.54 | 154.91 | 0.3 | 0.35 |
| Hex | 3F | 76 | 5F | 2F | 0 | 13 | 36 | 9B | 1E | 23 |
| Octal | 77 | 166 | 137 | 57 | 0 | 23 | 66 | 233 | 36 | 43 |
| Binary | 111111 | 1110110 | 1011111 | 101111 | 0 | 10011 | 110110 | 10011011 | 11110 | 100011 |
Color Harmonies of #3F765F
Complementary color
Monochromatic Colors of #3F765F
Black with #3F765F
Text Example
Text Example
White with #3F765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F765F; }
p { color: rgb(63,118,95); }
H1.HeaderClassName
{
color: #3F765F;
}
.AnyTagClassName
{
color: #3F765F;
}
</style>
background-color css
<style>
a { background-color: #3F765F; }
a { background-color: rgb(63,118,95); }
div.DivClassName
{
background-color: #3F765F;
}
.BgClassName
{
background-color: #3F765F;
}
</style>
border-color css
<style>
span { border-color: #3F765F; }
span { border-color: rgb(63,118,95); }
td.TdClassName
{
border-color: #3F765F;
}
.TagClassName
{
border-color: #3F765F;
}
</style>