Shades of Amazon #3F7350
Tints of Amazon #3F7350
RGB
CMYK
RGB Variations
Color information
#3F7350 (or 0x3F7350) is known color: Amazon. HEX triplet: 3F, 73 and 50. RGB value is (63,115,80). Sum of RGB (Red+Green+Blue) = 63+115+80=258 (34% of max value = 765). Red value is 63 (25% from 255 or 24.42% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #3F7350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7350 is #C08CAF. Grayscale: #5F5F5F. Windows color (decimal): -12618928 or 5272383. OLE color: 5272383.
HSL color Cylindrical-coordinate representation of color #3F7350: hue angle of 139.62º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F7350 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 115 | 80 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.55 |
| HSL | 139.62º | 0.29% | 0.35% | - |
| HSV(B) | 139.62º | 0.45% | 0.45% | - |
| XYZ | 9.63 | 13.9 | 9.76 | - |
| YUV | 95.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 80 | 0.45 | 0 | 0.30 | 0.55 | 139.62 | 0.29 | 0.35 |
| Hex | 3F | 73 | 50 | 2D | 0 | 1E | 37 | 8C | 1D | 23 |
| Octal | 77 | 163 | 120 | 55 | 0 | 36 | 67 | 214 | 35 | 43 |
| Binary | 111111 | 1110011 | 1010000 | 101101 | 0 | 11110 | 110111 | 10001100 | 11101 | 100011 |
Color Harmonies of #3F7350
Complementary color
Monochromatic Colors of #3F7350
Black with #3F7350
Text Example
Text Example
White with #3F7350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7350; }
p { color: rgb(63,115,80); }
H1.HeaderClassName
{
color: #3F7350;
}
.AnyTagClassName
{
color: #3F7350;
}
</style>
background-color css
<style>
a { background-color: #3F7350; }
a { background-color: rgb(63,115,80); }
div.DivClassName
{
background-color: #3F7350;
}
.BgClassName
{
background-color: #3F7350;
}
</style>
border-color css
<style>
span { border-color: #3F7350; }
span { border-color: rgb(63,115,80); }
td.TdClassName
{
border-color: #3F7350;
}
.TagClassName
{
border-color: #3F7350;
}
</style>