Shades of Amazon #3D7658
Tints of Amazon #3D7658
RGB
CMYK
RGB Variations
Color information
#3D7658 (or 0x3D7658) is known color: Amazon. HEX triplet: 3D, 76 and 58. RGB value is (61,118,88). Sum of RGB (Red+Green+Blue) = 61+118+88=267 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.85% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #3D7658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7658 is #C289A7. Grayscale: #616161. Windows color (decimal): -12749224 or 5797437. OLE color: 5797437.
HSL color Cylindrical-coordinate representation of color #3D7658: hue angle of 148.42º degrees, saturation: 0.32, 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 #3D7658 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 118 | 88 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.54 |
| HSL | 148.42º | 0.32% | 0.35% | - |
| HSV(B) | 148.42º | 0.48% | 0.46% | - |
| XYZ | 10.16 | 14.65 | 11.53 | - |
| YUV | 97.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 118 | 88 | 0.48 | 0 | 0.25 | 0.54 | 148.42 | 0.32 | 0.35 |
| Hex | 3D | 76 | 58 | 30 | 0 | 19 | 36 | 94 | 20 | 23 |
| Octal | 75 | 166 | 130 | 60 | 0 | 31 | 66 | 224 | 40 | 43 |
| Binary | 111101 | 1110110 | 1011000 | 110000 | 0 | 11001 | 110110 | 10010100 | 100000 | 100011 |
Color Harmonies of #3D7658
Complementary color
Monochromatic Colors of #3D7658
Black with #3D7658
Text Example
Text Example
White with #3D7658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7658; }
p { color: rgb(61,118,88); }
H1.HeaderClassName
{
color: #3D7658;
}
.AnyTagClassName
{
color: #3D7658;
}
</style>
background-color css
<style>
a { background-color: #3D7658; }
a { background-color: rgb(61,118,88); }
div.DivClassName
{
background-color: #3D7658;
}
.BgClassName
{
background-color: #3D7658;
}
</style>
border-color css
<style>
span { border-color: #3D7658; }
span { border-color: rgb(61,118,88); }
td.TdClassName
{
border-color: #3D7658;
}
.TagClassName
{
border-color: #3D7658;
}
</style>