#378558

Color #378558 Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #378558

Tints of Amazon #378558

Color information

#378558 (or 0x378558) is unknown color: approx Amazon. HEX triplet: 37, 85 and 58. RGB value is (55,133,88). Sum of RGB (Red+Green+Blue) = 55+133+88=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #378558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378558 is #C87AA7. Grayscale: #686868. Windows color (decimal): -13138600 or 5801271. OLE color: 5801271.

HSL color Cylindrical-coordinate representation of color #378558: hue angle of 145.38º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378558 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB5513388-
CMYK0.5900.340.48
HSL145.38º41.49%36.86%-
HSV(B)145.38º58.65%52.16%-
XYZ11.7218.2912.15-
YUV104.55118.6692.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 19.93%
GREEN value IS 133 (52.34% from 255) = 48.19%
BLUE value IS 88 (34.77% from 255) = 31.88%
R=19.93%
G=48.19%
B=31.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55133880.5900.340.48145.3841.4936.86
Hex3785583B02230912925
Octal6720513073042602215145
Binary110111100001011011000111011010001011000010010001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378558; }

 p { color: rgb(55,133,88); }

 H1.HeaderClassName
 {
   color: #378558;
 }
 .AnyTagClassName
 {
   color: #378558;
 }
</style>
background-color css

<style>
 a { background-color: #378558; }

 a { background-color: rgb(55,133,88); }

 div.DivClassName
 {
   background-color: #378558;
 }
 .BgClassName
 {
   background-color: #378558;
 }
</style>
border-color css

<style>
 span { border-color: #378558; }

 span { border-color: rgb(55,133,88); }

 td.TdClassName
 {
   border-color: #378558;
 }
 .TagClassName
 {
   border-color: #378558;
 }
</style>