#378358

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

Shades of Amazon #378358

Tints of Amazon #378358

Color information

#378358 (or 0x378358) is unknown color: approx Amazon. HEX triplet: 37, 83 and 58. RGB value is (55,131,88). Sum of RGB (Red+Green+Blue) = 55+131+88=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #378358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378358 is #C87CA7. Grayscale: #676767. Windows color (decimal): -13139112 or 5800759. OLE color: 5800759.

HSL color Cylindrical-coordinate representation of color #378358: hue angle of 146.05º 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 #378358 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB5513188-
CMYK0.5800.330.49
HSL146.05º40.86%36.47%-
HSV(B)146.05º58.02%51.37%-
XYZ11.4517.7512.05-
YUV103.37119.3293.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.07%
GREEN value IS 131 (51.56% from 255) = 47.81%
BLUE value IS 88 (34.77% from 255) = 32.12%
R=20.07%
G=47.81%
B=32.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55131880.5800.330.49146.0540.8636.47
Hex3783583A02131922924
Octal6720313072041612225144
Binary110111100000111011000111010010000111000110010010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378358; }

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

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

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

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

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

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

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

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