Shades of Amazon #3D7553
Tints of Amazon #3D7553
RGB
CMYK
RGB Variations
Color information
#3D7553 (or 0x3D7553) is known color: Amazon. HEX triplet: 3D, 75 and 53. RGB value is (61,117,83). Sum of RGB (Red+Green+Blue) = 61+117+83=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #3D7553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7553 is #C28AAC. Grayscale: #606060. Windows color (decimal): -12749485 or 5469501. OLE color: 5469501.
HSL color Cylindrical-coordinate representation of color #3D7553: hue angle of 143.57º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D7553 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 117 | 83 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.54 |
| HSL | 143.57º | 0.31% | 0.35% | - |
| HSV(B) | 143.57º | 0.48% | 0.46% | - |
| XYZ | 9.85 | 14.34 | 10.43 | - |
| YUV | 96.38 | 120.45 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 117 | 83 | 0.48 | 0 | 0.29 | 0.54 | 143.57 | 0.31 | 0.35 |
| Hex | 3D | 75 | 53 | 30 | 0 | 1D | 36 | 90 | 1F | 23 |
| Octal | 75 | 165 | 123 | 60 | 0 | 35 | 66 | 220 | 37 | 43 |
| Binary | 111101 | 1110101 | 1010011 | 110000 | 0 | 11101 | 110110 | 10010000 | 11111 | 100011 |
Color Harmonies of #3D7553
Complementary color
Monochromatic Colors of #3D7553
Black with #3D7553
Text Example
Text Example
White with #3D7553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7553; }
p { color: rgb(61,117,83); }
H1.HeaderClassName
{
color: #3D7553;
}
.AnyTagClassName
{
color: #3D7553;
}
</style>
background-color css
<style>
a { background-color: #3D7553; }
a { background-color: rgb(61,117,83); }
div.DivClassName
{
background-color: #3D7553;
}
.BgClassName
{
background-color: #3D7553;
}
</style>
border-color css
<style>
span { border-color: #3D7553; }
span { border-color: rgb(61,117,83); }
td.TdClassName
{
border-color: #3D7553;
}
.TagClassName
{
border-color: #3D7553;
}
</style>