Shades of Amazon #3D785A
Tints of Amazon #3D785A
RGB
CMYK
RGB Variations
Color information
#3D785A (or 0x3D785A) is known color: Amazon. HEX triplet: 3D, 78 and 5A. RGB value is (61,120,90). Sum of RGB (Red+Green+Blue) = 61+120+90=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #3D785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D785A is #C287A5. Grayscale: #636363. Windows color (decimal): -12748710 or 5929021. OLE color: 5929021.
HSL color Cylindrical-coordinate representation of color #3D785A: hue angle of 149.49º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D785A is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 120 | 90 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.53 |
| HSL | 149.49º | 0.33% | 0.35% | - |
| HSV(B) | 149.49º | 0.49% | 0.47% | - |
| XYZ | 10.49 | 15.16 | 12.05 | - |
| YUV | 98.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 120 | 90 | 0.49 | 0 | 0.25 | 0.53 | 149.49 | 0.33 | 0.35 |
| Hex | 3D | 78 | 5A | 31 | 0 | 19 | 35 | 95 | 21 | 23 |
| Octal | 75 | 170 | 132 | 61 | 0 | 31 | 65 | 225 | 41 | 43 |
| Binary | 111101 | 1111000 | 1011010 | 110001 | 0 | 11001 | 110101 | 10010101 | 100001 | 100011 |
Color Harmonies of #3D785A
Complementary color
Monochromatic Colors of #3D785A
Black with #3D785A
Text Example
Text Example
White with #3D785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D785A; }
p { color: rgb(61,120,90); }
H1.HeaderClassName
{
color: #3D785A;
}
.AnyTagClassName
{
color: #3D785A;
}
</style>
background-color css
<style>
a { background-color: #3D785A; }
a { background-color: rgb(61,120,90); }
div.DivClassName
{
background-color: #3D785A;
}
.BgClassName
{
background-color: #3D785A;
}
</style>
border-color css
<style>
span { border-color: #3D785A; }
span { border-color: rgb(61,120,90); }
td.TdClassName
{
border-color: #3D785A;
}
.TagClassName
{
border-color: #3D785A;
}
</style>