#31794A

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

Shades of Amazon #31794A

Tints of Amazon #31794A

Color information

#31794A (or 0x31794A) is unknown color: approx Amazon. HEX triplet: 31, 79 and 4A. RGB value is (49,121,74). Sum of RGB (Red+Green+Blue) = 49+121+74=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 121 (47.66% from 255 or 49.59% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 121 - color contains mainly: green. Hex color #31794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31794A is #CE86B5. Grayscale: #5E5E5E. Windows color (decimal): -13534902 or 4880689. OLE color: 4880689.

HSL color Cylindrical-coordinate representation of color #31794A: hue angle of 140.83º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31794A is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB4912174-
CMYK0.6000.390.53
HSL140.83º42.35%33.33%-
HSV(B)140.83º59.5%47.45%-
XYZ9.3414.828.85-
YUV94.11116.6595.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 121 (47.66% from 255) = 49.59%
BLUE value IS 74 (29.30% from 255) = 30.33%
R=20.08%
G=49.59%
B=30.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49121740.6000.390.53140.8342.3533.33
Hex31794A3C027358d2a21
Octal6117111274047652155241
Binary11000111110011001010111100010011111010110001101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31794A; }

 p { color: rgb(49,121,74); }

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

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

 a { background-color: rgb(49,121,74); }

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

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

 span { border-color: rgb(49,121,74); }

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