Shades of Amazon #378158
Tints of Amazon #378158
RGB
CMYK
RGB Variations
Color information
#378158 (or 0x378158) is known color: Amazon. HEX triplet: 37, 81 and 58. RGB value is (55,129,88). Sum of RGB (Red+Green+Blue) = 55+129+88=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #378158 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378158 is #C87EA7. Grayscale: #666666. Windows color (decimal): -13139624 or 5800247. OLE color: 5800247.
HSL color Cylindrical-coordinate representation of color #378158: hue angle of 146.76º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #378158 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 129 | 88 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.49 |
| HSL | 146.76º | 0.4% | 0.36% | - |
| HSV(B) | 146.76º | 0.57% | 0.51% | - |
| XYZ | 11.19 | 17.22 | 11.97 | - |
| YUV | 102.2 | 119.98 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 88 | 0.57 | 0 | 0.32 | 0.49 | 146.76 | 0.4 | 0.36 |
| Hex | 37 | 81 | 58 | 39 | 0 | 20 | 31 | 93 | 28 | 24 |
| Octal | 67 | 201 | 130 | 71 | 0 | 40 | 61 | 223 | 50 | 44 |
| Binary | 110111 | 10000001 | 1011000 | 111001 | 0 | 100000 | 110001 | 10010011 | 101000 | 100100 |
Color Harmonies of #378158
Complementary color
Monochromatic Colors of #378158
Black with #378158
Text Example
Text Example
White with #378158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378158; }
p { color: rgb(55,129,88); }
H1.HeaderClassName
{
color: #378158;
}
.AnyTagClassName
{
color: #378158;
}
</style>
background-color css
<style>
a { background-color: #378158; }
a { background-color: rgb(55,129,88); }
div.DivClassName
{
background-color: #378158;
}
.BgClassName
{
background-color: #378158;
}
</style>
border-color css
<style>
span { border-color: #378158; }
span { border-color: rgb(55,129,88); }
td.TdClassName
{
border-color: #378158;
}
.TagClassName
{
border-color: #378158;
}
</style>