#378251

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

Shades of Amazon #378251

Tints of Amazon #378251

Color information

#378251 (or 0x378251) is unknown color: approx Amazon. HEX triplet: 37, 82 and 51. RGB value is (55,130,81). Sum of RGB (Red+Green+Blue) = 55+130+81=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #378251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378251 is #C87DAE. Grayscale: #666666. Windows color (decimal): -13139375 or 5341751. OLE color: 5341751.

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

Color convert

RGB5513081-
CMYK0.5800.380.49
HSL140.8º40.54%36.27%-
HSV(B)140.8º57.69%50.98%-
XYZ11.0417.3710.56-
YUV101.99116.1594.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.68%
GREEN value IS 130 (51.17% from 255) = 48.87%
BLUE value IS 81 (32.03% from 255) = 30.45%
R=20.68%
G=48.87%
B=30.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130810.5800.380.49140.840.5436.27
Hex3782513A026318d2924
Octal6720212172046612155144
Binary110111100000101010001111010010011011000110001101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378251; }

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

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

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

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

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

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

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

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