Shades of Amazon #3D694C
Tints of Amazon #3D694C
RGB
CMYK
RGB Variations
Color information
#3D694C (or 0x3D694C) is known color: Amazon. HEX triplet: 3D, 69 and 4C. RGB value is (61,105,76). Sum of RGB (Red+Green+Blue) = 61+105+76=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #3D694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D694C is #C296B3. Grayscale: #585858. Windows color (decimal): -12752564 or 5007677. OLE color: 5007677.
HSL color Cylindrical-coordinate representation of color #3D694C: hue angle of 140.45º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D694C is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 61 | 105 | 76 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.59 |
| HSL | 140.45º | 0.27% | 0.33% | - |
| HSV(B) | 140.45º | 0.42% | 0.41% | - |
| XYZ | 8.28 | 11.62 | 8.64 | - |
| YUV | 88.54 | 120.92 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 105 | 76 | 0.42 | 0 | 0.28 | 0.59 | 140.45 | 0.27 | 0.33 |
| Hex | 3D | 69 | 4C | 2A | 0 | 1C | 3B | 8C | 1B | 21 |
| Octal | 75 | 151 | 114 | 52 | 0 | 34 | 73 | 214 | 33 | 41 |
| Binary | 111101 | 1101001 | 1001100 | 101010 | 0 | 11100 | 111011 | 10001100 | 11011 | 100001 |
Color Harmonies of #3D694C
Complementary color
Monochromatic Colors of #3D694C
Black with #3D694C
Text Example
Text Example
White with #3D694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D694C; }
p { color: rgb(61,105,76); }
H1.HeaderClassName
{
color: #3D694C;
}
.AnyTagClassName
{
color: #3D694C;
}
</style>
background-color css
<style>
a { background-color: #3D694C; }
a { background-color: rgb(61,105,76); }
div.DivClassName
{
background-color: #3D694C;
}
.BgClassName
{
background-color: #3D694C;
}
</style>
border-color css
<style>
span { border-color: #3D694C; }
span { border-color: rgb(61,105,76); }
td.TdClassName
{
border-color: #3D694C;
}
.TagClassName
{
border-color: #3D694C;
}
</style>