#378654

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

Shades of Amazon #378654

Tints of Amazon #378654

Color information

#378654 (or 0x378654) is unknown color: approx Amazon. HEX triplet: 37, 86 and 54. RGB value is (55,134,84). Sum of RGB (Red+Green+Blue) = 55+134+84=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #378654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378654 is #C879AB. Grayscale: #686868. Windows color (decimal): -13138348 or 5539383. OLE color: 5539383.

HSL color Cylindrical-coordinate representation of color #378654: hue angle of 142.03º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378654 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB5513484-
CMYK0.5900.370.47
HSL142.03º41.8%37.06%-
HSV(B)142.03º58.96%52.55%-
XYZ11.718.511.34-
YUV104.68116.3392.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.15%
GREEN value IS 134 (52.73% from 255) = 49.08%
BLUE value IS 84 (33.20% from 255) = 30.77%
R=20.15%
G=49.08%
B=30.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55134840.5900.370.47142.0341.837.06
Hex3786543B0252F8e2a25
Octal6720612473045572165245
Binary110111100001101010100111011010010110111110001110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378654; }

 p { color: rgb(55,134,84); }

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

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

 a { background-color: rgb(55,134,84); }

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

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

 span { border-color: rgb(55,134,84); }

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