#377248

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

Shades of Amazon #377248

Tints of Amazon #377248

Color information

#377248 (or 0x377248) is unknown color: approx Amazon. HEX triplet: 37, 72 and 48. RGB value is (55,114,72). Sum of RGB (Red+Green+Blue) = 55+114+72=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #377248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377248 is #C88DB7. Grayscale: #5B5B5B. Windows color (decimal): -13143480 or 4747831. OLE color: 4747831.

HSL color Cylindrical-coordinate representation of color #377248: hue angle of 137.29º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377248 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB5511472-
CMYK0.5200.370.55
HSL137.29º34.91%33.14%-
HSV(B)137.29º51.75%44.71%-
XYZ8.7613.318.24-
YUV91.57116.95101.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 114 (44.92% from 255) = 47.30%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=22.82%
G=47.30%
B=29.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55114720.5200.370.55137.2934.9133.14
Hex3772483402537892321
Octal6716211064045672114341
Binary11011111100101001000110100010010111011110001001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377248; }

 p { color: rgb(55,114,72); }

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

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

 a { background-color: rgb(55,114,72); }

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

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

 span { border-color: rgb(55,114,72); }

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