Shades of Amazon #337556
Tints of Amazon #337556
RGB
CMYK
RGB Variations
Color information
#337556 (or 0x337556) is known color: Amazon. HEX triplet: 33, 75 and 56. RGB value is (51,117,86). Sum of RGB (Red+Green+Blue) = 51+117+86=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #337556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337556 is #CC8AA9. Grayscale: #5D5D5D. Windows color (decimal): -13404842 or 5666099. OLE color: 5666099.
HSL color Cylindrical-coordinate representation of color #337556: hue angle of 151.82º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337556 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 117 | 86 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.54 |
| HSL | 151.82º | 0.39% | 0.33% | - |
| HSV(B) | 151.82º | 0.56% | 0.46% | - |
| XYZ | 9.41 | 14.1 | 11.03 | - |
| YUV | 93.73 | 123.63 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 86 | 0.56 | 0 | 0.26 | 0.54 | 151.82 | 0.39 | 0.33 |
| Hex | 33 | 75 | 56 | 38 | 0 | 1A | 36 | 98 | 27 | 21 |
| Octal | 63 | 165 | 126 | 70 | 0 | 32 | 66 | 230 | 47 | 41 |
| Binary | 110011 | 1110101 | 1010110 | 111000 | 0 | 11010 | 110110 | 10011000 | 100111 | 100001 |
Color Harmonies of #337556
Complementary color
Monochromatic Colors of #337556
Black with #337556
Text Example
Text Example
White with #337556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337556; }
p { color: rgb(51,117,86); }
H1.HeaderClassName
{
color: #337556;
}
.AnyTagClassName
{
color: #337556;
}
</style>
background-color css
<style>
a { background-color: #337556; }
a { background-color: rgb(51,117,86); }
div.DivClassName
{
background-color: #337556;
}
.BgClassName
{
background-color: #337556;
}
</style>
border-color css
<style>
span { border-color: #337556; }
span { border-color: rgb(51,117,86); }
td.TdClassName
{
border-color: #337556;
}
.TagClassName
{
border-color: #337556;
}
</style>