Shades of Amazon #3D8558
Tints of Amazon #3D8558
RGB
CMYK
RGB Variations
Color information
#3D8558 (or 0x3D8558) is known color: Amazon. HEX triplet: 3D, 85 and 58. RGB value is (61,133,88). Sum of RGB (Red+Green+Blue) = 61+133+88=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #3D8558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8558 is #C27AA7. Grayscale: #6A6A6A. Windows color (decimal): -12745384 or 5801277. OLE color: 5801277.
HSL color Cylindrical-coordinate representation of color #3D8558: hue angle of 142.5º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D8558 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 133 | 88 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.48 |
| HSL | 142.5º | 0.37% | 0.38% | - |
| HSV(B) | 142.5º | 0.54% | 0.52% | - |
| XYZ | 12.07 | 18.47 | 12.16 | - |
| YUV | 106.34 | 117.65 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 133 | 88 | 0.54 | 0 | 0.34 | 0.48 | 142.5 | 0.37 | 0.38 |
| Hex | 3D | 85 | 58 | 36 | 0 | 22 | 30 | 8E | 25 | 26 |
| Octal | 75 | 205 | 130 | 66 | 0 | 42 | 60 | 216 | 45 | 46 |
| Binary | 111101 | 10000101 | 1011000 | 110110 | 0 | 100010 | 110000 | 10001110 | 100101 | 100110 |
Color Harmonies of #3D8558
Complementary color
Monochromatic Colors of #3D8558
Black with #3D8558
Text Example
Text Example
White with #3D8558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8558; }
p { color: rgb(61,133,88); }
H1.HeaderClassName
{
color: #3D8558;
}
.AnyTagClassName
{
color: #3D8558;
}
</style>
background-color css
<style>
a { background-color: #3D8558; }
a { background-color: rgb(61,133,88); }
div.DivClassName
{
background-color: #3D8558;
}
.BgClassName
{
background-color: #3D8558;
}
</style>
border-color css
<style>
span { border-color: #3D8558; }
span { border-color: rgb(61,133,88); }
td.TdClassName
{
border-color: #3D8558;
}
.TagClassName
{
border-color: #3D8558;
}
</style>