#378452

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

Shades of Amazon #378452

Tints of Amazon #378452

Color information

#378452 (or 0x378452) is unknown color: approx Amazon. HEX triplet: 37, 84 and 52. RGB value is (55,132,82). Sum of RGB (Red+Green+Blue) = 55+132+82=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #378452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378452 is #C87BAD. Grayscale: #676767. Windows color (decimal): -13138862 or 5407799. OLE color: 5407799.

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

Color convert

RGB5513282-
CMYK0.5800.380.48
HSL141.04º41.18%36.67%-
HSV(B)141.04º58.33%51.76%-
XYZ11.3517.9210.84-
YUV103.28115.9993.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.45%
GREEN value IS 132 (51.95% from 255) = 49.07%
BLUE value IS 82 (32.42% from 255) = 30.48%
R=20.45%
G=49.07%
B=30.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55132820.5800.380.48141.0441.1836.67
Hex3784523A026308d2925
Octal6720412272046602155145
Binary110111100001001010010111010010011011000010001101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378452; }

 p { color: rgb(55,132,82); }

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

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

 a { background-color: rgb(55,132,82); }

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

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

 span { border-color: rgb(55,132,82); }

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