#378651

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

Shades of Amazon #378651

Tints of Amazon #378651

Color information

#378651 (or 0x378651) is unknown color: approx Amazon. HEX triplet: 37, 86 and 51. RGB value is (55,134,81). Sum of RGB (Red+Green+Blue) = 55+134+81=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #378651 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378651 is #C879AE. Grayscale: #686868. Windows color (decimal): -13138351 or 5342775. OLE color: 5342775.

HSL color Cylindrical-coordinate representation of color #378651: hue angle of 139.75º 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 #378651 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB5513481-
CMYK0.5900.400.47
HSL139.75º41.8%37.06%-
HSV(B)139.75º58.96%52.55%-
XYZ11.5918.4610.74-
YUV104.34114.8392.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.37%
GREEN value IS 134 (52.73% from 255) = 49.63%
BLUE value IS 81 (32.03% from 255) = 30%
R=20.37%
G=49.63%
B=30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55134810.5900.400.47139.7541.837.06
Hex3786513B0282F8c2a25
Octal6720612173050572145245
Binary110111100001101010001111011010100010111110001100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378651; }

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

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

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

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

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

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

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

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