Shades of Amazon #377B5F
Tints of Amazon #377B5F
RGB
CMYK
RGB Variations
Color information
#377B5F (or 0x377B5F) is known color: Amazon. HEX triplet: 37, 7B and 5F. RGB value is (55,123,95). Sum of RGB (Red+Green+Blue) = 55+123+95=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 123 - color contains mainly: green. Hex color #377B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B5F is #C884A0. Grayscale: #636363. Windows color (decimal): -13141153 or 6257463. OLE color: 6257463.
HSL color Cylindrical-coordinate representation of color #377B5F: hue angle of 155.29º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377B5F is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 123 | 95 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.52 |
| HSL | 155.29º | 0.38% | 0.35% | - |
| HSV(B) | 155.29º | 0.55% | 0.48% | - |
| XYZ | 10.72 | 15.8 | 13.31 | - |
| YUV | 99.48 | 125.47 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 95 | 0.55 | 0 | 0.23 | 0.52 | 155.29 | 0.38 | 0.35 |
| Hex | 37 | 7B | 5F | 37 | 0 | 17 | 34 | 9B | 26 | 23 |
| Octal | 67 | 173 | 137 | 67 | 0 | 27 | 64 | 233 | 46 | 43 |
| Binary | 110111 | 1111011 | 1011111 | 110111 | 0 | 10111 | 110100 | 10011011 | 100110 | 100011 |
Color Harmonies of #377B5F
Complementary color
Monochromatic Colors of #377B5F
Black with #377B5F
Text Example
Text Example
White with #377B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377B5F; }
p { color: rgb(55,123,95); }
H1.HeaderClassName
{
color: #377B5F;
}
.AnyTagClassName
{
color: #377B5F;
}
</style>
background-color css
<style>
a { background-color: #377B5F; }
a { background-color: rgb(55,123,95); }
div.DivClassName
{
background-color: #377B5F;
}
.BgClassName
{
background-color: #377B5F;
}
</style>
border-color css
<style>
span { border-color: #377B5F; }
span { border-color: rgb(55,123,95); }
td.TdClassName
{
border-color: #377B5F;
}
.TagClassName
{
border-color: #377B5F;
}
</style>