Shades of Amazon #377E5E
Tints of Amazon #377E5E
RGB
CMYK
RGB Variations
Color information
#377E5E (or 0x377E5E) is known color: Amazon. HEX triplet: 37, 7E and 5E. RGB value is (55,126,94). Sum of RGB (Red+Green+Blue) = 55+126+94=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 126 - color contains mainly: green. Hex color #377E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377E5E is #C881A1. Grayscale: #656565. Windows color (decimal): -13140386 or 6192695. OLE color: 6192695.
HSL color Cylindrical-coordinate representation of color #377E5E: hue angle of 152.96º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377E5E is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
RGB | 55 | 126 | 94 | - |
CMYK | 0.56 | 0 | 0.25 | 0.51 |
HSL | 152.96º | 0.39% | 0.35% | - |
HSV(B) | 152.96º | 0.56% | 0.49% | - |
XYZ | 11.06 | 16.54 | 13.2 | - |
YUV | 101.12 | 123.98 | 95.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 55 | 126 | 94 | 0.56 | 0 | 0.25 | 0.51 | 152.96 | 0.39 | 0.35 |
Hex | 37 | 7E | 5E | 38 | 0 | 19 | 33 | 99 | 27 | 23 |
Octal | 67 | 176 | 136 | 70 | 0 | 31 | 63 | 231 | 47 | 43 |
Binary | 110111 | 1111110 | 1011110 | 111000 | 0 | 11001 | 110011 | 10011001 | 100111 | 100011 |
Color Harmonies of #377E5E
Complementary color
Monochromatic Colors of #377E5E
Black with #377E5E
Text Example
Text Example
White with #377E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377E5E; }
p { color: rgb(55,126,94); }
H1.HeaderClassName
{
color: #377E5E;
}
.AnyTagClassName
{
color: #377E5E;
}
</style>
background-color css
<style>
a { background-color: #377E5E; }
a { background-color: rgb(55,126,94); }
div.DivClassName
{
background-color: #377E5E;
}
.BgClassName
{
background-color: #377E5E;
}
</style>
border-color css
<style>
span { border-color: #377E5E; }
span { border-color: rgb(55,126,94); }
td.TdClassName
{
border-color: #377E5E;
}
.TagClassName
{
border-color: #377E5E;
}
</style>