Shades of Amazon #3D8854
Tints of Amazon #3D8854
RGB
CMYK
RGB Variations
Color information
#3D8854 (or 0x3D8854) is known color: Amazon. HEX triplet: 3D, 88 and 54. RGB value is (61,136,84). Sum of RGB (Red+Green+Blue) = 61+136+84=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #3D8854 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8854 is #C277AB. Grayscale: #6B6B6B. Windows color (decimal): -12744620 or 5539901. OLE color: 5539901.
HSL color Cylindrical-coordinate representation of color #3D8854: hue angle of 138.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D8854 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 136 | 84 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.47 |
| HSL | 138.4º | 0.38% | 0.39% | - |
| HSV(B) | 138.4º | 0.55% | 0.53% | - |
| XYZ | 12.33 | 19.24 | 11.45 | - |
| YUV | 107.65 | 114.65 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 136 | 84 | 0.55 | 0 | 0.38 | 0.47 | 138.4 | 0.38 | 0.39 |
| Hex | 3D | 88 | 54 | 37 | 0 | 26 | 2F | 8A | 26 | 27 |
| Octal | 75 | 210 | 124 | 67 | 0 | 46 | 57 | 212 | 46 | 47 |
| Binary | 111101 | 10001000 | 1010100 | 110111 | 0 | 100110 | 101111 | 10001010 | 100110 | 100111 |
Color Harmonies of #3D8854
Complementary color
Monochromatic Colors of #3D8854
Black with #3D8854
Text Example
Text Example
White with #3D8854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8854; }
p { color: rgb(61,136,84); }
H1.HeaderClassName
{
color: #3D8854;
}
.AnyTagClassName
{
color: #3D8854;
}
</style>
background-color css
<style>
a { background-color: #3D8854; }
a { background-color: rgb(61,136,84); }
div.DivClassName
{
background-color: #3D8854;
}
.BgClassName
{
background-color: #3D8854;
}
</style>
border-color css
<style>
span { border-color: #3D8854; }
span { border-color: rgb(61,136,84); }
td.TdClassName
{
border-color: #3D8854;
}
.TagClassName
{
border-color: #3D8854;
}
</style>