Shades of Amazon #3D765E
Tints of Amazon #3D765E
RGB
CMYK
RGB Variations
Color information
#3D765E (or 0x3D765E) is known color: Amazon. HEX triplet: 3D, 76 and 5E. RGB value is (61,118,94). Sum of RGB (Red+Green+Blue) = 61+118+94=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #3D765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D765E is #C289A1. Grayscale: #626262. Windows color (decimal): -12749218 or 6190653. OLE color: 6190653.
HSL color Cylindrical-coordinate representation of color #3D765E: hue angle of 154.74º 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 #3D765E is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 118 | 94 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.54 |
| HSL | 154.74º | 0.32% | 0.35% | - |
| HSV(B) | 154.74º | 0.48% | 0.46% | - |
| XYZ | 10.42 | 14.76 | 12.89 | - |
| YUV | 98.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 118 | 94 | 0.48 | 0 | 0.20 | 0.54 | 154.74 | 0.32 | 0.35 |
| Hex | 3D | 76 | 5E | 30 | 0 | 14 | 36 | 9B | 20 | 23 |
| Octal | 75 | 166 | 136 | 60 | 0 | 24 | 66 | 233 | 40 | 43 |
| Binary | 111101 | 1110110 | 1011110 | 110000 | 0 | 10100 | 110110 | 10011011 | 100000 | 100011 |
Color Harmonies of #3D765E
Complementary color
Monochromatic Colors of #3D765E
Black with #3D765E
Text Example
Text Example
White with #3D765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D765E; }
p { color: rgb(61,118,94); }
H1.HeaderClassName
{
color: #3D765E;
}
.AnyTagClassName
{
color: #3D765E;
}
</style>
background-color css
<style>
a { background-color: #3D765E; }
a { background-color: rgb(61,118,94); }
div.DivClassName
{
background-color: #3D765E;
}
.BgClassName
{
background-color: #3D765E;
}
</style>
border-color css
<style>
span { border-color: #3D765E; }
span { border-color: rgb(61,118,94); }
td.TdClassName
{
border-color: #3D765E;
}
.TagClassName
{
border-color: #3D765E;
}
</style>