Shades of Amazon #3B7F5C
Tints of Amazon #3B7F5C
RGB
CMYK
RGB Variations
Color information
#3B7F5C (or 0x3B7F5C) is known color: Amazon. HEX triplet: 3B, 7F and 5C. RGB value is (59,127,92). Sum of RGB (Red+Green+Blue) = 59+127+92=278 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.22% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 127 - color contains mainly: green. Hex color #3B7F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7F5C is #C480A3. Grayscale: #666666. Windows color (decimal): -12877988 or 6061883. OLE color: 6061883.
HSL color Cylindrical-coordinate representation of color #3B7F5C: hue angle of 149.12º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B7F5C is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 127 | 92 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.50 |
| HSL | 149.12º | 0.37% | 0.36% | - |
| HSV(B) | 149.12º | 0.54% | 0.5% | - |
| XYZ | 11.32 | 16.88 | 12.79 | - |
| YUV | 102.68 | 121.97 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 127 | 92 | 0.54 | 0 | 0.28 | 0.50 | 149.12 | 0.37 | 0.36 |
| Hex | 3B | 7F | 5C | 36 | 0 | 1C | 32 | 95 | 25 | 24 |
| Octal | 73 | 177 | 134 | 66 | 0 | 34 | 62 | 225 | 45 | 44 |
| Binary | 111011 | 1111111 | 1011100 | 110110 | 0 | 11100 | 110010 | 10010101 | 100101 | 100100 |
Color Harmonies of #3B7F5C
Complementary color
Monochromatic Colors of #3B7F5C
Black with #3B7F5C
Text Example
Text Example
White with #3B7F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7F5C; }
p { color: rgb(59,127,92); }
H1.HeaderClassName
{
color: #3B7F5C;
}
.AnyTagClassName
{
color: #3B7F5C;
}
</style>
background-color css
<style>
a { background-color: #3B7F5C; }
a { background-color: rgb(59,127,92); }
div.DivClassName
{
background-color: #3B7F5C;
}
.BgClassName
{
background-color: #3B7F5C;
}
</style>
border-color css
<style>
span { border-color: #3B7F5C; }
span { border-color: rgb(59,127,92); }
td.TdClassName
{
border-color: #3B7F5C;
}
.TagClassName
{
border-color: #3B7F5C;
}
</style>