Shades of Amazon #337348
Tints of Amazon #337348
RGB
CMYK
RGB Variations
Color information
#337348 (or 0x337348) is known color: Amazon. HEX triplet: 33, 73 and 48. RGB value is (51,115,72). Sum of RGB (Red+Green+Blue) = 51+115+72=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #337348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337348 is #CC8CB7. Grayscale: #5B5B5B. Windows color (decimal): -13405368 or 4748083. OLE color: 4748083.
HSL color Cylindrical-coordinate representation of color #337348: hue angle of 139.69º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337348 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 115 | 72 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.55 |
| HSL | 139.69º | 0.39% | 0.33% | - |
| HSV(B) | 139.69º | 0.56% | 0.45% | - |
| XYZ | 8.67 | 13.43 | 8.27 | - |
| YUV | 90.96 | 117.3 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 115 | 72 | 0.56 | 0 | 0.37 | 0.55 | 139.69 | 0.39 | 0.33 |
| Hex | 33 | 73 | 48 | 38 | 0 | 25 | 37 | 8C | 27 | 21 |
| Octal | 63 | 163 | 110 | 70 | 0 | 45 | 67 | 214 | 47 | 41 |
| Binary | 110011 | 1110011 | 1001000 | 111000 | 0 | 100101 | 110111 | 10001100 | 100111 | 100001 |
Color Harmonies of #337348
Complementary color
Monochromatic Colors of #337348
Black with #337348
Text Example
Text Example
White with #337348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337348; }
p { color: rgb(51,115,72); }
H1.HeaderClassName
{
color: #337348;
}
.AnyTagClassName
{
color: #337348;
}
</style>
background-color css
<style>
a { background-color: #337348; }
a { background-color: rgb(51,115,72); }
div.DivClassName
{
background-color: #337348;
}
.BgClassName
{
background-color: #337348;
}
</style>
border-color css
<style>
span { border-color: #337348; }
span { border-color: rgb(51,115,72); }
td.TdClassName
{
border-color: #337348;
}
.TagClassName
{
border-color: #337348;
}
</style>