Shades of Amazon #378459
Tints of Amazon #378459
RGB
CMYK
RGB Variations
Color information
#378459 (or 0x378459) is known color: Amazon. HEX triplet: 37, 84 and 59. RGB value is (55,132,89). Sum of RGB (Red+Green+Blue) = 55+132+89=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #378459 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378459 is #C87BA6. Grayscale: #686868. Windows color (decimal): -13138855 or 5866551. OLE color: 5866551.
HSL color Cylindrical-coordinate representation of color #378459: hue angle of 146.49º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378459 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 132 | 89 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.48 |
| HSL | 146.49º | 0.41% | 0.37% | - |
| HSV(B) | 146.49º | 0.58% | 0.52% | - |
| XYZ | 11.63 | 18.04 | 12.32 | - |
| YUV | 104.08 | 119.49 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 132 | 89 | 0.58 | 0 | 0.33 | 0.48 | 146.49 | 0.41 | 0.37 |
| Hex | 37 | 84 | 59 | 3A | 0 | 21 | 30 | 92 | 29 | 25 |
| Octal | 67 | 204 | 131 | 72 | 0 | 41 | 60 | 222 | 51 | 45 |
| Binary | 110111 | 10000100 | 1011001 | 111010 | 0 | 100001 | 110000 | 10010010 | 101001 | 100101 |
Color Harmonies of #378459
Complementary color
Monochromatic Colors of #378459
Black with #378459
Text Example
Text Example
White with #378459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378459; }
p { color: rgb(55,132,89); }
H1.HeaderClassName
{
color: #378459;
}
.AnyTagClassName
{
color: #378459;
}
</style>
background-color css
<style>
a { background-color: #378459; }
a { background-color: rgb(55,132,89); }
div.DivClassName
{
background-color: #378459;
}
.BgClassName
{
background-color: #378459;
}
</style>
border-color css
<style>
span { border-color: #378459; }
span { border-color: rgb(55,132,89); }
td.TdClassName
{
border-color: #378459;
}
.TagClassName
{
border-color: #378459;
}
</style>