Shades of Amazon #3D7A5B
Tints of Amazon #3D7A5B
RGB
CMYK
RGB Variations
Color information
#3D7A5B (or 0x3D7A5B) is known color: Amazon. HEX triplet: 3D, 7A and 5B. RGB value is (61,122,91). Sum of RGB (Red+Green+Blue) = 61+122+91=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 122 (48.05% from 255 or 44.53% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 122 - color contains mainly: green. Hex color #3D7A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7A5B is #C285A4. Grayscale: #646464. Windows color (decimal): -12748197 or 5995069. OLE color: 5995069.
HSL color Cylindrical-coordinate representation of color #3D7A5B: hue angle of 149.51º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D7A5B is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 122 | 91 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.52 |
| HSL | 149.51º | 0.33% | 0.36% | - |
| HSV(B) | 149.51º | 0.5% | 0.48% | - |
| XYZ | 10.77 | 15.67 | 12.35 | - |
| YUV | 100.23 | 122.79 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 122 | 91 | 0.50 | 0 | 0.25 | 0.52 | 149.51 | 0.33 | 0.36 |
| Hex | 3D | 7A | 5B | 32 | 0 | 19 | 34 | 96 | 21 | 24 |
| Octal | 75 | 172 | 133 | 62 | 0 | 31 | 64 | 226 | 41 | 44 |
| Binary | 111101 | 1111010 | 1011011 | 110010 | 0 | 11001 | 110100 | 10010110 | 100001 | 100100 |
Color Harmonies of #3D7A5B
Complementary color
Monochromatic Colors of #3D7A5B
Black with #3D7A5B
Text Example
Text Example
White with #3D7A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7A5B; }
p { color: rgb(61,122,91); }
H1.HeaderClassName
{
color: #3D7A5B;
}
.AnyTagClassName
{
color: #3D7A5B;
}
</style>
background-color css
<style>
a { background-color: #3D7A5B; }
a { background-color: rgb(61,122,91); }
div.DivClassName
{
background-color: #3D7A5B;
}
.BgClassName
{
background-color: #3D7A5B;
}
</style>
border-color css
<style>
span { border-color: #3D7A5B; }
span { border-color: rgb(61,122,91); }
td.TdClassName
{
border-color: #3D7A5B;
}
.TagClassName
{
border-color: #3D7A5B;
}
</style>