Shades of Amazon #3D7554
Tints of Amazon #3D7554
RGB
CMYK
RGB Variations
Color information
#3D7554 (or 0x3D7554) is known color: Amazon. HEX triplet: 3D, 75 and 54. RGB value is (61,117,84). Sum of RGB (Red+Green+Blue) = 61+117+84=262 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.28% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #3D7554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7554 is #C28AAB. Grayscale: #606060. Windows color (decimal): -12749484 or 5535037. OLE color: 5535037.
HSL color Cylindrical-coordinate representation of color #3D7554: hue angle of 144.64º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D7554 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 117 | 84 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.54 |
| HSL | 144.64º | 0.31% | 0.35% | - |
| HSV(B) | 144.64º | 0.48% | 0.46% | - |
| XYZ | 9.89 | 14.35 | 10.64 | - |
| YUV | 96.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 117 | 84 | 0.48 | 0 | 0.28 | 0.54 | 144.64 | 0.31 | 0.35 |
| Hex | 3D | 75 | 54 | 30 | 0 | 1C | 36 | 91 | 1F | 23 |
| Octal | 75 | 165 | 124 | 60 | 0 | 34 | 66 | 221 | 37 | 43 |
| Binary | 111101 | 1110101 | 1010100 | 110000 | 0 | 11100 | 110110 | 10010001 | 11111 | 100011 |
Color Harmonies of #3D7554
Complementary color
Monochromatic Colors of #3D7554
Black with #3D7554
Text Example
Text Example
White with #3D7554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7554; }
p { color: rgb(61,117,84); }
H1.HeaderClassName
{
color: #3D7554;
}
.AnyTagClassName
{
color: #3D7554;
}
</style>
background-color css
<style>
a { background-color: #3D7554; }
a { background-color: rgb(61,117,84); }
div.DivClassName
{
background-color: #3D7554;
}
.BgClassName
{
background-color: #3D7554;
}
</style>
border-color css
<style>
span { border-color: #3D7554; }
span { border-color: rgb(61,117,84); }
td.TdClassName
{
border-color: #3D7554;
}
.TagClassName
{
border-color: #3D7554;
}
</style>