#378649

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

Shades of Amazon #378649

Tints of Amazon #378649

Color information

#378649 (or 0x378649) is unknown color: approx Amazon. HEX triplet: 37, 86 and 49. RGB value is (55,134,73). Sum of RGB (Red+Green+Blue) = 55+134+73=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #378649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378649 is #C879B6. Grayscale: #676767. Windows color (decimal): -13138359 or 4818487. OLE color: 4818487.

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

Color convert

RGB5513473-
CMYK0.5900.460.47
HSL133.67º41.8%37.06%-
HSV(B)133.67º58.96%52.55%-
XYZ11.318.349.25-
YUV103.43110.8393.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.99%
GREEN value IS 134 (52.73% from 255) = 51.15%
BLUE value IS 73 (28.91% from 255) = 27.86%
R=20.99%
G=51.15%
B=27.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55134730.5900.460.47133.6741.837.06
Hex3786493B02E2F862a25
Octal6720611173056572065245
Binary110111100001101001001111011010111010111110000110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378649; }

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

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

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

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

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

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

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

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