Shades of Amazon #3D8A54
Tints of Amazon #3D8A54
RGB
CMYK
RGB Variations
Color information
#3D8A54 (or 0x3D8A54) is known color: Amazon. HEX triplet: 3D, 8A and 54. RGB value is (61,138,84). Sum of RGB (Red+Green+Blue) = 61+138+84=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 138 - color contains mainly: green. Hex color #3D8A54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8A54 is #C275AB. Grayscale: #6C6C6C. Windows color (decimal): -12744108 or 5540413. OLE color: 5540413.
HSL color Cylindrical-coordinate representation of color #3D8A54: hue angle of 137.92º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D8A54 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 138 | 84 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.46 |
| HSL | 137.92º | 0.39% | 0.39% | - |
| HSV(B) | 137.92º | 0.56% | 0.54% | - |
| XYZ | 12.61 | 19.81 | 11.55 | - |
| YUV | 108.82 | 113.99 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 138 | 84 | 0.56 | 0 | 0.39 | 0.46 | 137.92 | 0.39 | 0.39 |
| Hex | 3D | 8A | 54 | 38 | 0 | 27 | 2E | 8A | 27 | 27 |
| Octal | 75 | 212 | 124 | 70 | 0 | 47 | 56 | 212 | 47 | 47 |
| Binary | 111101 | 10001010 | 1010100 | 111000 | 0 | 100111 | 101110 | 10001010 | 100111 | 100111 |
Color Harmonies of #3D8A54
Complementary color
Monochromatic Colors of #3D8A54
Black with #3D8A54
Text Example
Text Example
White with #3D8A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8A54; }
p { color: rgb(61,138,84); }
H1.HeaderClassName
{
color: #3D8A54;
}
.AnyTagClassName
{
color: #3D8A54;
}
</style>
background-color css
<style>
a { background-color: #3D8A54; }
a { background-color: rgb(61,138,84); }
div.DivClassName
{
background-color: #3D8A54;
}
.BgClassName
{
background-color: #3D8A54;
}
</style>
border-color css
<style>
span { border-color: #3D8A54; }
span { border-color: rgb(61,138,84); }
td.TdClassName
{
border-color: #3D8A54;
}
.TagClassName
{
border-color: #3D8A54;
}
</style>