Shades of Amazon #3B6F4E
Tints of Amazon #3B6F4E
RGB
CMYK
RGB Variations
Color information
#3B6F4E (or 0x3B6F4E) is known color: Amazon. HEX triplet: 3B, 6F and 4E. RGB value is (59,111,78). Sum of RGB (Red+Green+Blue) = 59+111+78=248 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.79% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 111 - color contains mainly: green. Hex color #3B6F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6F4E is #C490B1. Grayscale: #5B5B5B. Windows color (decimal): -12882098 or 5140283. OLE color: 5140283.
HSL color Cylindrical-coordinate representation of color #3B6F4E: hue angle of 141.92º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B6F4E is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 111 | 78 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.56 |
| HSL | 141.92º | 0.31% | 0.33% | - |
| HSV(B) | 141.92º | 0.47% | 0.44% | - |
| XYZ | 8.86 | 12.85 | 9.22 | - |
| YUV | 91.69 | 120.27 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 111 | 78 | 0.47 | 0 | 0.30 | 0.56 | 141.92 | 0.31 | 0.33 |
| Hex | 3B | 6F | 4E | 2F | 0 | 1E | 38 | 8E | 1F | 21 |
| Octal | 73 | 157 | 116 | 57 | 0 | 36 | 70 | 216 | 37 | 41 |
| Binary | 111011 | 1101111 | 1001110 | 101111 | 0 | 11110 | 111000 | 10001110 | 11111 | 100001 |
Color Harmonies of #3B6F4E
Complementary color
Monochromatic Colors of #3B6F4E
Black with #3B6F4E
Text Example
Text Example
White with #3B6F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6F4E; }
p { color: rgb(59,111,78); }
H1.HeaderClassName
{
color: #3B6F4E;
}
.AnyTagClassName
{
color: #3B6F4E;
}
</style>
background-color css
<style>
a { background-color: #3B6F4E; }
a { background-color: rgb(59,111,78); }
div.DivClassName
{
background-color: #3B6F4E;
}
.BgClassName
{
background-color: #3B6F4E;
}
</style>
border-color css
<style>
span { border-color: #3B6F4E; }
span { border-color: rgb(59,111,78); }
td.TdClassName
{
border-color: #3B6F4E;
}
.TagClassName
{
border-color: #3B6F4E;
}
</style>