#378450

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

Shades of Amazon #378450

Tints of Amazon #378450

Color information

#378450 (or 0x378450) is unknown color: approx Amazon. HEX triplet: 37, 84 and 50. RGB value is (55,132,80). Sum of RGB (Red+Green+Blue) = 55+132+80=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #378450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378450 is #C87BAF. Grayscale: #676767. Windows color (decimal): -13138864 or 5276727. OLE color: 5276727.

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

Color convert

RGB5513280-
CMYK0.5800.390.48
HSL139.48º41.18%36.67%-
HSV(B)139.48º58.33%51.76%-
XYZ11.2717.8910.45-
YUV103.05114.9993.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.60%
GREEN value IS 132 (51.95% from 255) = 49.44%
BLUE value IS 80 (31.64% from 255) = 29.96%
R=20.60%
G=49.44%
B=29.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55132800.5800.390.48139.4841.1836.67
Hex3784503A027308b2925
Octal6720412072047602135145
Binary110111100001001010000111010010011111000010001011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378450; }

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

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

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

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

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

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

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

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