Shades of Amazon #3B6D4A
Tints of Amazon #3B6D4A
RGB
CMYK
RGB Variations
Color information
#3B6D4A (or 0x3B6D4A) is known color: Amazon. HEX triplet: 3B, 6D and 4A. RGB value is (59,109,74). Sum of RGB (Red+Green+Blue) = 59+109+74=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 109 - color contains mainly: green. Hex color #3B6D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6D4A is #C492B5. Grayscale: #5A5A5A. Windows color (decimal): -12882614 or 4877627. OLE color: 4877627.
HSL color Cylindrical-coordinate representation of color #3B6D4A: hue angle of 138º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B6D4A is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 109 | 74 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.57 |
| HSL | 138º | 0.3% | 0.33% | - |
| HSV(B) | 138º | 0.46% | 0.43% | - |
| XYZ | 8.51 | 12.36 | 8.42 | - |
| YUV | 90.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 109 | 74 | 0.46 | 0 | 0.32 | 0.57 | 138 | 0.3 | 0.33 |
| Hex | 3B | 6D | 4A | 2E | 0 | 20 | 39 | 8A | 1E | 21 |
| Octal | 73 | 155 | 112 | 56 | 0 | 40 | 71 | 212 | 36 | 41 |
| Binary | 111011 | 1101101 | 1001010 | 101110 | 0 | 100000 | 111001 | 10001010 | 11110 | 100001 |
Color Harmonies of #3B6D4A
Complementary color
Monochromatic Colors of #3B6D4A
Black with #3B6D4A
Text Example
Text Example
White with #3B6D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6D4A; }
p { color: rgb(59,109,74); }
H1.HeaderClassName
{
color: #3B6D4A;
}
.AnyTagClassName
{
color: #3B6D4A;
}
</style>
background-color css
<style>
a { background-color: #3B6D4A; }
a { background-color: rgb(59,109,74); }
div.DivClassName
{
background-color: #3B6D4A;
}
.BgClassName
{
background-color: #3B6D4A;
}
</style>
border-color css
<style>
span { border-color: #3B6D4A; }
span { border-color: rgb(59,109,74); }
td.TdClassName
{
border-color: #3B6D4A;
}
.TagClassName
{
border-color: #3B6D4A;
}
</style>