Shades of Amazon #337152
Tints of Amazon #337152
RGB
CMYK
RGB Variations
Color information
#337152 (or 0x337152) is known color: Amazon. HEX triplet: 33, 71 and 52. RGB value is (51,113,82). Sum of RGB (Red+Green+Blue) = 51+113+82=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #337152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337152 is #CC8EAD. Grayscale: #5A5A5A. Windows color (decimal): -13405870 or 5402931. OLE color: 5402931.
HSL color Cylindrical-coordinate representation of color #337152: hue angle of 150º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337152 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 113 | 82 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.56 |
| HSL | 150º | 0.38% | 0.32% | - |
| HSV(B) | 150º | 0.55% | 0.44% | - |
| XYZ | 8.79 | 13.12 | 10.05 | - |
| YUV | 90.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 113 | 82 | 0.55 | 0 | 0.27 | 0.56 | 150 | 0.38 | 0.32 |
| Hex | 33 | 71 | 52 | 37 | 0 | 1B | 38 | 96 | 26 | 20 |
| Octal | 63 | 161 | 122 | 67 | 0 | 33 | 70 | 226 | 46 | 40 |
| Binary | 110011 | 1110001 | 1010010 | 110111 | 0 | 11011 | 111000 | 10010110 | 100110 | 100000 |
Color Harmonies of #337152
Complementary color
Monochromatic Colors of #337152
Black with #337152
Text Example
Text Example
White with #337152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337152; }
p { color: rgb(51,113,82); }
H1.HeaderClassName
{
color: #337152;
}
.AnyTagClassName
{
color: #337152;
}
</style>
background-color css
<style>
a { background-color: #337152; }
a { background-color: rgb(51,113,82); }
div.DivClassName
{
background-color: #337152;
}
.BgClassName
{
background-color: #337152;
}
</style>
border-color css
<style>
span { border-color: #337152; }
span { border-color: rgb(51,113,82); }
td.TdClassName
{
border-color: #337152;
}
.TagClassName
{
border-color: #337152;
}
</style>