Shades of Amazon #3D894E
Tints of Amazon #3D894E
RGB
CMYK
RGB Variations
Color information
#3D894E (or 0x3D894E) is known color: Amazon. HEX triplet: 3D, 89 and 4E. RGB value is (61,137,78). Sum of RGB (Red+Green+Blue) = 61+137+78=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #3D894E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D894E is #C276B1. Grayscale: #6B6B6B. Windows color (decimal): -12744370 or 5146941. OLE color: 5146941.
HSL color Cylindrical-coordinate representation of color #3D894E: hue angle of 133.42º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D894E is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 137 | 78 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.46 |
| HSL | 133.42º | 0.38% | 0.39% | - |
| HSV(B) | 133.42º | 0.55% | 0.54% | - |
| XYZ | 12.25 | 19.43 | 10.31 | - |
| YUV | 107.55 | 111.32 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 137 | 78 | 0.55 | 0 | 0.43 | 0.46 | 133.42 | 0.38 | 0.39 |
| Hex | 3D | 89 | 4E | 37 | 0 | 2B | 2E | 85 | 26 | 27 |
| Octal | 75 | 211 | 116 | 67 | 0 | 53 | 56 | 205 | 46 | 47 |
| Binary | 111101 | 10001001 | 1001110 | 110111 | 0 | 101011 | 101110 | 10000101 | 100110 | 100111 |
Color Harmonies of #3D894E
Complementary color
Monochromatic Colors of #3D894E
Black with #3D894E
Text Example
Text Example
White with #3D894E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D894E; }
p { color: rgb(61,137,78); }
H1.HeaderClassName
{
color: #3D894E;
}
.AnyTagClassName
{
color: #3D894E;
}
</style>
background-color css
<style>
a { background-color: #3D894E; }
a { background-color: rgb(61,137,78); }
div.DivClassName
{
background-color: #3D894E;
}
.BgClassName
{
background-color: #3D894E;
}
</style>
border-color css
<style>
span { border-color: #3D894E; }
span { border-color: rgb(61,137,78); }
td.TdClassName
{
border-color: #3D894E;
}
.TagClassName
{
border-color: #3D894E;
}
</style>