Shades of Amazon #3D7753
Tints of Amazon #3D7753
RGB
CMYK
RGB Variations
Color information
#3D7753 (or 0x3D7753) is known color: Amazon. HEX triplet: 3D, 77 and 53. RGB value is (61,119,83). Sum of RGB (Red+Green+Blue) = 61+119+83=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #3D7753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7753 is #C288AC. Grayscale: #616161. Windows color (decimal): -12748973 or 5470013. OLE color: 5470013.
HSL color Cylindrical-coordinate representation of color #3D7753: hue angle of 142.76º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D7753 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 119 | 83 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.53 |
| HSL | 142.76º | 0.32% | 0.35% | - |
| HSV(B) | 142.76º | 0.49% | 0.47% | - |
| XYZ | 10.08 | 14.81 | 10.51 | - |
| YUV | 97.55 | 119.78 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 119 | 83 | 0.49 | 0 | 0.30 | 0.53 | 142.76 | 0.32 | 0.35 |
| Hex | 3D | 77 | 53 | 31 | 0 | 1E | 35 | 8F | 20 | 23 |
| Octal | 75 | 167 | 123 | 61 | 0 | 36 | 65 | 217 | 40 | 43 |
| Binary | 111101 | 1110111 | 1010011 | 110001 | 0 | 11110 | 110101 | 10001111 | 100000 | 100011 |
Color Harmonies of #3D7753
Complementary color
Monochromatic Colors of #3D7753
Black with #3D7753
Text Example
Text Example
White with #3D7753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7753; }
p { color: rgb(61,119,83); }
H1.HeaderClassName
{
color: #3D7753;
}
.AnyTagClassName
{
color: #3D7753;
}
</style>
background-color css
<style>
a { background-color: #3D7753; }
a { background-color: rgb(61,119,83); }
div.DivClassName
{
background-color: #3D7753;
}
.BgClassName
{
background-color: #3D7753;
}
</style>
border-color css
<style>
span { border-color: #3D7753; }
span { border-color: rgb(61,119,83); }
td.TdClassName
{
border-color: #3D7753;
}
.TagClassName
{
border-color: #3D7753;
}
</style>