Shades of Amazon #3D795A
Tints of Amazon #3D795A
RGB
CMYK
RGB Variations
Color information
#3D795A (or 0x3D795A) is known color: Amazon. HEX triplet: 3D, 79 and 5A. RGB value is (61,121,90). Sum of RGB (Red+Green+Blue) = 61+121+90=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #3D795A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D795A is #C286A5. Grayscale: #636363. Windows color (decimal): -12748454 or 5929277. OLE color: 5929277.
HSL color Cylindrical-coordinate representation of color #3D795A: hue angle of 149º 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 #3D795A is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 121 | 90 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.53 |
| HSL | 149º | 0.33% | 0.36% | - |
| HSV(B) | 149º | 0.5% | 0.47% | - |
| XYZ | 10.61 | 15.41 | 12.09 | - |
| YUV | 99.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 121 | 90 | 0.50 | 0 | 0.26 | 0.53 | 149 | 0.33 | 0.36 |
| Hex | 3D | 79 | 5A | 32 | 0 | 1A | 35 | 95 | 21 | 24 |
| Octal | 75 | 171 | 132 | 62 | 0 | 32 | 65 | 225 | 41 | 44 |
| Binary | 111101 | 1111001 | 1011010 | 110010 | 0 | 11010 | 110101 | 10010101 | 100001 | 100100 |
Color Harmonies of #3D795A
Complementary color
Monochromatic Colors of #3D795A
Black with #3D795A
Text Example
Text Example
White with #3D795A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D795A; }
p { color: rgb(61,121,90); }
H1.HeaderClassName
{
color: #3D795A;
}
.AnyTagClassName
{
color: #3D795A;
}
</style>
background-color css
<style>
a { background-color: #3D795A; }
a { background-color: rgb(61,121,90); }
div.DivClassName
{
background-color: #3D795A;
}
.BgClassName
{
background-color: #3D795A;
}
</style>
border-color css
<style>
span { border-color: #3D795A; }
span { border-color: rgb(61,121,90); }
td.TdClassName
{
border-color: #3D795A;
}
.TagClassName
{
border-color: #3D795A;
}
</style>