#377246

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

Shades of Amazon #377246

Tints of Amazon #377246

Color information

#377246 (or 0x377246) is unknown color: approx Amazon. HEX triplet: 37, 72 and 46. RGB value is (55,114,70). Sum of RGB (Red+Green+Blue) = 55+114+70=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #377246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377246 is #C88DB9. Grayscale: #5B5B5B. Windows color (decimal): -13143482 or 4616759. OLE color: 4616759.

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

Color convert

RGB5511470-
CMYK0.5200.390.55
HSL135.25º34.91%33.14%-
HSV(B)135.25º51.75%44.71%-
XYZ8.713.297.9-
YUV91.34115.95102.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.01%
GREEN value IS 114 (44.92% from 255) = 47.70%
BLUE value IS 70 (27.73% from 255) = 29.29%
R=23.01%
G=47.70%
B=29.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55114700.5200.390.55135.2534.9133.14
Hex3772463402737872321
Octal6716210664047672074341
Binary11011111100101000110110100010011111011110000111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377246; }

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

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

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

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

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

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

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

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