Shades of Amazon #3F7355
Tints of Amazon #3F7355
RGB
CMYK
RGB Variations
Color information
#3F7355 (or 0x3F7355) is known color: Amazon. HEX triplet: 3F, 73 and 55. RGB value is (63,115,85). Sum of RGB (Red+Green+Blue) = 63+115+85=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #3F7355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7355 is #C08CAA. Grayscale: #606060. Windows color (decimal): -12618923 or 5600063. OLE color: 5600063.
HSL color Cylindrical-coordinate representation of color #3F7355: hue angle of 145.38º 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 #3F7355 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 115 | 85 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.55 |
| HSL | 145.38º | 0.29% | 0.35% | - |
| HSV(B) | 145.38º | 0.45% | 0.45% | - |
| XYZ | 9.82 | 13.97 | 10.77 | - |
| YUV | 96.03 | 121.77 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 85 | 0.45 | 0 | 0.26 | 0.55 | 145.38 | 0.29 | 0.35 |
| Hex | 3F | 73 | 55 | 2D | 0 | 1A | 37 | 91 | 1D | 23 |
| Octal | 77 | 163 | 125 | 55 | 0 | 32 | 67 | 221 | 35 | 43 |
| Binary | 111111 | 1110011 | 1010101 | 101101 | 0 | 11010 | 110111 | 10010001 | 11101 | 100011 |
Color Harmonies of #3F7355
Complementary color
Monochromatic Colors of #3F7355
Black with #3F7355
Text Example
Text Example
White with #3F7355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7355; }
p { color: rgb(63,115,85); }
H1.HeaderClassName
{
color: #3F7355;
}
.AnyTagClassName
{
color: #3F7355;
}
</style>
background-color css
<style>
a { background-color: #3F7355; }
a { background-color: rgb(63,115,85); }
div.DivClassName
{
background-color: #3F7355;
}
.BgClassName
{
background-color: #3F7355;
}
</style>
border-color css
<style>
span { border-color: #3F7355; }
span { border-color: rgb(63,115,85); }
td.TdClassName
{
border-color: #3F7355;
}
.TagClassName
{
border-color: #3F7355;
}
</style>