Shades of Amazon #337656
Tints of Amazon #337656
RGB
CMYK
RGB Variations
Color information
#337656 (or 0x337656) is known color: Amazon. HEX triplet: 33, 76 and 56. RGB value is (51,118,86). Sum of RGB (Red+Green+Blue) = 51+118+86=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #337656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337656 is #CC89A9. Grayscale: #5E5E5E. Windows color (decimal): -13404586 or 5666355. OLE color: 5666355.
HSL color Cylindrical-coordinate representation of color #337656: hue angle of 151.34º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337656 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 118 | 86 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.54 |
| HSL | 151.34º | 0.4% | 0.33% | - |
| HSV(B) | 151.34º | 0.57% | 0.46% | - |
| XYZ | 9.52 | 14.33 | 11.07 | - |
| YUV | 94.32 | 123.3 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 86 | 0.57 | 0 | 0.27 | 0.54 | 151.34 | 0.4 | 0.33 |
| Hex | 33 | 76 | 56 | 39 | 0 | 1B | 36 | 97 | 28 | 21 |
| Octal | 63 | 166 | 126 | 71 | 0 | 33 | 66 | 227 | 50 | 41 |
| Binary | 110011 | 1110110 | 1010110 | 111001 | 0 | 11011 | 110110 | 10010111 | 101000 | 100001 |
Color Harmonies of #337656
Complementary color
Monochromatic Colors of #337656
Black with #337656
Text Example
Text Example
White with #337656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337656; }
p { color: rgb(51,118,86); }
H1.HeaderClassName
{
color: #337656;
}
.AnyTagClassName
{
color: #337656;
}
</style>
background-color css
<style>
a { background-color: #337656; }
a { background-color: rgb(51,118,86); }
div.DivClassName
{
background-color: #337656;
}
.BgClassName
{
background-color: #337656;
}
</style>
border-color css
<style>
span { border-color: #337656; }
span { border-color: rgb(51,118,86); }
td.TdClassName
{
border-color: #337656;
}
.TagClassName
{
border-color: #337656;
}
</style>