Shades of Amazon #3B7B5B
Tints of Amazon #3B7B5B
RGB
CMYK
RGB Variations
Color information
#3B7B5B (or 0x3B7B5B) is known color: Amazon. HEX triplet: 3B, 7B and 5B. RGB value is (59,123,91). Sum of RGB (Red+Green+Blue) = 59+123+91=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 123 - color contains mainly: green. Hex color #3B7B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7B5B is #C484A4. Grayscale: #646464. Windows color (decimal): -12879013 or 5995323. OLE color: 5995323.
HSL color Cylindrical-coordinate representation of color #3B7B5B: hue angle of 150º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B7B5B is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 123 | 91 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.52 |
| HSL | 150º | 0.35% | 0.36% | - |
| HSV(B) | 150º | 0.52% | 0.48% | - |
| XYZ | 10.77 | 15.85 | 12.39 | - |
| YUV | 100.22 | 122.8 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 123 | 91 | 0.52 | 0 | 0.26 | 0.52 | 150 | 0.35 | 0.36 |
| Hex | 3B | 7B | 5B | 34 | 0 | 1A | 34 | 96 | 23 | 24 |
| Octal | 73 | 173 | 133 | 64 | 0 | 32 | 64 | 226 | 43 | 44 |
| Binary | 111011 | 1111011 | 1011011 | 110100 | 0 | 11010 | 110100 | 10010110 | 100011 | 100100 |
Color Harmonies of #3B7B5B
Complementary color
Monochromatic Colors of #3B7B5B
Black with #3B7B5B
Text Example
Text Example
White with #3B7B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7B5B; }
p { color: rgb(59,123,91); }
H1.HeaderClassName
{
color: #3B7B5B;
}
.AnyTagClassName
{
color: #3B7B5B;
}
</style>
background-color css
<style>
a { background-color: #3B7B5B; }
a { background-color: rgb(59,123,91); }
div.DivClassName
{
background-color: #3B7B5B;
}
.BgClassName
{
background-color: #3B7B5B;
}
</style>
border-color css
<style>
span { border-color: #3B7B5B; }
span { border-color: rgb(59,123,91); }
td.TdClassName
{
border-color: #3B7B5B;
}
.TagClassName
{
border-color: #3B7B5B;
}
</style>