Shades of Amazon #377652
Tints of Amazon #377652
RGB
CMYK
RGB Variations
Color information
#377652 (or 0x377652) is known color: Amazon. HEX triplet: 37, 76 and 52. RGB value is (55,118,82). Sum of RGB (Red+Green+Blue) = 55+118+82=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #377652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377652 is #C889AD. Grayscale: #5F5F5F. Windows color (decimal): -13142446 or 5404215. OLE color: 5404215.
HSL color Cylindrical-coordinate representation of color #377652: hue angle of 145.71º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377652 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 118 | 82 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.54 |
| HSL | 145.71º | 0.36% | 0.34% | - |
| HSV(B) | 145.71º | 0.53% | 0.46% | - |
| XYZ | 9.58 | 14.38 | 10.25 | - |
| YUV | 95.06 | 120.63 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 82 | 0.53 | 0 | 0.31 | 0.54 | 145.71 | 0.36 | 0.34 |
| Hex | 37 | 76 | 52 | 35 | 0 | 1F | 36 | 92 | 24 | 22 |
| Octal | 67 | 166 | 122 | 65 | 0 | 37 | 66 | 222 | 44 | 42 |
| Binary | 110111 | 1110110 | 1010010 | 110101 | 0 | 11111 | 110110 | 10010010 | 100100 | 100010 |
Color Harmonies of #377652
Complementary color
Monochromatic Colors of #377652
Black with #377652
Text Example
Text Example
White with #377652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377652; }
p { color: rgb(55,118,82); }
H1.HeaderClassName
{
color: #377652;
}
.AnyTagClassName
{
color: #377652;
}
</style>
background-color css
<style>
a { background-color: #377652; }
a { background-color: rgb(55,118,82); }
div.DivClassName
{
background-color: #377652;
}
.BgClassName
{
background-color: #377652;
}
</style>
border-color css
<style>
span { border-color: #377652; }
span { border-color: rgb(55,118,82); }
td.TdClassName
{
border-color: #377652;
}
.TagClassName
{
border-color: #377652;
}
</style>