Shades of Amazon #3B754C
Tints of Amazon #3B754C
RGB
CMYK
RGB Variations
Color information
#3B754C (or 0x3B754C) is known color: Amazon. HEX triplet: 3B, 75 and 4C. RGB value is (59,117,76). Sum of RGB (Red+Green+Blue) = 59+117+76=252 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.41% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #3B754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B754C is #C48AB3. Grayscale: #5F5F5F. Windows color (decimal): -12880564 or 5010747. OLE color: 5010747.
HSL color Cylindrical-coordinate representation of color #3B754C: hue angle of 137.59º 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 #3B754C is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 117 | 76 | - |
| CMYK | 0.50 | 0 | 0.35 | 0.54 |
| HSL | 137.59º | 0.33% | 0.35% | - |
| HSV(B) | 137.59º | 0.5% | 0.46% | - |
| XYZ | 9.47 | 14.17 | 9.07 | - |
| YUV | 94.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 117 | 76 | 0.50 | 0 | 0.35 | 0.54 | 137.59 | 0.33 | 0.35 |
| Hex | 3B | 75 | 4C | 32 | 0 | 23 | 36 | 8A | 21 | 23 |
| Octal | 73 | 165 | 114 | 62 | 0 | 43 | 66 | 212 | 41 | 43 |
| Binary | 111011 | 1110101 | 1001100 | 110010 | 0 | 100011 | 110110 | 10001010 | 100001 | 100011 |
Color Harmonies of #3B754C
Complementary color
Monochromatic Colors of #3B754C
Black with #3B754C
Text Example
Text Example
White with #3B754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B754C; }
p { color: rgb(59,117,76); }
H1.HeaderClassName
{
color: #3B754C;
}
.AnyTagClassName
{
color: #3B754C;
}
</style>
background-color css
<style>
a { background-color: #3B754C; }
a { background-color: rgb(59,117,76); }
div.DivClassName
{
background-color: #3B754C;
}
.BgClassName
{
background-color: #3B754C;
}
</style>
border-color css
<style>
span { border-color: #3B754C; }
span { border-color: rgb(59,117,76); }
td.TdClassName
{
border-color: #3B754C;
}
.TagClassName
{
border-color: #3B754C;
}
</style>