Shades of Amazon #3D8950
Tints of Amazon #3D8950
RGB
CMYK
RGB Variations
Color information
#3D8950 (or 0x3D8950) is known color: Amazon. HEX triplet: 3D, 89 and 50. RGB value is (61,137,80). Sum of RGB (Red+Green+Blue) = 61+137+80=278 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.94% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #3D8950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8950 is #C276AF. Grayscale: #6B6B6B. Windows color (decimal): -12744368 or 5278013. OLE color: 5278013.
HSL color Cylindrical-coordinate representation of color #3D8950: hue angle of 135º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D8950 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 137 | 80 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.46 |
| HSL | 135º | 0.38% | 0.39% | - |
| HSV(B) | 135º | 0.55% | 0.54% | - |
| XYZ | 12.32 | 19.46 | 10.7 | - |
| YUV | 107.78 | 112.32 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 137 | 80 | 0.55 | 0 | 0.42 | 0.46 | 135 | 0.38 | 0.39 |
| Hex | 3D | 89 | 50 | 37 | 0 | 2A | 2E | 87 | 26 | 27 |
| Octal | 75 | 211 | 120 | 67 | 0 | 52 | 56 | 207 | 46 | 47 |
| Binary | 111101 | 10001001 | 1010000 | 110111 | 0 | 101010 | 101110 | 10000111 | 100110 | 100111 |
Color Harmonies of #3D8950
Complementary color
Monochromatic Colors of #3D8950
Black with #3D8950
Text Example
Text Example
White with #3D8950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8950; }
p { color: rgb(61,137,80); }
H1.HeaderClassName
{
color: #3D8950;
}
.AnyTagClassName
{
color: #3D8950;
}
</style>
background-color css
<style>
a { background-color: #3D8950; }
a { background-color: rgb(61,137,80); }
div.DivClassName
{
background-color: #3D8950;
}
.BgClassName
{
background-color: #3D8950;
}
</style>
border-color css
<style>
span { border-color: #3D8950; }
span { border-color: rgb(61,137,80); }
td.TdClassName
{
border-color: #3D8950;
}
.TagClassName
{
border-color: #3D8950;
}
</style>