Shades of Amazon #3F7753
Tints of Amazon #3F7753
RGB
CMYK
RGB Variations
Color information
#3F7753 (or 0x3F7753) is known color: Amazon. HEX triplet: 3F, 77 and 53. RGB value is (63,119,83). Sum of RGB (Red+Green+Blue) = 63+119+83=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7753 is #C088AC. Grayscale: #626262. Windows color (decimal): -12617901 or 5470015. OLE color: 5470015.
HSL color Cylindrical-coordinate representation of color #3F7753: hue angle of 141.43º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7753 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 119 | 83 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.53 |
| HSL | 141.43º | 0.31% | 0.36% | - |
| HSV(B) | 141.43º | 0.47% | 0.47% | - |
| XYZ | 10.21 | 14.87 | 10.52 | - |
| YUV | 98.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 119 | 83 | 0.47 | 0 | 0.30 | 0.53 | 141.43 | 0.31 | 0.36 |
| Hex | 3F | 77 | 53 | 2F | 0 | 1E | 35 | 8D | 1F | 24 |
| Octal | 77 | 167 | 123 | 57 | 0 | 36 | 65 | 215 | 37 | 44 |
| Binary | 111111 | 1110111 | 1010011 | 101111 | 0 | 11110 | 110101 | 10001101 | 11111 | 100100 |
Color Harmonies of #3F7753
Complementary color
Monochromatic Colors of #3F7753
Black with #3F7753
Text Example
Text Example
White with #3F7753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7753; }
p { color: rgb(63,119,83); }
H1.HeaderClassName
{
color: #3F7753;
}
.AnyTagClassName
{
color: #3F7753;
}
</style>
background-color css
<style>
a { background-color: #3F7753; }
a { background-color: rgb(63,119,83); }
div.DivClassName
{
background-color: #3F7753;
}
.BgClassName
{
background-color: #3F7753;
}
</style>
border-color css
<style>
span { border-color: #3F7753; }
span { border-color: rgb(63,119,83); }
td.TdClassName
{
border-color: #3F7753;
}
.TagClassName
{
border-color: #3F7753;
}
</style>