#377450

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

Shades of Amazon #377450

Tints of Amazon #377450

Color information

#377450 (or 0x377450) is unknown color: approx Amazon. HEX triplet: 37, 74 and 50. RGB value is (55,116,80). Sum of RGB (Red+Green+Blue) = 55+116+80=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #377450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377450 is #C88BAF. Grayscale: #5D5D5D. Windows color (decimal): -13142960 or 5272631. OLE color: 5272631.

HSL color Cylindrical-coordinate representation of color #377450: hue angle of 144.59º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377450 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB5511680-
CMYK0.5300.310.55
HSL144.59º35.67%33.53%-
HSV(B)144.59º52.59%45.49%-
XYZ9.2713.889.78-
YUV93.66120.29100.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.91%
GREEN value IS 116 (45.70% from 255) = 46.22%
BLUE value IS 80 (31.64% from 255) = 31.87%
R=21.91%
G=46.22%
B=31.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55116800.5300.310.55144.5935.6733.53
Hex3774503501F37912422
Octal6716412065037672214442
Binary1101111110100101000011010101111111011110010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377450; }

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

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

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

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

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

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

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

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