Shades of Amazon #3D8161
Tints of Amazon #3D8161
RGB
CMYK
RGB Variations
Color information
#3D8161 (or 0x3D8161) is known color: Amazon. HEX triplet: 3D, 81 and 61. RGB value is (61,129,97). Sum of RGB (Red+Green+Blue) = 61+129+97=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #3D8161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8161 is #C27E9E. Grayscale: #696969. Windows color (decimal): -12746399 or 6390077. OLE color: 6390077.
HSL color Cylindrical-coordinate representation of color #3D8161: hue angle of 151.76º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D8161 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 129 | 97 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.49 |
| HSL | 151.76º | 0.36% | 0.37% | - |
| HSV(B) | 151.76º | 0.53% | 0.51% | - |
| XYZ | 11.93 | 17.56 | 14.07 | - |
| YUV | 105.02 | 123.47 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 129 | 97 | 0.53 | 0 | 0.25 | 0.49 | 151.76 | 0.36 | 0.37 |
| Hex | 3D | 81 | 61 | 35 | 0 | 19 | 31 | 98 | 24 | 25 |
| Octal | 75 | 201 | 141 | 65 | 0 | 31 | 61 | 230 | 44 | 45 |
| Binary | 111101 | 10000001 | 1100001 | 110101 | 0 | 11001 | 110001 | 10011000 | 100100 | 100101 |
Color Harmonies of #3D8161
Complementary color
Monochromatic Colors of #3D8161
Black with #3D8161
Text Example
Text Example
White with #3D8161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8161; }
p { color: rgb(61,129,97); }
H1.HeaderClassName
{
color: #3D8161;
}
.AnyTagClassName
{
color: #3D8161;
}
</style>
background-color css
<style>
a { background-color: #3D8161; }
a { background-color: rgb(61,129,97); }
div.DivClassName
{
background-color: #3D8161;
}
.BgClassName
{
background-color: #3D8161;
}
</style>
border-color css
<style>
span { border-color: #3D8161; }
span { border-color: rgb(61,129,97); }
td.TdClassName
{
border-color: #3D8161;
}
.TagClassName
{
border-color: #3D8161;
}
</style>