Shades of Amazon #3D8450
Tints of Amazon #3D8450
RGB
CMYK
RGB Variations
Color information
#3D8450 (or 0x3D8450) is known color: Amazon. HEX triplet: 3D, 84 and 50. RGB value is (61,132,80). Sum of RGB (Red+Green+Blue) = 61+132+80=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #3D8450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8450 is #C27BAF. Grayscale: #686868. Windows color (decimal): -12745648 or 5276733. OLE color: 5276733.
HSL color Cylindrical-coordinate representation of color #3D8450: hue angle of 136.06º 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 #3D8450 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 132 | 80 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.48 |
| HSL | 136.06º | 0.37% | 0.38% | - |
| HSV(B) | 136.06º | 0.54% | 0.52% | - |
| XYZ | 11.62 | 18.07 | 10.47 | - |
| YUV | 104.84 | 113.98 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 132 | 80 | 0.54 | 0 | 0.39 | 0.48 | 136.06 | 0.37 | 0.38 |
| Hex | 3D | 84 | 50 | 36 | 0 | 27 | 30 | 88 | 25 | 26 |
| Octal | 75 | 204 | 120 | 66 | 0 | 47 | 60 | 210 | 45 | 46 |
| Binary | 111101 | 10000100 | 1010000 | 110110 | 0 | 100111 | 110000 | 10001000 | 100101 | 100110 |
Color Harmonies of #3D8450
Complementary color
Monochromatic Colors of #3D8450
Black with #3D8450
Text Example
Text Example
White with #3D8450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8450; }
p { color: rgb(61,132,80); }
H1.HeaderClassName
{
color: #3D8450;
}
.AnyTagClassName
{
color: #3D8450;
}
</style>
background-color css
<style>
a { background-color: #3D8450; }
a { background-color: rgb(61,132,80); }
div.DivClassName
{
background-color: #3D8450;
}
.BgClassName
{
background-color: #3D8450;
}
</style>
border-color css
<style>
span { border-color: #3D8450; }
span { border-color: rgb(61,132,80); }
td.TdClassName
{
border-color: #3D8450;
}
.TagClassName
{
border-color: #3D8450;
}
</style>