Shades of Amazon #3F7752
Tints of Amazon #3F7752
RGB
CMYK
RGB Variations
Color information
#3F7752 (or 0x3F7752) is known color: Amazon. HEX triplet: 3F, 77 and 52. RGB value is (63,119,82). Sum of RGB (Red+Green+Blue) = 63+119+82=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7752 is #C088AD. Grayscale: #626262. Windows color (decimal): -12617902 or 5404479. OLE color: 5404479.
HSL color Cylindrical-coordinate representation of color #3F7752: hue angle of 140.36º 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 #3F7752 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 119 | 82 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.53 |
| HSL | 140.36º | 0.31% | 0.36% | - |
| HSV(B) | 140.36º | 0.47% | 0.47% | - |
| XYZ | 10.17 | 14.86 | 10.31 | - |
| YUV | 98.04 | 118.95 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 119 | 82 | 0.47 | 0 | 0.31 | 0.53 | 140.36 | 0.31 | 0.36 |
| Hex | 3F | 77 | 52 | 2F | 0 | 1F | 35 | 8C | 1F | 24 |
| Octal | 77 | 167 | 122 | 57 | 0 | 37 | 65 | 214 | 37 | 44 |
| Binary | 111111 | 1110111 | 1010010 | 101111 | 0 | 11111 | 110101 | 10001100 | 11111 | 100100 |
Color Harmonies of #3F7752
Complementary color
Monochromatic Colors of #3F7752
Black with #3F7752
Text Example
Text Example
White with #3F7752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7752; }
p { color: rgb(63,119,82); }
H1.HeaderClassName
{
color: #3F7752;
}
.AnyTagClassName
{
color: #3F7752;
}
</style>
background-color css
<style>
a { background-color: #3F7752; }
a { background-color: rgb(63,119,82); }
div.DivClassName
{
background-color: #3F7752;
}
.BgClassName
{
background-color: #3F7752;
}
</style>
border-color css
<style>
span { border-color: #3F7752; }
span { border-color: rgb(63,119,82); }
td.TdClassName
{
border-color: #3F7752;
}
.TagClassName
{
border-color: #3F7752;
}
</style>