Shades of Amazon #378356
Tints of Amazon #378356
RGB
CMYK
RGB Variations
Color information
#378356 (or 0x378356) is known color: Amazon. HEX triplet: 37, 83 and 56. RGB value is (55,131,86). Sum of RGB (Red+Green+Blue) = 55+131+86=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 131 - color contains mainly: green. Hex color #378356 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378356 is #C87CA9. Grayscale: #676767. Windows color (decimal): -13139114 or 5669687. OLE color: 5669687.
HSL color Cylindrical-coordinate representation of color #378356: hue angle of 144.47º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378356 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 131 | 86 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.49 |
| HSL | 144.47º | 0.41% | 0.36% | - |
| HSV(B) | 144.47º | 0.58% | 0.51% | - |
| XYZ | 11.37 | 17.72 | 11.62 | - |
| YUV | 103.15 | 118.32 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 131 | 86 | 0.58 | 0 | 0.34 | 0.49 | 144.47 | 0.41 | 0.36 |
| Hex | 37 | 83 | 56 | 3A | 0 | 22 | 31 | 90 | 29 | 24 |
| Octal | 67 | 203 | 126 | 72 | 0 | 42 | 61 | 220 | 51 | 44 |
| Binary | 110111 | 10000011 | 1010110 | 111010 | 0 | 100010 | 110001 | 10010000 | 101001 | 100100 |
Color Harmonies of #378356
Complementary color
Monochromatic Colors of #378356
Black with #378356
Text Example
Text Example
White with #378356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378356; }
p { color: rgb(55,131,86); }
H1.HeaderClassName
{
color: #378356;
}
.AnyTagClassName
{
color: #378356;
}
</style>
background-color css
<style>
a { background-color: #378356; }
a { background-color: rgb(55,131,86); }
div.DivClassName
{
background-color: #378356;
}
.BgClassName
{
background-color: #378356;
}
</style>
border-color css
<style>
span { border-color: #378356; }
span { border-color: rgb(55,131,86); }
td.TdClassName
{
border-color: #378356;
}
.TagClassName
{
border-color: #378356;
}
</style>