#31794F

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

Shades of Amazon #31794F

Tints of Amazon #31794F

Color information

#31794F (or 0x31794F) is unknown color: approx Amazon. HEX triplet: 31, 79 and 4F. RGB value is (49,121,79). Sum of RGB (Red+Green+Blue) = 49+121+79=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #31794F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31794F is #CE86B0. Grayscale: #5E5E5E. Windows color (decimal): -13534897 or 5208369. OLE color: 5208369.

HSL color Cylindrical-coordinate representation of color #31794F: hue angle of 145º 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 #31794F is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB4912179-
CMYK0.6000.350.53
HSL145º42.35%33.33%-
HSV(B)145º59.5%47.45%-
XYZ9.5214.899.77-
YUV94.68119.1595.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 121 (47.66% from 255) = 48.59%
BLUE value IS 79 (31.25% from 255) = 31.73%
R=19.68%
G=48.59%
B=31.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49121790.6000.350.5314542.3533.33
Hex31794F3C02335912a21
Octal6117111774043652215241
Binary11000111110011001111111100010001111010110010001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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