Shades of Amazon #3B7653
Tints of Amazon #3B7653
RGB
CMYK
RGB Variations
Color information
#3B7653 (or 0x3B7653) is known color: Amazon. HEX triplet: 3B, 76 and 53. RGB value is (59,118,83). Sum of RGB (Red+Green+Blue) = 59+118+83=260 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.69% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #3B7653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7653 is #C489AC. Grayscale: #606060. Windows color (decimal): -12880301 or 5469755. OLE color: 5469755.
HSL color Cylindrical-coordinate representation of color #3B7653: hue angle of 144.41º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B7653 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 118 | 83 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.54 |
| HSL | 144.41º | 0.33% | 0.35% | - |
| HSV(B) | 144.41º | 0.5% | 0.46% | - |
| XYZ | 9.84 | 14.51 | 10.47 | - |
| YUV | 96.37 | 120.45 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 118 | 83 | 0.50 | 0 | 0.30 | 0.54 | 144.41 | 0.33 | 0.35 |
| Hex | 3B | 76 | 53 | 32 | 0 | 1E | 36 | 90 | 21 | 23 |
| Octal | 73 | 166 | 123 | 62 | 0 | 36 | 66 | 220 | 41 | 43 |
| Binary | 111011 | 1110110 | 1010011 | 110010 | 0 | 11110 | 110110 | 10010000 | 100001 | 100011 |
Color Harmonies of #3B7653
Complementary color
Monochromatic Colors of #3B7653
Black with #3B7653
Text Example
Text Example
White with #3B7653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7653; }
p { color: rgb(59,118,83); }
H1.HeaderClassName
{
color: #3B7653;
}
.AnyTagClassName
{
color: #3B7653;
}
</style>
background-color css
<style>
a { background-color: #3B7653; }
a { background-color: rgb(59,118,83); }
div.DivClassName
{
background-color: #3B7653;
}
.BgClassName
{
background-color: #3B7653;
}
</style>
border-color css
<style>
span { border-color: #3B7653; }
span { border-color: rgb(59,118,83); }
td.TdClassName
{
border-color: #3B7653;
}
.TagClassName
{
border-color: #3B7653;
}
</style>