Shades of Amazon #3D765C
Tints of Amazon #3D765C
RGB
CMYK
RGB Variations
Color information
#3D765C (or 0x3D765C) is known color: Amazon. HEX triplet: 3D, 76 and 5C. RGB value is (61,118,92). Sum of RGB (Red+Green+Blue) = 61+118+92=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 118 - color contains mainly: green. Hex color #3D765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D765C is #C289A3. Grayscale: #626262. Windows color (decimal): -12749220 or 6059581. OLE color: 6059581.
HSL color Cylindrical-coordinate representation of color #3D765C: hue angle of 152.63º 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 #3D765C is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 118 | 92 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.54 |
| HSL | 152.63º | 0.32% | 0.35% | - |
| HSV(B) | 152.63º | 0.48% | 0.46% | - |
| XYZ | 10.33 | 14.72 | 12.42 | - |
| YUV | 97.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 118 | 92 | 0.48 | 0 | 0.22 | 0.54 | 152.63 | 0.32 | 0.35 |
| Hex | 3D | 76 | 5C | 30 | 0 | 16 | 36 | 99 | 20 | 23 |
| Octal | 75 | 166 | 134 | 60 | 0 | 26 | 66 | 231 | 40 | 43 |
| Binary | 111101 | 1110110 | 1011100 | 110000 | 0 | 10110 | 110110 | 10011001 | 100000 | 100011 |
Color Harmonies of #3D765C
Complementary color
Monochromatic Colors of #3D765C
Black with #3D765C
Text Example
Text Example
White with #3D765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D765C; }
p { color: rgb(61,118,92); }
H1.HeaderClassName
{
color: #3D765C;
}
.AnyTagClassName
{
color: #3D765C;
}
</style>
background-color css
<style>
a { background-color: #3D765C; }
a { background-color: rgb(61,118,92); }
div.DivClassName
{
background-color: #3D765C;
}
.BgClassName
{
background-color: #3D765C;
}
</style>
border-color css
<style>
span { border-color: #3D765C; }
span { border-color: rgb(61,118,92); }
td.TdClassName
{
border-color: #3D765C;
}
.TagClassName
{
border-color: #3D765C;
}
</style>