Shades of Amazon #3B734C
Tints of Amazon #3B734C
RGB
CMYK
RGB Variations
Color information
#3B734C (or 0x3B734C) is known color: Amazon. HEX triplet: 3B, 73 and 4C. RGB value is (59,115,76). Sum of RGB (Red+Green+Blue) = 59+115+76=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #3B734C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B734C is #C48CB3. Grayscale: #5D5D5D. Windows color (decimal): -12881076 or 5010235. OLE color: 5010235.
HSL color Cylindrical-coordinate representation of color #3B734C: hue angle of 138.21º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B734C is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 115 | 76 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.55 |
| HSL | 138.21º | 0.32% | 0.34% | - |
| HSV(B) | 138.21º | 0.49% | 0.45% | - |
| XYZ | 9.24 | 13.71 | 9 | - |
| YUV | 93.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 115 | 76 | 0.49 | 0 | 0.34 | 0.55 | 138.21 | 0.32 | 0.34 |
| Hex | 3B | 73 | 4C | 31 | 0 | 22 | 37 | 8A | 20 | 22 |
| Octal | 73 | 163 | 114 | 61 | 0 | 42 | 67 | 212 | 40 | 42 |
| Binary | 111011 | 1110011 | 1001100 | 110001 | 0 | 100010 | 110111 | 10001010 | 100000 | 100010 |
Color Harmonies of #3B734C
Complementary color
Monochromatic Colors of #3B734C
Black with #3B734C
Text Example
Text Example
White with #3B734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B734C; }
p { color: rgb(59,115,76); }
H1.HeaderClassName
{
color: #3B734C;
}
.AnyTagClassName
{
color: #3B734C;
}
</style>
background-color css
<style>
a { background-color: #3B734C; }
a { background-color: rgb(59,115,76); }
div.DivClassName
{
background-color: #3B734C;
}
.BgClassName
{
background-color: #3B734C;
}
</style>
border-color css
<style>
span { border-color: #3B734C; }
span { border-color: rgb(59,115,76); }
td.TdClassName
{
border-color: #3B734C;
}
.TagClassName
{
border-color: #3B734C;
}
</style>