Shades of Amazon #3D8453
Tints of Amazon #3D8453
RGB
CMYK
RGB Variations
Color information
#3D8453 (or 0x3D8453) is known color: Amazon. HEX triplet: 3D, 84 and 53. RGB value is (61,132,83). Sum of RGB (Red+Green+Blue) = 61+132+83=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #3D8453 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8453 is #C27BAC. Grayscale: #696969. Windows color (decimal): -12745645 or 5473341. OLE color: 5473341.
HSL color Cylindrical-coordinate representation of color #3D8453: hue angle of 138.59º 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 #3D8453 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 132 | 83 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.48 |
| HSL | 138.59º | 0.37% | 0.38% | - |
| HSV(B) | 138.59º | 0.54% | 0.52% | - |
| XYZ | 11.74 | 18.12 | 11.06 | - |
| YUV | 105.19 | 115.48 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 132 | 83 | 0.54 | 0 | 0.37 | 0.48 | 138.59 | 0.37 | 0.38 |
| Hex | 3D | 84 | 53 | 36 | 0 | 25 | 30 | 8B | 25 | 26 |
| Octal | 75 | 204 | 123 | 66 | 0 | 45 | 60 | 213 | 45 | 46 |
| Binary | 111101 | 10000100 | 1010011 | 110110 | 0 | 100101 | 110000 | 10001011 | 100101 | 100110 |
Color Harmonies of #3D8453
Complementary color
Monochromatic Colors of #3D8453
Black with #3D8453
Text Example
Text Example
White with #3D8453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8453; }
p { color: rgb(61,132,83); }
H1.HeaderClassName
{
color: #3D8453;
}
.AnyTagClassName
{
color: #3D8453;
}
</style>
background-color css
<style>
a { background-color: #3D8453; }
a { background-color: rgb(61,132,83); }
div.DivClassName
{
background-color: #3D8453;
}
.BgClassName
{
background-color: #3D8453;
}
</style>
border-color css
<style>
span { border-color: #3D8453; }
span { border-color: rgb(61,132,83); }
td.TdClassName
{
border-color: #3D8453;
}
.TagClassName
{
border-color: #3D8453;
}
</style>