Shades of Amazon #337E5E
Tints of Amazon #337E5E
RGB
CMYK
RGB Variations
Color information
#337E5E (or 0x337E5E) is known color: Amazon. HEX triplet: 33, 7E and 5E. RGB value is (51,126,94). Sum of RGB (Red+Green+Blue) = 51+126+94=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 126 (49.61% from 255 or 46.49% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 126 - color contains mainly: green. Hex color #337E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337E5E is #CC81A1. Grayscale: #636363. Windows color (decimal): -13402530 or 6192691. OLE color: 6192691.
HSL color Cylindrical-coordinate representation of color #337E5E: hue angle of 154.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337E5E is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
RGB | 51 | 126 | 94 | - |
CMYK | 0.60 | 0 | 0.25 | 0.51 |
HSL | 154.4º | 0.42% | 0.35% | - |
HSV(B) | 154.4º | 0.6% | 0.49% | - |
XYZ | 10.85 | 16.43 | 13.19 | - |
YUV | 99.93 | 124.65 | 93.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 126 | 94 | 0.60 | 0 | 0.25 | 0.51 | 154.4 | 0.42 | 0.35 |
Hex | 33 | 7E | 5E | 3C | 0 | 19 | 33 | 9A | 2A | 23 |
Octal | 63 | 176 | 136 | 74 | 0 | 31 | 63 | 232 | 52 | 43 |
Binary | 110011 | 1111110 | 1011110 | 111100 | 0 | 11001 | 110011 | 10011010 | 101010 | 100011 |
Color Harmonies of #337E5E
Complementary color
Monochromatic Colors of #337E5E
Black with #337E5E
Text Example
Text Example
White with #337E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337E5E; }
p { color: rgb(51,126,94); }
H1.HeaderClassName
{
color: #337E5E;
}
.AnyTagClassName
{
color: #337E5E;
}
</style>
background-color css
<style>
a { background-color: #337E5E; }
a { background-color: rgb(51,126,94); }
div.DivClassName
{
background-color: #337E5E;
}
.BgClassName
{
background-color: #337E5E;
}
</style>
border-color css
<style>
span { border-color: #337E5E; }
span { border-color: rgb(51,126,94); }
td.TdClassName
{
border-color: #337E5E;
}
.TagClassName
{
border-color: #337E5E;
}
</style>