Shades of Amazon #3D795C
Tints of Amazon #3D795C
RGB
CMYK
RGB Variations
Color information
#3D795C (or 0x3D795C) is known color: Amazon. HEX triplet: 3D, 79 and 5C. RGB value is (61,121,92). Sum of RGB (Red+Green+Blue) = 61+121+92=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 121 - color contains mainly: green. Hex color #3D795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D795C is #C286A3. Grayscale: #636363. Windows color (decimal): -12748452 or 6060349. OLE color: 6060349.
HSL color Cylindrical-coordinate representation of color #3D795C: hue angle of 151º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D795C is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 121 | 92 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.53 |
| HSL | 151º | 0.33% | 0.36% | - |
| HSV(B) | 151º | 0.5% | 0.47% | - |
| XYZ | 10.69 | 15.44 | 12.54 | - |
| YUV | 99.75 | 123.62 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 121 | 92 | 0.50 | 0 | 0.24 | 0.53 | 151 | 0.33 | 0.36 |
| Hex | 3D | 79 | 5C | 32 | 0 | 18 | 35 | 97 | 21 | 24 |
| Octal | 75 | 171 | 134 | 62 | 0 | 30 | 65 | 227 | 41 | 44 |
| Binary | 111101 | 1111001 | 1011100 | 110010 | 0 | 11000 | 110101 | 10010111 | 100001 | 100100 |
Color Harmonies of #3D795C
Complementary color
Monochromatic Colors of #3D795C
Black with #3D795C
Text Example
Text Example
White with #3D795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D795C; }
p { color: rgb(61,121,92); }
H1.HeaderClassName
{
color: #3D795C;
}
.AnyTagClassName
{
color: #3D795C;
}
</style>
background-color css
<style>
a { background-color: #3D795C; }
a { background-color: rgb(61,121,92); }
div.DivClassName
{
background-color: #3D795C;
}
.BgClassName
{
background-color: #3D795C;
}
</style>
border-color css
<style>
span { border-color: #3D795C; }
span { border-color: rgb(61,121,92); }
td.TdClassName
{
border-color: #3D795C;
}
.TagClassName
{
border-color: #3D795C;
}
</style>